cleanup/nullable-ize UnitTests project #149
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
UnitTests/SessionDynamicTest.cs#L175
Converting null literal or possible null value to non-nullable type.
|
Build:
UnitTests/SessionDynamicTest.cs#L182
Cannot convert null literal to non-nullable reference type.
|
Build:
UnitTests/SessionDynamicTest.cs#L188
Dereference of a possibly null reference.
|
Build:
UnitTests/SessionDynamicTest.cs#L194
Converting null literal or possible null value to non-nullable type.
|
Build:
UnitTests/SessionDynamicTest.cs#L198
Dereference of a possibly null reference.
|
Build:
UnitTests/SessionDynamicTest.cs#L202
Dereference of a possibly null reference.
|
Build:
UnitTests/SessionDynamicTest.cs#L279
Possible null reference return.
|
Build:
UnitTests/SessionDynamicTest.cs#L383
Cannot convert null literal to non-nullable reference type.
|
Build:
UnitTests/SessionDynamicTest.cs#L384
Cannot convert null literal to non-nullable reference type.
|
Build:
UnitTests/SessionDynamicTest.cs#L73
Non-nullable field '_logPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading