Skip to content

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

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

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

Triggered via push November 22, 2024 21:17
Status Success
Total duration 18m 23s
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/Shared/Client/Components/Modals/ErrorModal.razor.cs#L13
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#L13
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#L16
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/DeletionModal.razor.cs#L16
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/ErrorModal.razor.cs#L19
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#L19
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/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/MultiTenancy/Exceptions/CrossTenantUpdateException.cs#L27
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)