feat: partial state tests w/ same index #67
Annotations
10 warnings
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L209
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/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L83
Dereference of a possibly null reference.
|
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L17
Non-nullable field '_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L209
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/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L83
Dereference of a possibly null reference.
|
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L17
Non-nullable field '_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading