add syncfilter config options to annotations #48
Annotations
10 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: microsoft/setup-msbuild@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L428
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#L522
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#L564
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#L624
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#L764
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#L835
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