⬆ Bump FSharp.Core, FsCheck.Xunit and xunit.abstractions #447
dotnet-build.yml
on: pull_request
dotnet-build
/
Build .NET
33s
Annotations
10 errors and 14 warnings
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/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:
Bearded.Utilities.Tests/Generators/IntGenerators.cs#L10
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/FloatGenerators.cs#L30
The name 'Arb' does not exist in the current context
|
dotnet-build / Build .NET:
Bearded.Utilities.Tests/Generators/FloatGenerators.cs#L18
'Gen<float>' does not contain a definition for 'Where' and no accessible extension method 'Where' 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/Generators/FloatGenerators.cs#L11
The name 'Arb' does not exist in the current context
|
dotnet-build / Build .NET:
Bearded.Utilities.Tests/Generators/DoubleGenerators.cs#L30
Using the generic type 'Gen<T>' requires 1 type arguments
|
dotnet-build / Build .NET
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Collections/PriorityQueue.cs#L14
The type 'TValue' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
|
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).
|