Smaller fixes #94
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
TestComponents/Test.cs#L45
Converting null literal or possible null value to non-nullable type.
|
build:
TestComponents/Test.cs#L66
Possible null reference argument for parameter 'path' in 'void Test.runPythonScript(string path, string pyProg)'.
|
build:
TestComponents/Test.cs#L88
Converting null literal or possible null value to non-nullable type.
|
build:
TestComponents/Test.cs#L92
Converting null literal or possible null value to non-nullable type.
|
build:
TestComponents/Test.cs#L103
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
TestComponents/Test.cs#L120
Converting null literal or possible null value to non-nullable type.
|
build:
TestComponents/Test.cs#L122
Dereference of a possibly null reference.
|
build:
TestComponents/Test.cs#L132
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
TestConsole/RunTests.cs#L12
Non-nullable property 'baseDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TestComponents/Test.cs#L45
Converting null literal or possible null value to non-nullable type.
|