Skip to content

Update Grid.axaml.cs #37

Update Grid.axaml.cs

Update Grid.axaml.cs #37

Triggered via push April 10, 2024 05:37
Status Success
Total duration 1m 52s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: olegtarasov/get-tag@v2.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/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/ConsumerDefinition.cs#L14
Possible null reference return.