Skip to content

Fixed pause button on waterfall #624

Fixed pause button on waterfall

Fixed pause button on waterfall #624

Triggered via pull request November 7, 2023 20:14
Status Success
Total duration 2m 56s
Artifacts

dotnet.yml

on: pull_request
Create docker image for Web
0s
Create docker image for Web
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L14
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#L14
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.AzureQueue/StartAzureQueue.cs#L11
Non-nullable field '_azureQueueConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/TagzApp.Providers.AzureQueue/AzureQueueProvider.cs#L20
Non-nullable field '_Client' must contain a non-null value when exiting constructor. Consider declaring the field 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.
Playwright Tests: src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L14
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#L14
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.AzureQueue/StartAzureQueue.cs#L11
Non-nullable field '_azureQueueConfiguration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Playwright Tests: src/TagzApp.Providers.AzureQueue/AzureQueueProvider.cs#L20
Non-nullable field '_Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Playwright Tests: src/TagzApp.Storage.Postgres/PostgresMessagingService.cs#L136
Nullability of reference types in return type of 'Task<IEnumerable<(Content, ModerationAction?)>> PostgresMessagingService.GetContentByTagForModeration(string tag)' doesn't match implicitly implemented member 'Task<IEnumerable<(Content, ModerationAction)>> IMessagingService.GetContentByTagForModeration(string tag)'.
Playwright Tests: src/TagzApp.Storage.Postgres/PostgresMessagingService.cs#L178
Nullability of reference types in return type of 'Task<IEnumerable<(Content, ModerationAction?)>> PostgresMessagingService.GetFilteredContentByTag(string tag, string[] providers, ModerationState[] states)' doesn't match implicitly implemented member 'Task<IEnumerable<(Content, ModerationAction)>> IMessagingService.GetFilteredContentByTag(string tag, string[] providers, ModerationState[] states)'.
Playwright Tests: src/TagzApp.Storage.Postgres/TagzAppContext.cs#L11
Non-nullable field '_Configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.