created assets folder with architecture snapshots #41
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L54
The variable '_' is declared but never used
|
build:
Source/Shared/Infrastructure/EmailSender/Configuration/SendGridEmailOptions.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Shared/Infrastructure/Modules/IModuleStartup.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Shared/Infrastructure/MultiTenancy/MultiTenancySecurityMiddleware.cs#L17
The variable 'changeTrackerEntries' is declared but never used
|
build:
Source/Modules/LandingPages/Modules.LandingPages.Web.Server/Pages/LandingPage.cshtml.cs#L7
'LandingPageModel.Page' hides inherited member 'PageModel.Page()'. Use the new keyword if hiding was intended.
|
build:
Source/Web/Client/BuildingBlocks/Services/Http/HttpClientService.cs#L27
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Wrappers/ExceptionHandlingWrapper.razor#L19
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:
Source/Web/Client/BuildingBlocks/Services/Http/AuthorizedHttpClientService.cs#L27
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Auth/HostAuthenticationStateProvider.cs#L73
The variable 'ex' is declared but never used
|
build:
Source/Web/Client/BuildingBlocks/Services/Http/AuthorizedHttpClientService.cs#L49
The variable 'ex' is declared but never used
|