Skip to content

feat(popup): allow interaction when open #92

feat(popup): allow interaction when open

feat(popup): allow interaction when open #92

Triggered via push October 30, 2024 03:31
Status Success
Total duration 49s
Artifacts

build.yml

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

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.