Debug GenBenchmarkPage #9
Annotations
1 error and 21 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/NullGC.DragRace/LinqBenchmarkBase.cs#L18
Non-nullable field '_intArr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/LinqBenchmarkBase.cs#L20
Non-nullable field '_bigStructArr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/LinqBenchmarkBase.cs#L21
Non-nullable field '_smallStructArr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationOverTimeBenchmarks.cs#L11
Non-nullable field '_arr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationOverTimeBenchmarks.cs#L14
Non-nullable field '_rand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationBenchmarks.cs#L11
Non-nullable field '_arr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationBenchmarks.cs#L14
Non-nullable field '_rand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationOverTimeBenchmarks.cs#L15
The field 'IntArrayAllocationOverTimeBenchmarks._i' is never used
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationBenchmarks.cs#L15
The field 'IntArrayAllocationBenchmarks._i' is never used
|
build:
src/NullGC.DragRace/Benchmarks/IntArrayAllocationOverTimeBenchmarks.cs#L13
The field 'IntArrayAllocationOverTimeBenchmarks._count' is assigned but its value is never used
|
build:
src/NullGC.TestCommons/AssertMemoryAllFreedBase.cs#L31
'AssertMemoryAllFreedBase.Dispose()' hides inherited member 'TestBase.Dispose()'. Use the new keyword if hiding was intended.
|
build:
src/NullGC.TestCommons/AllocatorContextInitializer.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build:
src/NullGC.TestCommons/AllocatorContextInitializer.cs#L31
Possible null reference assignment.
|
build:
src/NullGC.Allocators.Tests/AllocatorTests.cs#L197
Unreachable code detected
|
build:
src/NullGC.Allocators.Tests/AllocatorTests.cs#L228
Unreachable code detected
|
build:
src/NullGC.TestCommons/AssertMemoryAllFreedBase.cs#L31
'AssertMemoryAllFreedBase.Dispose()' hides inherited member 'TestBase.Dispose()'. Use the new keyword if hiding was intended.
|
build:
src/NullGC.TestCommons/AllocatorContextInitializer.cs#L31
Cannot convert null literal to non-nullable reference type.
|
build:
src/NullGC.TestCommons/AllocatorContextInitializer.cs#L31
Possible null reference assignment.
|
build:
src/NullGC.Allocators.Tests/AllocatorTests.cs#L197
Unreachable code detected
|
build:
src/NullGC.Allocators.Tests/AllocatorTests.cs#L228
Unreachable code detected
|