Use static logging #662
Annotations
9 warnings
Analyze Code (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L37
Non-nullable field 'SystemStateA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L38
Non-nullable field 'SystemStateB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L37
Non-nullable field 'SystemStateA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L38
Non-nullable field 'SystemStateB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L37
Non-nullable field 'SystemStateA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L38
Non-nullable field 'SystemStateB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L37
Non-nullable field 'SystemStateA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Analyze Code (csharp):
tests/Mathematics.NET.Benchmarks/Solvers/RK4IntegrationBenchmarks.cs#L38
Non-nullable field 'SystemStateB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|