Skip to content

🐛 Remove unnecessary secret from dotnet publish workflow (#381) #13

🐛 Remove unnecessary secret from dotnet publish workflow (#381)

🐛 Remove unnecessary secret from dotnet publish workflow (#381) #13

Triggered via push March 4, 2024 21:14
Status Success
Total duration 1m 15s
Artifacts
dotnet-publish  /  Publish .NET
1m 8s
dotnet-publish / Publish .NET
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
dotnet-publish / Publish .NET
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
dotnet-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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-publish / Publish .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.