Skip to content

Ui changes

Ui changes #24

Triggered via push December 28, 2024 05:55
Status Failure
Total duration 36s
Artifacts
Build and Deploy Job
28s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build and Deploy Job
Process completed with exit code 2.
Build and Deploy Job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and Deploy Job: src/Open.Blazor.Core/Models/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/Models/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: src/Open.Blazor.Core/Services/ChatService.cs#L43
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/ChatServiceTest.cs#L20
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/OllamaServiceTests.cs#L34
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#L32
Non-nullable field '_response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L27
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L28
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L34
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L42
Cannot convert null literal to non-nullable reference type.