Merge pull request #457 from ElliottBrand/Blazot_Updates #952
dotnet.yml
on: push
build
4m 2s
Create docker image for Web
1m 49s
Annotations
32 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@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:
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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/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/DbConfigureTagzApp.cs#L28
Possible null reference return.
|
build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L40
Possible null reference return.
|
build:
src/TagzApp.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Create docker image for Web
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2.2.0, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Create docker image for Web:
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Create docker image for Web:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L32
Possible null reference argument for parameter 'configurationString' in 'Task IConfigureTagzApp.InitializeConfiguration(string providerName, string configurationString)'.
|
Create docker image for Web:
src/TagzApp.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create docker image for Web:
src/TagzApp.Common/Models/ModalConfiguration.cs#L17
Non-nullable property 'Font' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create docker image for Web:
src/TagzApp.Common/Models/ModalConfiguration.cs#L21
Non-nullable property 'BackgroundColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create docker image for Web:
src/TagzApp.Common/Models/ModalConfiguration.cs#L23
Non-nullable property 'BackgroundImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create docker image for Web:
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.
|
Create docker image for Web:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L82
Dereference of a possibly null reference.
|
Create docker image for Web:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L89
Dereference of a possibly null reference.
|
Create docker image for Web:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L90
Dereference of a possibly null reference.
|
Create docker image for Web:
src/TagzApp.Providers.Twitter/TwitterProvider.cs#L74
Converting null literal or possible null value to non-nullable type.
|
Create docker image for Web:
src/TagzApp.Providers.Twitter/TwitterProvider.cs#L75
Dereference of a possibly null reference.
|
Create docker image for Web:
src/TagzApp.Blazor/Components/Admin/Pages/Users.razor#L35
Found markup element with unexpected name 'ItemTemplate'. If this is intended to be a component, add a @using directive for its namespace.
|
Create docker image for Web:
src/TagzApp.Blazor/Components/Admin/Pages/Users.razor#L42
Found markup element with unexpected name 'ItemTemplate'. If this is intended to be a component, add a @using directive for its namespace.
|
Create docker image for Web:
src/TagzApp.Blazor/Components/_Imports.razor#L14
The using directive for 'TagzApp.Blazor.Components' appeared previously in this namespace
|
Create docker image for Web:
src/TagzApp.Blazor/StartupConfigMiddleware.cs#L3
Parameter 'configuration' is unread.
|
Create docker image for Web:
src/TagzApp.Blazor/Components/Account/IdentityUserAccessor.cs#L14
Possible null reference argument for parameter 'context' in 'void IdentityRedirectManager.RedirectToWithStatus(string uri, string message, HttpContext context)'.
|
Create docker image for Web:
src/TagzApp.Blazor/Components/Account/UserClaims.razor#L57
Possible null reference argument for parameter 'user' in 'Task<IdentityResult> UserManager<TagzAppUser>.AddClaimsAsync(TagzAppUser user, IEnumerable<Claim> claims)'.
|
Create docker image for Web:
src/TagzApp.Blazor/Service_ExternalAuthProviders.cs#L68
Possible null reference argument for parameter 'properties' in 'IEnumerable<AuthenticationToken> AuthenticationTokenExtensions.GetTokens(AuthenticationProperties properties)'.
|
Create docker image for Web:
src/TagzApp.Blazor/Service_ExternalAuthProviders.cs#L77
Dereference of a possibly null reference.
|