Skip to content

Merge branch 'main' of https://github.com/ironmansoftware/RuntimeDiag… #7

Merge branch 'main' of https://github.com/ironmansoftware/RuntimeDiag…

Merge branch 'main' of https://github.com/ironmansoftware/RuntimeDiag… #7

Triggered via push December 19, 2023 15:49
Status Success
Total duration 26s
Artifacts

ci.yaml

on: push
build-and-deploy
16s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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-and-deploy: Models/TypeStat.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/GetClrVersionCommand.cs#L10
Non-nullable property 'DataTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/DebugProcessCommand.cs#L11
Non-nullable property 'Process' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/GetThreadCommand.cs#L10
Non-nullable property 'Runtime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/ImportMemoryDumpCommand.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/ShowStackTraceCommand.cs#L11
Non-nullable property 'Thread' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/ShowObjectCommand.cs#L17
Dereference of a possibly null reference.
build-and-deploy: Commands/MountRuntimeCommand.cs#L10
Non-nullable property 'ClrVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/MountRuntimeCommand.cs#L12
Non-nullable property 'DataTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Commands/MountRuntimeCommand.cs#L14
Non-nullable property 'DacLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.