Skip to content

Add XML documentation to all public members and update README #10

Add XML documentation to all public members and update README

Add XML documentation to all public members and update README #10

Triggered via push February 18, 2026 11:56
Status Success
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: Source/ModelingEvolution.Observable/Extensions.cs#L161
Nullability of reference types in type of parameter 'value' of 'int ObservableCollectionView<T>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/Extensions.cs#L286
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableCollectionView<T>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
publish: Source/ModelingEvolution.Observable/Extensions.cs#L298
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableCollectionView<T>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L194
Nullability of reference types in type of parameter 'value' of 'void ObservableCollectionView<TDst, TSrc>.Remove(object value)' doesn't match implicitly implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L190
Nullability of reference types in type of parameter 'value' of 'void ObservableCollectionView<TDst, TSrc>.Insert(int index, object value)' doesn't match implicitly implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L185
Nullability of reference types in type of parameter 'value' of 'int ObservableCollectionView<TDst, TSrc>.IndexOf(object value)' doesn't match implicitly implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L180
Nullability of reference types in type of parameter 'value' of 'bool ObservableCollectionView<TDst, TSrc>.Contains(object value)' doesn't match implicitly implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L175
Nullability of reference types in type of parameter 'value' of 'int ObservableCollectionView<TDst, TSrc>.Add(object value)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L264
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableCollectionView<TDst, TSrc>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
publish: Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L272
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableCollectionView<TDst, TSrc>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.