CodeQL Analyis #126
Annotations
10 warnings
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
tests/UnitTests/MultipleRegressionTests.cs#L19
Cannot convert null literal to non-nullable reference type.
|
tests/UnitTests/WeightedRegressionTests.cs#L21
Cannot convert null literal to non-nullable reference type.
|
tests/UnitTests/MultipleRegressionTests.cs#L30
Cannot convert null literal to non-nullable reference type.
|
tests/UnitTests/WeightedRegressionTests.cs#L33
Cannot convert null literal to non-nullable reference type.
|
tests/UnitTests/MultivariateRegressionTests.cs#L19
Cannot convert null literal to non-nullable reference type.
|
tests/UnitTests/MultivariateRegressionTests.cs#L30
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading