Overlay blinking fix #169
Merged
Overlay blinking fix #169
Annotations
10 warnings
Pixed.Core/UniColor.cs#L5
'UniColor' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Pixed.Core/PropertyChangedBase.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Pixed.Core/Models/ApplicationData.cs#L18
Non-nullable property 'UserSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Pixed.Core/Algorithms/FloodFill.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Pixed.Core/ActionCommand.cs#L177
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Pixed.Core/Models/Layer.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Pixed.Core/ActionCommand.cs#L143
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Pixed.Core/ActionCommand.cs#L148
Dereference of a possibly null reference.
|
Pixed.Core/ActionCommand.cs#L182
Dereference of a possibly null reference.
|
Pixed.Core/Models/PixedModel.cs#L70
Non-nullable field '_renderSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading