Skip to content

⬆ Bump FSharp.Core, FsCheck.Xunit and xunit.abstractions #468

⬆ Bump FSharp.Core, FsCheck.Xunit and xunit.abstractions

⬆ Bump FSharp.Core, FsCheck.Xunit and xunit.abstractions #468

Triggered via pull request January 31, 2025 06:02
Status Failure
Total duration 41s
Artifacts

dotnet-build.yml

on: pull_request
dotnet-build  /  Build .NET
33s
dotnet-build / Build .NET
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
dotnet-build / Build .NET: Bearded.Utilities.Tests/Geometry/Bivector2Tests.cs#L19
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Geometry/Bivector2Tests.cs#L20
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Generators/Vector3Generators.cs#L11
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Generators/Vector3Generators.cs#L11
'Gen<float>' does not contain a definition for 'Three' and no accessible extension method 'Three' accepting a first argument of type 'Gen<float>' could be found (are you missing a using directive or an assembly reference?)
dotnet-build / Build .NET: Bearded.Utilities.Tests/Geometry/CircularArc2Tests.cs#L18
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Geometry/Bivector3Tests.cs#L18
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Geometry/Bivector3Tests.cs#L19
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Generators/FloatGenerators.cs#L41
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Generators/Vector2Generators.cs#L11
The name 'Arb' does not exist in the current context
dotnet-build / Build .NET: Bearded.Utilities.Tests/Generators/Vector2Generators.cs#L11
'Gen<float>' does not contain a definition for 'Two' and no accessible extension method 'Two' accepting a first argument of type 'Gen<float>' could be found (are you missing a using directive or an assembly reference?)
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build / Build .NET: Bearded.Utilities/Algorithms/CoffmanGraham.cs#L189
Nullability of reference types in type of parameter 'obj' of 'int DecreasingNumberSequence.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Input/Actions/DigitalAction.cs#L13
Nullability of reference types in type of parameter 'other' of 'bool DigitalAction.Equals(IAction other)' doesn't match implicitly implemented member 'bool IEquatable<IAction>.Equals(IAction other)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Input/Actions/DummyAction.cs#L21
Nullability of reference types in type of parameter 'other' of 'bool DummyAction.Equals(IAction other)' doesn't match implicitly implemented member 'bool IEquatable<IAction>.Equals(IAction other)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Input/Actions/LambdaAction.cs#L31
Nullability of reference types in type of parameter 'other' of 'bool LambdaAction.Equals(IAction other)' doesn't match implicitly implemented member 'bool IEquatable<IAction>.Equals(IAction other)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Input/InputAction.cs#L102
Nullability of reference types in type of parameter 'other' of 'bool BinaryAction.Equals(IAction other)' doesn't match implicitly implemented member 'bool IEquatable<IAction>.Equals(IAction other)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Input/InputAction.cs#L133
Nullability of reference types in type of parameter 'other' of 'bool AnyAction.Equals(IAction other)' doesn't match implicitly implemented member 'bool IEquatable<IAction>.Equals(IAction other)' (possibly because of nullability attributes).
dotnet-build / Build .NET: Bearded.Utilities/Linq/Extensions.cs#L155
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.