Small refactoring for Draw calls #72
Annotations
10 warnings
build:
src/HierarchyGrid.Definitions/IObservableExtensions.cs#L58
Cannot convert null literal to non-nullable reference type.
|
build:
src/HierarchyGrid.Definitions/IObservableExtensions.cs#L59
Cannot convert null literal to non-nullable reference type.
|
build:
src/HierarchyGrid.Definitions/IObservableExtensions.cs#L92
Cannot convert null literal to non-nullable reference type.
|
build:
src/HierarchyGrid.Definitions/IObservableExtensions.cs#L93
Cannot convert null literal to non-nullable reference type.
|
build:
src/HierarchyGrid.Definitions/IObservableExtensions.cs#L176
Cannot convert null literal to non-nullable reference type.
|
build:
src/HierarchyGrid.Definitions/HierarchyGridState.cs#L76
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/HierarchyGrid.Definitions/PositionedCell.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/HierarchyGrid.Definitions/PositionedCell.cs#L18
Nullability of reference types in type of parameter 'other' of 'int PositionedCell.CompareTo(PositionedCell other)' doesn't match implicitly implemented member 'int IComparable<PositionedCell>.CompareTo(PositionedCell? other)' (possibly because of nullability attributes).
|
build:
src/HierarchyGrid.Definitions/HierarchyDefinition.cs#L320
Nullability of reference types in type of parameter 'other' of 'int HierarchyDefinition.CompareTo(HierarchyDefinition other)' doesn't match implicitly implemented member 'int IComparable<HierarchyDefinition>.CompareTo(HierarchyDefinition? other)' (possibly because of nullability attributes).
|
build:
src/HierarchyGrid.Definitions/ConsumerDefinition.cs#L14
Possible null reference return.
|