Skip to content

feat(columnstate): scaffold tests #66

feat(columnstate): scaffold tests

feat(columnstate): scaffold tests #66

Triggered via push October 14, 2024 18:12
Status Failure
Total duration 33s
Artifacts

build.yml

on: push
🏗 Build  /  🏗 Build
23s
🏗 Build / 🏗 Build
🧪 Test  /  🧪 Test
🧪 Test / 🧪 Test
Fit to window
Zoom out
Zoom in

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.