Skip to content

Merge pull request #4 from EfimenkoAndrew/feature/remove-publishing #16

Merge pull request #4 from EfimenkoAndrew/feature/remove-publishing

Merge pull request #4 from EfimenkoAndrew/feature/remove-publishing #16

Triggered via push January 11, 2024 11:32
Status Success
Total duration 1m 19s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Alpaca.Integrations/DataPoint.cs#L38
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Alpaca.Integrations/DataPoint.cs#L32
Nullability of reference types in type of parameter 'other' of 'bool DataPoint.Equals(DataPoint other)' doesn't match implicitly implemented member 'bool IEquatable<DataPoint>.Equals(DataPoint? other)' (possibly because of nullability attributes).
build: src/Alpaca.Integrations/DataPoint.cs#L22
Nullability of reference types in type of parameter 'other' of 'int DataPoint.CompareTo(DataPoint other)' doesn't match implicitly implemented member 'int IComparable<DataPoint>.CompareTo(DataPoint? other)' (possibly because of nullability attributes).
build: src/Alpaca.Integrations/CsvParser.cs#L18
Possible null reference return.
build: src/Alpaca.Integrations/DataPoint.cs#L13
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Alpaca.Integrations/DataPoint.cs#L13
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Alpaca.Integrations/CsvParser.cs#L44
Possible null reference return.
build: src/Alpaca.Integrations/CsvParser.cs#L51
Converting null literal or possible null value to non-nullable type.
build: Alpaca.Clustering.Core/Attributes/SurrogateSelectorAttribute.cs#L42
'SurrogateSelector' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build: Alpaca.Clustering.Core/Cast.cs#L32
The type name 'cast' only contains lower-cased ascii characters. Such names may become reserved for the language.