domain objects encapsulated properties #169
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#L54
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/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/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#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#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/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/Web/Client/BuildingBlocks/Layouts/MainLayout/MainLayout.razor#L26
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/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/AuthorizedHttpClientService.cs#L27
The variable 'ex' is declared but never used
|