CodeQL Analyis #264
Annotations
1 error and 11 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Dotnet Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Dotnet Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Dotnet Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Dotnet Build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Dotnet Build:
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
AiDotNetBenchmarkTests/BenchmarkTests/ParallelLoopTests.cs#L16
Non-nullable property 'Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet Build:
tests/UnitTests/MultivariateRegressionTests.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
tests/UnitTests/PolynomialRegressionTests.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Loading