You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many X509Certificate2 ctors have been marked obsolete in 9.0 and the gRPC client is using one of the obsolete APIs.
This is failing benchmark runs with the build error seen below:
/tmp/benchmarks-agent/benchmarks-server-1/6F579F9A7D95A5F7/perf/benchmarkapps/GrpcClient/Program.cs(479,45): error SYSLIB0057: 'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057) [/tmp/benchmarks-agent/benchmarks-server-1/6F579F9A7D95A5F7/perf/benchmarkapps/GrpcClient/GrpcClient.csproj]
The text was updated successfully, but these errors were encountered:
Many
X509Certificate2
ctors have been marked obsolete in 9.0 and the gRPC client is using one of the obsolete APIs.This is failing benchmark runs with the build error seen below:
The text was updated successfully, but these errors were encountered: