initial (#1) #13
Annotations
7 warnings
entrust-ecs-caplugin/Models/CertTypes.cs#L49
The member 'EntrustCertType.AllTypes' does not hide an accessible member. The new keyword is not required.
|
entrust-ecs-caplugin/Client/ECSClient.cs#L98
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
entrust-ecs-caplugin/ECSCAPlugin.cs#L59
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.
|
entrust-ecs-caplugin/ECSCAPlugin.cs#L552
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.
|
entrust-ecs-caplugin/ECSCAPlugin.cs#L611
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.
|
entrust-ecs-caplugin/ECSCAPlugin.cs#L745
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.
|
entrust-ecs-caplugin/ECSCAPlugin.cs#L827
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.
|
The logs for this run have expired and are no longer available.
Loading