Merge pull request #68 from HamishBrownPFR/BugFix #193
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated 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:
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#L305
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|