Update settings #43
Annotations
1 error and 10 warnings
build (x64)
Process completed with exit code 1.
|
build (x64):
src/Shared/Corathing.UI.WPF/Helpers/VisualHelper.cs#L38
Possible null reference return.
|
build (x64):
src/Shared/Corathing.UI.WPF/Controls/CircularProgressBars/CircularProgressBar.cs#L266
Converting null literal or possible null value to non-nullable type.
|
build (x64):
src/Shared/Corathing.UI.WPF/Controls/CircularProgressBars/CircularProgressBar.cs#L267
Dereference of a possibly null reference.
|
build (x64):
src/Shared/Corathing.UI.WPF/Behaviors/ScaleFontBehavior.cs#L80
'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override'
|
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/WorkflowState.cs#L15
Non-nullable property 'WidgetIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|