Add localization and settings #10
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/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/Attributes/WidgetContextEntryAttribute.cs#L30
Converting null literal or possible null value to non-nullable type.
|
src/Shared/Corathing.Contracts/Attributes/WidgetContextEntryAttribute.cs#L30
Possible null reference return.
|
src/Shared/Corathing.Contracts/Attributes/WidgetContextEntryAttribute.cs#L18
Non-nullable property 'Services' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading