feat: Add DisableContextMenu function #308
Merged
Annotations
10 warnings
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))'.
|
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L32
Unreachable code detected
|
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L36
Unreachable code detected
|
src/TagzApp.Common/InMemoryProviderConfigurationRepository.cs#L51
Unreachable code detected
|
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.
|
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)'.
|
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)'.
|
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.
|
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.
|
src/TagzApp.Storage.Postgres/AzureSafetyModeration.cs#L71
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
The logs for this run have expired and are no longer available.
Loading