Skip to content

Merge branch 'main' of https://github.com/DavidEggenberger/ModularMon… #163

Merge branch 'main' of https://github.com/DavidEggenberger/ModularMon…

Merge branch 'main' of https://github.com/DavidEggenberger/ModularMon… #163

Triggered via push November 19, 2024 19:47
Status Success
Total duration 3m 14s
Artifacts

Build_Test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
build: Source/Web/Client/BuildingBlocks/Auth/HostAuthenticationStateProvider.cs#L72
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/Http/HttpClientService.cs#L27
The variable 'ex' is declared but never used
build: Source/Web/Client/BuildingBlocks/Http/HttpClientService.cs#L49
The variable 'ex' is declared but never used
build: Source/Web/Client/BuildingBlocks/Http/AuthorizedHttpClientService.cs#L27
The variable 'ex' is declared but never used
build: Source/Web/Client/BuildingBlocks/Http/AuthorizedHttpClientService.cs#L49
The variable 'ex' is declared but never used
build: Source/Shared/Features/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/Features/Modules/IModule.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Source/Shared/Features/EFCore/DbUp/Registrator.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.