add config for k8s #1
Annotations
7 warnings
src/CAVerifierServer.Grains/Grain/ThirdPartyVerification/ThirdPartyVerificationGrain.cs#L143
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/CAVerifierServer.Application/Email/EmailBodyBuilder.cs#L171
The variable 'e' is declared but never used
|
src/CAVerifierServer.Application/Phone/TelesignSmsMessageSender.cs#L57
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
src/CAVerifierServer.Application/VerifyCodeSender/PhoneVerifyCodeSender.cs#L92
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
src/CAVerifierServer.Application/Email/AwsEmailSender.cs#L64
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
src/CAVerifierServer.Application/Phone/TwilioSmsMessageSender.cs#L81
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
src/CAVerifierServer.Application/Phone/AwsSmsMessageSender.cs#L66
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
The logs for this run have expired and are no longer available.
Loading