Better type handling. #9
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/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/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.
|
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/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/GetClrVersionCommand.cs#L10
Non-nullable property 'DataTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|