Skip to content

Update unit tests to NUnit 4 #3

Update unit tests to NUnit 4

Update unit tests to NUnit 4 #3

Triggered via push March 17, 2024 08:30
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/SimpleTypes/ValuePhantom.cs#L6
'ValuePhantom' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: Libiada.Core/Core/SimpleTypes/ValuePhantom.cs#L24
Possible null reference argument for parameter 'baseObject' in 'bool ValuePhantom.EqualsAsElement(IBaseObject baseObject)'.
build: Libiada.Core/Exceptions/TypeArgumentException.cs#L18
Non-nullable field 'ActualTypeArgument' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Libiada.Core/Exceptions/TypeArgumentException.cs#L29
Non-nullable field 'ActualTypeArgument' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.