feat(columnstate): scaffold tests #66
build.yml
on: push
🏗 Build
/
🏗 Build
23s
🧪 Test
/
🧪 Test
Annotations
3 errors and 10 warnings
🏗 Build / 🏗 Build:
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?)
|
🏗 Build / 🏗 Build:
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?)
|
🏗 Build / 🏗 Build
Process completed with exit code 1.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L209
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
|
🏗 Build / 🏗 Build:
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.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L75
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L82
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
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.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L209
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
|
🏗 Build / 🏗 Build:
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.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L75
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L82
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
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.
|