Editing cd #1
Annotations
2 errors and 10 warnings
|
|
src/Shared/Corathing.Contracts/Helpers/NameHelper.cs#L12
Cannot convert null literal to non-nullable reference type.
|
src/Shared/Corathing.Contracts/Structures/EntityCollection.cs#L90
Cannot convert null literal to non-nullable reference type.
|
src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L15
Non-nullable property 'Layouts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WorkflowState.cs#L16
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L22
Non-nullable property 'CoreSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L23
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetState.cs#L24
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetLayout.cs#L65
Non-nullable property 'Rect' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetLayout.cs#L51
Non-nullable property 'RectBeforeDrag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shared/Corathing.Contracts/Bases/WidgetLayout.cs#L52
Non-nullable property 'Rect' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job was cancelled
Loading