Specified height of the user name #123
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/ChatClient.cs#L49
Non-nullable field '_TcpClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L49
Non-nullable field 'inputStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L49
Non-nullable field 'outputStream' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L49
Non-nullable field '_ReceiveMassagesTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L49
Non-nullable event 'NewMessage' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L49
Non-nullable field '_ReceiveMessagesThread' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading