Skip to content

Create README.md

Create README.md #6

Triggered via push August 9, 2023 12:31
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/GCHeapDump.cs#L36
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.