Merge pull request #39 from giard-alexandre/release-please--branches-… #69
build.yml
on: push
🏗 Build
/
🏗 Build
23s
🧪 Test
/
🧪 Test
24s
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.
|