Skip to content

v0.2.4 - Fix 24x24 icon #11

v0.2.4 - Fix 24x24 icon

v0.2.4 - Fix 24x24 icon #11

Triggered via push April 4, 2024 20:12
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/GummyCat/Models/SubHeap.cs#L7
Non-nullable property 'Segments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/Session.cs#L7
Non-nullable property 'Frames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/Session.cs#L9
Non-nullable property 'GCs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/GC.cs#L7
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/GC.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/GC.cs#L7
Non-nullable property 'Generation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Models/Frame.cs#L9
Non-nullable property 'SubHeaps' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Region.axaml.cs#L16
Non-nullable property 'Segment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/GummyCat/Region.axaml.cs#L143
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Microsoft.Diagnostics.Runtime.Generation)7' is not covered.
build: src/GummyCat/Models/SubHeap.cs#L7
Non-nullable property 'Segments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.