Skip to content

Merge pull request #7 from EfimenkoAndrew/feature/fix-typo-in-project #24

Merge pull request #7 from EfimenkoAndrew/feature/fix-typo-in-project

Merge pull request #7 from EfimenkoAndrew/feature/fix-typo-in-project #24

Triggered via push January 11, 2024 12:11
Status Success
Total duration 2m 55s
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/Serializer.cs#L426
'SurrogateSelector' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)