fix: nicer buttons #56
Annotations
8 warnings
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L210
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
|
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.
|
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L44
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L51
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L210
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
|
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.
|
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L44
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L51
Dereference of a possibly null reference.
|
This job succeeded
Loading