Skip to content

feat: partial state tests w/ same index #67

feat: partial state tests w/ same index

feat: partial state tests w/ same index #67

Triggered via push October 14, 2024 21:16
Status Success
Total duration 1m 7s
Artifacts

build.yml

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

Annotations

15 warnings
🏗 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#L76
Dereference of a possibly null reference.
🏗 Build / 🏗 Build: src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L83
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#L76
Dereference of a possibly null reference.
🏗 Build / 🏗 Build: src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L83
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.
🧪 Test / 🧪 Test: src/DynamicTreeDataGrid/DynamicFlatTreeDataGridSource.cs#L209
The member 'DynamicFlatTreeDataGridSource<TModel, TModelKey>.Dispose()' does not hide an accessible member. The new keyword is not required.
🧪 Test / 🧪 Test: 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.
🧪 Test / 🧪 Test: src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
🧪 Test / 🧪 Test: src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L83
Dereference of a possibly null reference.
🧪 Test / 🧪 Test: 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.