Skip to content

Merge pull request #5 from intervals-mining-lab/dependabot/nuget/Libi… #10

Merge pull request #5 from intervals-mining-lab/dependabot/nuget/Libi…

Merge pull request #5 from intervals-mining-lab/dependabot/nuget/Libi… #10

Triggered via push July 23, 2024 04:57
Status Failure
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Libiada.Clusterizator/Krab/KrabClusterization.cs#L52
Non-nullable field 'manager' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build: Libiada.Clusterizator/FRiSCluster/FRiSCluster.cs#L42
Non-nullable field 'distances' must contain a non-null value when exiting constructor. Consider 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 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).