Skip to content

cleanup/nullable-ize UnitTests project #149

cleanup/nullable-ize UnitTests project

cleanup/nullable-ize UnitTests project #149

Triggered via pull request September 26, 2024 16:23
Status Success
Total duration 11m 15s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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.