feat: add topics #330
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: gerred/actions/current-time@master, actions/checkout@v2, actions/setup-dotnet@v1, amannn/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L106
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L14
Missing XML comment for publicly visible type or member 'ScsTopicClientBase'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L16
Missing XML comment for publicly visible type or member 'ScsTopicClientBase.grpcManager'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L20
Missing XML comment for publicly visible type or member 'ScsTopicClientBase._exceptionMapper'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L22
Missing XML comment for publicly visible type or member 'ScsTopicClientBase.ScsTopicClientBase(IConfiguration, string, string)'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L30
Missing XML comment for publicly visible type or member 'ScsTopicClientBase.MetadataWithCache(string)'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L35
Missing XML comment for publicly visible type or member 'ScsTopicClientBase.CalculateDeadline()'
|
src/Momento.Sdk/Internal/ScsTopicClient.cs#L40
Missing XML comment for publicly visible type or member 'ScsTopicClientBase.Dispose()'
|
src/Momento.Sdk/Internal/TopicGrpcManager.cs#L23
Missing XML comment for publicly visible type or member 'IPubsubClient'
|
src/Momento.Sdk/Internal/TopicGrpcManager.cs#L25
Missing XML comment for publicly visible type or member 'IPubsubClient.publish(_PublishRequest, CallOptions)'
|
The logs for this run have expired and are no longer available.
Loading