Add terse cancellation logging mode; #49
Merged
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Aer.ConsistentHash/Abstractions/INode.cs#L5
Missing XML comment for publicly visible type or member 'INode'
|
Build:
src/Aer.ConsistentHash/Abstractions/INode.cs#L7
Missing XML comment for publicly visible type or member 'INode.GetKey()'
|
Build:
src/Aer.ConsistentHash/Abstractions/INode.cs#L9
Missing XML comment for publicly visible type or member 'INode.GetEndpoint()'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L5
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L8
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetNode(string)'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L10
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetNodes(IEnumerable<string>, uint)'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L14
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetAllNodes()'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L16
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNode(TNode)'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L18
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNodes(IEnumerable<TNode>)'
|
Build:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L20
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNodes(params TNode[])'
|
Loading