Skip to content

Build and Test .NET projects #782

Build and Test .NET projects

Build and Test .NET projects #782

Manually triggered February 16, 2024 14:41
Status Success
Total duration 3m 38s
Artifacts

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
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/DbConfigureTagzApp.cs#L27
Possible null reference return.
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.
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.
Create docker image for Web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Create docker image for Web: src/TagzApp.Blazor/Components/_Imports.razor#L13
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/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.
Create docker image for Web: src/TagzApp.Blazor/Program.cs#L54
Cannot convert null literal to non-nullable reference type.
Create docker image for Web: src/TagzApp.Blazor/Hubs/ModerationHub.cs#L47
Possible null reference argument for parameter 'principal' in 'Task<TagzAppUser?> UserManager<TagzAppUser>.GetUserAsync(ClaimsPrincipal principal)'.
Create docker image for Web: src/TagzApp.Blazor/Hubs/ModerationHub.cs#L50
Possible null reference argument for parameter 'key' in 'bool ConcurrentDictionary<string, string>.TryAdd(string key, string value)'.
Create docker image for Web: src/TagzApp.Blazor/Hubs/ModerationHub.cs#L50
Possible null reference argument for parameter 'value' in 'bool ConcurrentDictionary<string, string>.TryAdd(string key, string value)'.
Create docker image for Web: src/TagzApp.Blazor/Hubs/ModerationHub.cs#L60
Possible null reference argument for parameter 'principal' in 'Task<TagzAppUser?> UserManager<TagzAppUser>.GetUserAsync(ClaimsPrincipal principal)'.
Create docker image for Web: src/TagzApp.Blazor/Hubs/ModerationHub.cs#L63
Argument of type 'ConcurrentDictionary<string, string>' cannot be used for parameter 'dictionary' of type 'IDictionary<string?, string>' in 'bool CollectionExtensions.Remove<string?, string>(IDictionary<string?, string> dictionary, string? key, out string value)' due to differences in the nullability of reference types.
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 declaring the event as nullable.
Create docker image for Web: 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.
Create docker image for Web: 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.
Create docker image for Web: 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.
Create docker image for Web: src/TagzApp.Common/DbConfigureTagzApp.cs#L27
Possible null reference return.
Create docker image for Web: 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.
Create docker image for Web: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
Create docker image for Web: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L65
Dereference of a possibly null reference.
Create docker image for Web: src/TagzApp.Common/ConfigureTagzAppFactory.cs#L66
Dereference of a possibly null reference.
Create docker image for Web: src/TagzApp.Common/DbConfigureTagzApp.cs#L39
Possible null reference return.