Skip to content

Merge pull request #39 from HamishBrownPFR/SmallerFixes #133

Merge pull request #39 from HamishBrownPFR/SmallerFixes

Merge pull request #39 from HamishBrownPFR/SmallerFixes #133

Triggered via push May 22, 2024 03:26
Status Success
Total duration 2m 22s
Artifacts
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-python@v3, actions/setup-dotnet@v3, JamesIves/[email protected]. 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: TestComponents/Test.cs#L287
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
build: TestComponents/Test.cs#L302
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.