Skip to content

Add CI

Add CI #3

Triggered via pull request February 28, 2024 16:00
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: pull_request
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.