fix: pass theme to modal #72
build.yml
on: push
🏗 Build
/
🏗 Build
22s
🧪 Test
/
🧪 Test
26s
Annotations
12 warnings
🏗 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#L80
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L19
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/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#L80
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L19
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/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#L75
Dereference of a possibly null reference.
|
🧪 Test / 🧪 Test:
src/DynamicTreeDataGrid/Columns/DynamicColumnList.cs#L80
Dereference of a possibly null reference.
|
🧪 Test / 🧪 Test:
tests/DynamicTreeDataGrid.Tests/DynamicFlatTreeDataGridSource/Initialization.cs#L19
Non-nullable field '_source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|