Skip to content

Expand 'Blocked Users' feature to include a capabilities option #938

Expand 'Blocked Users' feature to include a capabilities option

Expand 'Blocked Users' feature to include a capabilities option #938

Triggered via pull request June 25, 2024 17:16
Status Failure
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Create docker image for Web
0s
Create docker image for Web
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build: src/TagzApp.Blazor/Components/Admin/Pages/BlockedUsers.razor#L103
There is no argument given that corresponds to the required parameter 'capabilities' of 'IModerationRepository.BlockUser(string, string, string, DateTimeOffset, BlockedUserCapabilities)'
build: src/TagzApp.Blazor/Components/Pages/MessageDetails.razor#L142
There is no argument given that corresponds to the required parameter 'capabilities' of 'IModerationRepository.BlockUser(string, string, string, DateTimeOffset, BlockedUserCapabilities)'
build: src/TagzApp.Blazor/Components/Admin/Pages/BlockedUsers.razor#L103
There is no argument given that corresponds to the required parameter 'capabilities' of 'IModerationRepository.BlockUser(string, string, string, DateTimeOffset, BlockedUserCapabilities)'
build: src/TagzApp.Blazor/Components/Pages/MessageDetails.razor#L142
There is no argument given that corresponds to the required parameter 'capabilities' of 'IModerationRepository.BlockUser(string, string, string, DateTimeOffset, BlockedUserCapabilities)'
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L32
Possible null reference argument for parameter 'configurationString' in 'Task IConfigureTagzApp.InitializeConfiguration(string providerName, string configurationString)'.
build: src/TagzApp.Common/DbConfigureTagzApp.cs#L28
Possible null reference return.
build: src/TagzApp.Common/DbConfigureTagzApp.cs#L40
Possible null reference return.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L108
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.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L82
Dereference of a possibly null reference.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L89
Dereference of a possibly null reference.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L90
Dereference of a possibly null reference.
build: src/TagzApp.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Common/Models/ModalConfiguration.cs#L17
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.