Update timer #38
Annotations
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/DataContexts/WidgetContext.cs#L43
Non-nullable field '_services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Shared/Corathing.Contracts/DataContexts/WidgetContext.cs#L43
Non-nullable field '_widgetType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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 'CustomSettings' 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.
|
This job succeeded
Loading