Update project and workflow settings #44
Annotations
1 error and 10 warnings
build (x64)
Process completed with exit code 1.
|
build (x64):
src/Shared/Corathing.Contracts/Helpers/NameHelper.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build (x64):
src/Shared/Corathing.Contracts/Structures/EntityCollection.cs#L90
Cannot convert null literal to non-nullable reference type.
|
build (x64):
src/Shared/Corathing.Contracts/DataContexts/WidgetContext.cs#L53
Non-nullable field '_services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (x64):
src/Shared/Corathing.Contracts/DataContexts/WidgetContext.cs#L53
Non-nullable field '_widgetType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (x64):
src/Shared/Corathing.Contracts/DataContexts/WidgetContext.cs#L53
Non-nullable field '_widgetTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (x64):
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.
|
build (x64):
src/Shared/Corathing.Contracts/Messages/EntityUpdateMessage.cs#L14
Non-nullable property 'Changes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (x64):
src/Shared/Corathing.Contracts/Bases/Interfaces/IWorkflowState.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (x64):
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.
|
build (x64):
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.
|