Add Version tag to csproj files and fix workflow #3
Annotations
10 warnings
|
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'.
|
|
publish:
Source/ModelingEvolution.Observable/Extensions.cs#L136
Nullability of reference types in type of parameter 'value' of 'void ObservableCollectionView<T>.Remove(object value)' doesn't match implicitly implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
|
publish:
Source/ModelingEvolution.Observable/Extensions.cs#L134
Nullability of reference types in type of parameter 'value' of 'void ObservableCollectionView<T>.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/Extensions.cs#L132
Nullability of reference types in type of parameter 'value' of 'int ObservableCollectionView<T>.IndexOf(object value)' doesn't match implicitly implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
|
publish:
Source/ModelingEvolution.Observable/Extensions.cs#L130
Nullability of reference types in type of parameter 'value' of 'bool ObservableCollectionView<T>.Contains(object value)' doesn't match implicitly implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
|
publish:
Source/ModelingEvolution.Observable/Extensions.cs#L128
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#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'.
|