feat methods to client #119
Annotations
22 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L256
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, Request, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L258
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(Request, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L260
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, string, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L262
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L264
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, IRpcId, string, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L266
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(IRpcId, string, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L268
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest<TResponse>(string, Request, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L271
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest<TResponse>(Request, CancellationToken)'
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L288
XML comment has a typeparam tag for 'TParams', but there is no type parameter by that name
|
test:
src/Tochka.JsonRpc.Client/IJsonRpcClient.cs#L291
XML comment has a param tag for 'parameters', but there is no parameter by that name
|
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3, TriPSs/conventional-changelog-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish
Missing XML comment for publicly visible type or member 'Extensions.BuildWithoutUri(JsonSchemaBuilder)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, Request, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(Request, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, string, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(string, IRpcId, string, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest(IRpcId, string, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest<TResponse>(string, Request, CancellationToken)'
|
publish
Missing XML comment for publicly visible type or member 'IJsonRpcClient.SendRequest<TResponse>(Request, CancellationToken)'
|
publish
XML comment has a typeparam tag for 'TParams', but there is no type parameter by that name
|