Skip to content

Build and Test .NET projects #924

Build and Test .NET projects

Build and Test .NET projects #924

Manually triggered June 20, 2024 14:12
Status Success
Total duration 3m 50s
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.Components/InputDictionary.razor#L48
Dereference of a possibly null reference.
build: src/TagzApp.Components/InputDictionary.razor#L48
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
build: src/TagzApp.Components/InputDictionary.razor#L54
Dereference of a possibly null reference.
build: src/TagzApp.Components/InputDictionary.razor#L54
Possible null reference assignment.
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/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/DbConfigureTagzApp.cs#L28
Possible null reference return.
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.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/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/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.Common/Models/ModalConfiguration.cs#L15
Non-nullable property 'FontColor' must contain a non-null value when exiting constructor. Consider 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 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 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 declaring the property as nullable.
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/_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/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/Services/ViewModelUtilitiesService.cs#L35
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<PropertyInfo> Enumerable.OrderBy<PropertyInfo, int>(IEnumerable<PropertyInfo> source, Func<PropertyInfo, int> keySelector)'.
Create docker image for Web: src/TagzApp.Blazor/Services/InMemoryMessagingService.cs#L9
Cannot convert null literal to non-nullable reference type.
Create docker image for Web: src/TagzApp.Blazor/Services/InMemoryMessagingService.cs#L76
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Create docker image for Web: src/TagzApp.Blazor/Components/LoginView.razor#L55
Non-nullable field 'UserDisplayName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.