Add terse cancellation logging mode; #185
Annotations
1 error and 11 warnings
build_test
Process completed with exit code 1.
|
build_test
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_test:
src/Aer.ConsistentHash/Abstractions/INode.cs#L5
Missing XML comment for publicly visible type or member 'INode'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INode.cs#L7
Missing XML comment for publicly visible type or member 'INode.GetKey()'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INode.cs#L9
Missing XML comment for publicly visible type or member 'INode.GetEndpoint()'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L5
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L8
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetNode(string)'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L10
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetNodes(IEnumerable<string>, uint)'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L14
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.GetAllNodes()'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L16
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNode(TNode)'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L18
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNodes(IEnumerable<TNode>)'
|
build_test:
src/Aer.ConsistentHash/Abstractions/INodeLocator.cs#L20
Missing XML comment for publicly visible type or member 'INodeLocator<TNode>.AddNodes(params TNode[])'
|