Skip to content

Update README.md

Update README.md #21

Triggered via push December 4, 2024 14:48
Status Success
Total duration 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Libiada.Clusterizator/FRiSCluster/FRiSCluster.cs#L42
Non-nullable field 'distances' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Libiada.Clusterizator/FRiSCluster/FRiSCluster.cs#L42
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Libiada.Clusterizator/Krab/KrabClusterization.cs#L52
Non-nullable field 'manager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Libiada.Clusterizator/Krab/KrabClusterization.cs#L52
Non-nullable field 'optimalDivide' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Libiada.Clusterizator/FRiSCluster/FRiSCluster.cs#L102
Converting null literal or possible null value to non-nullable type.
build: Libiada.Core/TimeSeries/OneDimensional/Comparers/OneDimensionalTimeSeriesComparer.cs#L39
Cannot convert null literal to non-nullable reference type.
build: Libiada.Core/Core/CongenericScoreTrack.cs#L8
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string IBaseObject.ToString()' (possibly because of nullability attributes).
build: Libiada.Core/Core/FmotifChain.cs#L8
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string IBaseObject.ToString()' (possibly because of nullability attributes).
build: Libiada.Core/Core/ScoreTrack.cs#L8
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string IBaseObject.ToString()' (possibly because of nullability attributes).
build: Libiada.Core/Core/SimpleTypes/Fmotif.cs#L10
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string IBaseObject.ToString()' (possibly because of nullability attributes).