Skip to content

Blazor migration

Blazor migration #730

Triggered via pull request January 19, 2024 14:30
Status Success
Total duration 2m 8s
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

20 warnings
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/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L84
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#L65
Dereference of a possibly null reference.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
build: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L66
Dereference of a possibly null reference.
build: src/TagzApp.Common/DbConfigureTagzApp.cs#L27
Possible null reference return.
build: src/TagzApp.Common/DbConfigureTagzApp.cs#L39
Possible null reference return.
Playwright Tests: 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.
Playwright Tests: src/TagzApp.Common/Models/BlockedUser.cs#L12
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Common/Models/BlockedUser.cs#L17
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Common/Models/BlockedUser.cs#L22
Non-nullable property 'BlockingUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Playwright Tests: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L84
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.
Playwright Tests: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
Playwright Tests: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
Playwright Tests: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L66
Dereference of a possibly null reference.
Playwright Tests: src/TagzApp.Common/DbConfigureTagzApp.cs#L27
Possible null reference return.
Playwright Tests: src/TagzApp.Common/DbConfigureTagzApp.cs#L39
Possible null reference return.