Initial commit #23
deploy-to-gh-page.yml
on: push
Build and Deploy Job
32s
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/Components/Chat/ChatContent.razor#L70
Dereference of a possibly null reference.
|
Build and Deploy Job:
src/Open.Blazor.Core/Components/Chat/Chat.razor.cs#L23
Field 'Chat._frequencyPenalty' is never assigned to, and will always have its default value 0
|
Build and Deploy Job:
src/Open.Blazor.Core/Components/Chat/Chat.razor.cs#L26
The field 'Chat._isOllamaUp' is never used
|
Build and Deploy Job:
src/Open.Blazor.Core/Components/Chat/Chat.razor.cs#L31
Field 'Chat._presencePenalty' is never assigned to, and will always have its default value 0
|
Build and Deploy Job:
src/Open.Blazor.Core/Components/Chat/Chat.razor.cs#L38
The field 'Chat._stopSequences' is assigned but its value is never used
|
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>'.
|