Build and Deploy #30
Annotations
3 errors and 9 warnings
|
build
Process completed with exit code 1.
|
|
build
To install these workloads, run the following command: dotnet workload restore
|
|
build
To build this project, the following workloads must be installed: wasm-tools-net8
|
|
build:
sizoscopeX.Core/MstatData.Enumeration.cs#L102
Possible null reference assignment.
|
|
build:
sizoscopeX.Core/MstatData.Enumeration.cs#L82
Possible null reference return.
|
|
build:
sizoscopeX.Core/MstatData.Enumeration.cs#L77
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
sizoscopeX.Core/MstatData.Enumeration.cs#L78
Converting null literal or possible null value to non-nullable type.
|
|
build:
sizoscopeX.Core/MstatData.Graph.cs#L49
Non-nullable field '_reason' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
sizoscopeX.Core/MstatData.Graph.cs#L49
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
sizoscopeX.Core/MstatData.cs#L51
Non-nullable field '_nameToNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
sizoscopeX.Core/MstatData.cs#L51
Non-nullable field '_frozenObjectCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
sizoscopeX.Core/MstatData.cs#L51
Non-nullable field '_manifestResourceCache' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|