Added if condition for container build #144
Annotations
10 warnings
src/TagzApp.Common/Content.cs#L21
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Common/InMemoryContentMessaging.cs#L94
Nullability of reference types in type of parameter 'state' of 'lambda expression' doesn't match the target delegate 'Func<object?, Task>' (possibly because of nullability attributes).
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L15
The using directive for 'System.Text' appeared previously in this namespace
|
src/TagzApp.Providers.TwitchChat/TwitchChatProvider.cs#L45
Cannot convert null literal to non-nullable reference type.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L148
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L149
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L150
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L151
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L152
Non-nullable property 'broadcaster_type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L153
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading