Introduced call to AddDataProtection and store keys in SecurityContext #682
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
1m 50s
build
55s
Create docker image for Web
0s
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/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L32
Unreachable code detected
|
build:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L36
Unreachable code detected
|
build:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L51
Unreachable code detected
|
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.Youtube/YoutubeProvider.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Playwright Tests:
src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Playwright Tests:
src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Playwright Tests:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L32
Unreachable code detected
|
Playwright Tests:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L36
Unreachable code detected
|
Playwright Tests:
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L51
Unreachable code detected
|
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.YouTubeChat/StartYouTubeChat.cs#L11
Non-nullable field '_Config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Playwright Tests:
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.
|