Skip to content

Merge pull request #30 from RezareSystems/main #84

Merge pull request #30 from RezareSystems/main

Merge pull request #30 from RezareSystems/main #84

Triggered via push April 5, 2024 02:40
Status Success
Total duration 42s
Artifacts

unit-tests.yaml

on: push
Fit to window
Zoom out
Zoom in

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#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#L278
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
build: TestComponents/Test.cs#L282
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.