Enable XML doc generation and add docs to BinarySearch/InsertSorted #9
Annotations
10 warnings
|
publish:
Source/ModelingEvolution.Observable/Extensions.cs#L180
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#L184
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#L173
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
|
publish:
Source/ModelingEvolution.Observable/ObservableCollectionView.cs#L164
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#L162
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#L160
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#L158
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#L156
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#L208
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#L212
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableCollectionView<TDst, TSrc>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
|