Refactored Chat for reusability and added an option to select the Oll… #22
deploy-to-gh-page.yml
on: push
Build and Deploy Job
39s
Annotations
2 errors and 10 warnings
Build and Deploy Job
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
|
Build and Deploy Job
Process completed with exit code 1.
|
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/Chat/Chat.razor.cs#L27
The field 'Chat._isOllamaUp' is never used
|
Build and Deploy Job:
src/Open.Blazor.Core/Features/Chat/Chat.razor.cs#L39
The field 'Chat._stopSequences' is assigned but its value is never used
|
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:
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/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#L19
Cannot convert null literal to non-nullable reference type.
|
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.
|
Build and Deploy Job:
tests/Open.Blazor.Tests/ChatServiceTest.cs#L26
Cannot convert null literal to non-nullable reference type.
|