Blazor migration #763
dotnet.yml
on: pull_request
Playwright Tests
1m 57s
build
1m 0s
Create docker image for Web
0s
Annotations
7 errors and 22 warnings
build:
src/TagzApp.Blazor/Program.cs#L115
The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/TagzApp.Blazor/Components/Account/IdentityComponentsEndpointRouteBuilderExtensions.cs#L28
The name 'ExternalLogin' does not exist in the current context
|
build:
src/TagzApp.Blazor/Components/Account/IdentityComponentsEndpointRouteBuilderExtensions.cs#L61
The name 'ExternalLogins' does not exist in the current context
|
build:
src/TagzApp.Blazor/Program.cs#L115
The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/TagzApp.Blazor/Components/Account/IdentityComponentsEndpointRouteBuilderExtensions.cs#L28
The name 'ExternalLogin' does not exist in the current context
|
build:
src/TagzApp.Blazor/Components/Account/IdentityComponentsEndpointRouteBuilderExtensions.cs#L61
The name 'ExternalLogins' does not exist in the current context
|
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/checkout@v3, actions/setup-dotnet@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/DbConfigureTagzApp.cs#L27
Possible null reference return.
|
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#L39
Possible null reference return.
|
Playwright Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|