Add Test methods #42
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/Entries/EntryCoraWidgetAttribute.cs#L49
Possible null reference argument for parameter 'dataTemplateSource' in 'CoraWidgetGenerator.CoraWidgetGenerator(Type viewType, Type contextType, string dataTemplateSource, Type optionType)'.
|
build (x64):
src/Shared/Corathing.Contracts/Entries/EntryCoraWidgetAttribute.cs#L50
Possible null reference argument for parameter 'optionType' in 'CoraWidgetGenerator.CoraWidgetGenerator(Type viewType, Type contextType, string dataTemplateSource, Type optionType)'.
|
build (x64):
src/Shared/Corathing.Contracts/Entries/EntryCoraWidgetAttribute.cs#L55
Possible null reference assignment.
|
build (x64):
src/Shared/Corathing.Contracts/Entries/EntryCoraWidgetAttribute.cs#L56
Possible null reference assignment.
|
build (x64):
src/Shared/Corathing.Contracts/Entries/EntryCoraWidgetAttribute.cs#L57
Possible null reference assignment.
|