Skip to content

🚀 Release

🚀 Release #28

Triggered via workflow run October 11, 2024 21:23
Status Success
Total duration 2m 2s
Artifacts

release-please.yml

on: workflow_run
✨ Release Please
14s
✨ Release Please
🏷️ Tag Commits
2s
🏷️ Tag Commits
📦 Publish to NuGet
27s
📦 Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
📦 Publish to NuGet: src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L210
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
📦 Publish to NuGet: src/DynamicTreeDataGrid/State/GridState.cs#L4
Non-nullable property 'ColumnStates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
📦 Publish to NuGet: src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L44
Dereference of a possibly null reference.
📦 Publish to NuGet: src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L51
Dereference of a possibly null reference.