Skip to content

⬇️ Downgrade System.Collections.Immutable #400

⬇️ Downgrade System.Collections.Immutable

⬇️ Downgrade System.Collections.Immutable #400

Triggered via pull request March 11, 2024 18:43
Status Failure
Total duration 50s
Artifacts

dotnet-build.yml

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

Annotations

10 errors and 10 warnings
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L142
Argument 1: cannot convert from 'System.Collections.Immutable.ImmutableList<T>' to 'System.Collections.Immutable.ImmutableArray<T>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L143
Argument 2: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L146
Argument 3: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L142
Argument 1: cannot convert from 'System.Collections.Immutable.ImmutableList<T>' to 'System.Collections.Immutable.ImmutableArray<T>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L143
Argument 2: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L146
Argument 3: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L142
Argument 1: cannot convert from 'System.Collections.Immutable.ImmutableList<T>' to 'System.Collections.Immutable.ImmutableArray<T>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L143
Argument 2: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L146
Argument 3: cannot convert from 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableList<T>>' to 'System.Collections.Immutable.ImmutableDictionary<T, System.Collections.Immutable.ImmutableArray<T>>'
dotnet-build / Build .NET: Bearded.Utilities/Graphs/DirectedGraphBuilder.cs#L142
Argument 1: cannot convert from 'System.Collections.Immutable.ImmutableList<T>' to 'System.Collections.Immutable.ImmutableArray<T>'
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/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/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.
dotnet-build / Build .NET: Bearded.Utilities/Linq/Extensions.cs#L173
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
dotnet-build / Build .NET: Bearded.Utilities/Linq/Extensions.cs#L182
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.