feat(columnstate): scaffold tests #66
Annotations
3 errors and 10 warnings
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L64
'DynamicFlatTreeDataGridSource<Person, int>' does not contain a definition for 'GetColumnStates' and no accessible extension method 'GetColumnStates' accepting a first argument of type 'DynamicFlatTreeDataGridSource<Person, int>' could be found (are you missing a using directive or an assembly reference?)
|
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L64
'DynamicFlatTreeDataGridSource<Person, int>' does not contain a definition for 'GetColumnStates' and no accessible extension method 'GetColumnStates' accepting a first argument of type 'DynamicFlatTreeDataGridSource<Person, int>' could be found (are you missing a using directive or an assembly reference?)
|
|
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#L75
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L82
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#L75
Dereference of a possibly null reference.
|
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L82
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