Skip to content

#14 - Fixed an issue where the message did not appear to be streaming #13

#14 - Fixed an issue where the message did not appear to be streaming

#14 - Fixed an issue where the message did not appear to be streaming #13

Triggered via push November 12, 2024 09:25
Status Success
Total duration 1m 22s
Artifacts
Build and Deploy Job
1m 11s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peaceiris/actions-gh-pages@v3.6.1. 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, peaceiris/actions-gh-pages@v3.6.1. 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._visibleM' is never used
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/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: 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#L27
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L47
Cannot convert null literal to non-nullable reference type.
Build and Deploy Job: tests/Open.Blazor.Tests/ChatServiceTest.cs#L60
Cannot convert null literal to non-nullable reference type.