Rolling back to rc1 (#234) #1
Annotations
10 warnings
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L13
Nullability of reference types in return type of 'Task<ProviderConfiguration> InMemoryProviderConfigurationRepository.GetConfigurationSettingsAsync(string name, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<ProviderConfiguration?> IProviderConfigurationRepository.GetConfigurationSettingsAsync(string name, CancellationToken cancellationToken = default(CancellationToken))'.
|
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/TagzApp.Providers.TwitchChat/TwitchChatProvider.cs#L39
Cannot convert null literal to non-nullable reference type.
|
src/TagzApp.Providers.TwitchChat/ChatClient.cs#L36
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#L36
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#L36
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#L36
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#L36
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#L36
Non-nullable field '_ReceiveMessagesThread' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L143
Non-nullable property 'data' 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