Skip to content

Fix 'CurrentModerators' list to show the current moderators on first … #601

Fix 'CurrentModerators' list to show the current moderators on first …

Fix 'CurrentModerators' list to show the current moderators on first … #601

Triggered via push November 5, 2023 00:31
Status Success
Total duration 4m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Create docker image for Web
1m 7s
Create docker image for Web
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build: 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))'.
build: 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.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatConfiguration.cs#L13
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatConfiguration.cs#L15
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.YouTubeChat/StartYouTubeChat.cs#L11
Non-nullable field '_Config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatProvider.cs#L45
Dereference of a possibly null reference.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatProvider.cs#L38
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatProvider.cs#L38
Non-nullable property 'NewestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatProvider.cs#L38
Non-nullable field '_Service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/TagzApp.Providers.YouTubeChat/YouTubeChatProvider.cs#L38
Non-nullable field '_NextPageToken' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Playwright Tests: 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))'.
Playwright Tests: 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.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchChatProvider.cs#L46
Cannot convert null literal to non-nullable reference type.
Playwright Tests: 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.
Playwright Tests: 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.
Playwright Tests: 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.
Playwright Tests: 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.
Playwright Tests: 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.
Playwright Tests: 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.
Playwright Tests: src/TagzApp.Providers.TwitchChat/TwitchProfileRepository.cs#L154
Non-nullable property 'profile_image_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Create docker image for Web
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/