Skip to content

Better HoveredCell handling #41

Better HoveredCell handling

Better HoveredCell handling #41

Triggered via push May 6, 2024 13:29
Status Success
Total duration 6m 20s
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/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/HierarchyGrid.Definitions/HierarchyDefinition.cs#L328
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/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/HierarchyGridState.cs#L76
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/ConsumerDefinition.cs#L11
Non-nullable property 'Colorize' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/HierarchyGrid.Definitions/ConsumerDefinition.cs#L11
Non-nullable property 'TooltipCreator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/HierarchyGrid.Definitions/ConsumerDefinition.cs#L11
Non-nullable property 'Editor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.