Adding health status to providers #555
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
dotnet.yml
on: pull_request
Playwright Tests
2m 28s
build
1m 9s
Create docker image for Web
0s
Annotations
20 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/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/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#L33
Possible null reference assignment.
|
build:
src/TagzApp.Providers.YouTubeChat/StartYouTubeChat.cs#L34
Possible null reference assignment.
|
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.
|
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.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/TagzAppContext.cs#L11
Non-nullable field '_Configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Playwright Tests:
src/TagzApp.Storage.Postgres/TagzAppContext.cs#L18
Non-nullable field '_Configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Playwright Tests:
src/TagzApp.Storage.Postgres/AzureSafetyModeration.cs#L71
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Playwright Tests:
src/TagzApp.Storage.Postgres/AzureSafetyModeration.cs#L71
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
|
Playwright Tests:
src/TagzApp.Storage.Postgres/PostgresMessaging.cs#L35
Dereference of a possibly null reference.
|
Playwright Tests:
src/TagzApp.Providers.Blazot/Configuration/BlazotSettings.cs#L33
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Playwright Tests:
src/TagzApp.Providers.Twitter/TwitterProvider.cs#L72
Converting null literal or possible null value to non-nullable type.
|