1.7-pre #13
Annotations
10 warnings
Build and package:
src/Moss.NET.Sdk/LayoutEngine/YogaNode.cs#L53
Cannot convert null literal to non-nullable reference type.
|
Build and package:
src/Moss.NET.Sdk/LayoutEngine/YogaStyle.cs#L150
Possible null reference argument for parameter 'self' in 'bool YogaStyle.operator ==(YogaStyle self, YogaStyle style)'.
|
Build and package:
src/Moss.NET.Sdk/NEW/FileSyncProgress.cs#L15
Non-nullable property 'Accessor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
src/Moss.NET.Sdk/Scheduler/ScheduledTask.cs#L14
Non-nullable property '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
src/Moss.NET.Sdk/Scheduler/ScheduledTask.cs#L10
Non-nullable property '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
src/Moss.NET.Sdk/Scheduler/TaskScheduler.cs#L15
Non-nullable field 'JobsCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and package:
src/Moss.NET.Sdk/Scheduler/TaskScheduler.cs#L64
Dereference of a possibly null reference.
|
Build and package:
src/Moss.NET.Sdk/LayoutEngine/YogaStyle.cs#L147
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and package:
src/Moss.NET.Sdk/LayoutEngine/YogaLayout.cs#L144
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build and package:
src/Moss.NET.Sdk/LayoutEngine/YogaCachedMeasurement.cs#L74
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Loading