Added a new method that utilize Microsoft.Extensions.AI #8
deploy-to-gh-page.yml
on: push
Build and Deploy Job
1m 6s
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#L57
Dereference of a possibly null reference.
|
Build and Deploy Job:
src/Open.Blazor.Core/Features/Components/Layout/MainLayout.razor#L50
The field 'MainLayout._visibleM' is never used
|
Build and Deploy Job:
src/Open.Blazor.Core/Features/Components/Layout/MainLayout.razor#L50
The field 'MainLayout._visibleR' is never used
|
Build and Deploy Job:
src/Open.Blazor.Core/Features/Chat/Chat.razor.cs#L30
The field 'Chat._stopSequences' is assigned but its value is never used
|
Build and Deploy Job:
src/Open.Blazor.Core/Features/Chat/Chat.razor.cs#L20
The field 'Chat._isOllamaUp' is assigned but its value is never used
|
Build and Deploy Job:
tests/Open.Blazor.Tests/OllamaServiceTests.cs#L32
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#L30
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#L28
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#L58
Cannot convert null literal to non-nullable reference type.
|