feat(popup): allow interaction when open #92
build.yml
on: push
🏗 Build
/
🏗 Build
19s
🧪 Test
/
🧪 Test
17s
Annotations
14 warnings
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/DynamicHierarchicalTreeDataGridSource.cs#L28
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L81
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L74
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L74
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L83
Dereference of a possibly null reference.
|
🏗 Build / 🏗 Build:
samples/SampleApp/ViewModels/MainWindowViewModel.cs#L83
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/DynamicHierarchicalTreeDataGridSource.cs#L28
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🏗 Build / 🏗 Build:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
🧪 Test / 🧪 Test:
src/DynamicTreeDataGrid/DynamicHierarchicalTreeDataGridSource.cs#L28
Non-nullable property 'Options' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
🧪 Test / 🧪 Test:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L76
Dereference of a possibly null reference.
|
🧪 Test / 🧪 Test:
src/DynamicTreeDataGrid/Models/Columns/DynamicColumnList.cs#L81
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.
|