Skip to content

Merge pull request #83 from martindevans/FixedSizeQueue_size_check #35

Merge pull request #83 from martindevans/FixedSizeQueue_size_check

Merge pull request #83 from martindevans/FixedSizeQueue_size_check #35

Triggered via push August 7, 2023 01:39
Status Success
Total duration 5m 59s
Artifacts

main.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Test (linux-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-release): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (linux-release): LLama/Utils.cs#L99
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L103
Possible null reference return.
Test (linux-release): LLama/Utils.cs#L107
Possible null reference return.
Test (linux-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (linux-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (linux-debug): LLama/Common/Logger.cs#L116
Dereference of a possibly null reference.
Test (linux-debug): LLama/Common/Logger.cs#L133
Dereference of a possibly null reference.
Test (linux-debug): LLama/Common/Logger.cs#L150
Dereference of a possibly null reference.
Test (linux-debug): LLama/LLamaInteractExecutor.cs#L45
Possible null reference assignment.
Test (windows-debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Utils.cs#L99
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L103
Possible null reference return.
Test (windows-debug): LLama/Utils.cs#L107
Possible null reference return.
Test (windows-debug): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (windows-debug): LLama/Common/Logger.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (windows-debug): LLama/Common/Logger.cs#L72
Cannot convert null literal to non-nullable reference type.
Test (windows-release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L107
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaModel.cs#L112
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L61
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/OldVersion/LLamaParams.cs#L67
Cannot convert null literal to non-nullable reference type.
Test (windows-release): LLama/Utils.cs#L99
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L103
Possible null reference return.
Test (windows-release): LLama/Utils.cs#L107
Possible null reference return.
Test (windows-release): LLama/OldVersion/Utils.cs#L66
Possible null reference return.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L45
Possible null reference assignment.
Test (windows-release): LLama/LLamaInteractExecutor.cs#L75
Converting null literal or possible null value to non-nullable type.