log subject and sans on enroll call #55
Annotations
9 warnings
Execute MSBuild Commands:
digicert-certcentral-caplugin/Client/CertCentralClient.cs#L100
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L413
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L507
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L549
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L609
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L749
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/CertCentralCAPlugin.cs#L820
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.
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/Client/CertCentralClient.cs#L151
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Execute MSBuild Commands:
digicert-certcentral-caplugin/Client/CertCentralClient.cs#L157
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Loading