Skip to content

warning fixes.

warning fixes. #17

Triggered via push December 17, 2025 23:15
Status Success
Total duration 6m 43s
Artifacts

Snapshot.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build / build: Numerics/Data/Time Series/Support/SeriesOrdinate.cs#L121
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build / build: Numerics/Data/Time Series/Support/Series.cs#L81
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).
build / build: Numerics/Data/Time Series/Support/Series.cs#L59
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler Series<TIndex, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
build / build: Numerics/Data/Time Series/Support/Series.cs#L163
Nullability of reference types in type of parameter 'item' of 'void Series<TIndex, TValue>.Remove(object item)' doesn't match implicitly implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
build / build: Numerics/Data/Time Series/Support/Series.cs#L142
Nullability of reference types in type of parameter 'item' of 'void Series<TIndex, TValue>.Insert(int index, object item)' doesn't match implicitly implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
build / build: Numerics/Data/Time Series/Support/Series.cs#L229
Nullability of reference types in type of parameter 'item' of 'int Series<TIndex, TValue>.IndexOf(object item)' doesn't match implicitly implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
build / build: Numerics/Data/Time Series/Support/Series.cs#L198
Nullability of reference types in type of parameter 'item' of 'bool Series<TIndex, TValue>.Contains(object item)' doesn't match implicitly implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
build / build: Numerics/Data/Time Series/Support/Series.cs#L126
Nullability of reference types in type of parameter 'item' of 'int Series<TIndex, TValue>.Add(object item)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
build / build: Numerics/Data/Paired Data/UncertainOrderedPairedData.cs#L174
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler UncertainOrderedPairedData.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
build / build: Numerics/Data/Paired Data/UncertainOrderedPairedData.cs#L513
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build / build: Numerics/Mathematics/Optimization/Local/BFGS.cs#L81
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Mathematics/Optimization/Local/ADAM.cs#L79
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Distributions/Univariate/KernelDensity.cs#L552
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Mathematics/Optimization/Dynamic/Dijkstra.cs#L150
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Mathematics/Optimization/Dynamic/Dijkstra.cs#L97
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Data/Statistics/Probability.cs#L1902
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Data/Statistics/Probability.cs#L434
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Data/Statistics/Probability.cs#L315
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Data/Statistics/Probability.cs#L187
Cannot convert null literal to non-nullable reference type.
build / build: Numerics/Sampling/Stratify.cs#L305
Cannot convert null literal to non-nullable reference type.