Skip to content

Add Test methods

Add Test methods #42

Triggered via push June 21, 2024 09:01
Status Failure
Total duration 2m 12s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

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)'.