Skip to content

Upgraded to .NET 9

Upgraded to .NET 9 #15

Triggered via push November 13, 2024 03:22
Status Failure
Total duration 1m 18s
Artifacts
Build and Deploy Job
1m 9s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Build and Deploy Job
Process completed with exit code 2.
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy Job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@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 and Deploy Job: src/Open.Blazor.Core/Features/Chat/ChatContent.razor#L59
Dereference of a possibly null reference.
Build and Deploy Job: src/Open.Blazor.Core/Features/Components/Layout/MainLayout.razor#L53
The field 'MainLayout._visibleR' is never used
Build and Deploy Job: src/Open.Blazor.Core/Features/Components/Layout/MainLayout.razor#L53
The field 'MainLayout._visibleM' is never used
Build and Deploy Job: src/Open.Blazor.Core/Features/Chat/Chat.razor.cs#L21
The field 'Chat._isOllamaUp' is assigned but its value is never used
Build and Deploy Job: src/Open.Blazor.Core/Features/Chat/Chat.razor.cs#L33
The field 'Chat._stopSequences' is assigned but its value is never used
Build and Deploy Job: src/Open.Blazor.Core/Features/Chat/ChatService.cs#L37
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
Build and Deploy Job: src/Open.Blazor.Core/Features/Chat/ChatSettings.cs#L81
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
Build and Deploy Job: src/Open.Blazor.Core/Features/Chat/ChatSettings.cs#L65
Calling 'ArgumentNullException.ThrowIfNull' and passing a non-nullable value is a no-op (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2264)
Build and Deploy Job: tests/Open.Blazor.Tests/OllamaServiceTests.cs#L33
Nullability of reference types in value of type 'Task<HttpResponseMessage?>' doesn't match target type 'Task<HttpResponseMessage>'.
Build and Deploy Job: tests/Open.Blazor.Tests/OllamaServiceTests.cs#L31
Non-nullable field '_response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.