Skip to content

exceptionHandler handle domain exception #177

exceptionHandler handle domain exception

exceptionHandler handle domain exception #177

Triggered via push January 5, 2025 08:13
Status Success
Total duration 3m 7s
Artifacts

Build_Test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
build: Source/Shared/Client/Components/Modals/ErrorModal.razor.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Shared/Client/Components/Modals/ErrorModal.razor.cs#L11
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Shared/Client/Components/Modals/ErrorModal.razor.cs#L14
Non-nullable property 'ModalExitedCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Shared/Client/Components/Modals/DeletionModal.razor.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Shared/Client/Components/Modals/DeletionModal.razor.cs#L11
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Source/Shared/Client/Components/Modals/DeletionModal.razor.cs#L14
Non-nullable property 'RemoveDeleteButtonNaming' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/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/EFCore/Registrator.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.