Skip to content

Create LICENSE

Create LICENSE #7

Re-run triggered August 9, 2023 14:00
Status Failure
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: PerfView/GCHeapDump.cs#L36
Cannot convert null literal to non-nullable reference type.
build: PerfView/Graph.cs#L190
Cannot convert null literal to non-nullable reference type.
build: PerfView/Graph.cs#L307
Cannot convert null literal to non-nullable reference type.
build: PerfView/Graph.cs#L798
Cannot convert null literal to non-nullable reference type.
build: PerfView/MemoryGraph.cs#L189
Cannot convert null literal to non-nullable reference type.
build: PerfView/MemoryGraph.cs#L210
Cannot convert null literal to non-nullable reference type.
build: PerfView/MemoryGraph.cs#L237
Cannot convert null literal to non-nullable reference type.
build: PerfView/DotNetHeapInfo.cs#L26
Non-nullable property 'Segments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PerfView/DotNetHeapInfo.cs#L113
Non-nullable field 'm_lastSegment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: PerfView/GCHeapDump.cs#L201
Non-nullable property 'CountMultipliersByType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.