Update validation-tests.yaml #123
Annotations
1 error and 11 warnings
Run Tests
Process completed with exit code 134.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@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#L44
Converting null literal or possible null value to non-nullable type.
|
Build:
TestComponents/Test.cs#L65
Possible null reference argument for parameter 'path' in 'void Test.runPythonScript(string path, string pyProg)'.
|
Build:
TestComponents/Test.cs#L87
Converting null literal or possible null value to non-nullable type.
|
Build:
TestComponents/Test.cs#L91
Converting null literal or possible null value to non-nullable type.
|
Build:
TestComponents/Test.cs#L102
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build:
TestComponents/Test.cs#L114
Converting null literal or possible null value to non-nullable type.
|
Build:
TestComponents/Test.cs#L124
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build:
TestComponents/Test.cs#L280
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
Build:
TestComponents/Test.cs#L284
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
Build:
TestConsole/RunTests.cs#L12
Non-nullable property 'baseDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading