Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy GRPC benchmarks broken #2013

Open
sebastienros opened this issue Aug 13, 2024 · 2 comments
Open

Proxy GRPC benchmarks broken #2013

sebastienros opened this issue Aug 13, 2024 · 2 comments

Comments

@sebastienros
Copy link
Member

Obsolete method need to be updated.

dotnet publish GrpcClient.csproj -c Release -o /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/perf/benchmarkapps/GrpcClient/published /p:MicrosoftNETCoreAppPackageVersion=9.0.0-rc.1.24408.12 /p:MicrosoftAspNetCoreAppPackageVersion=9.0.0-rc.1.24407.10 /p:GenerateErrorForMissingTargetingPacks=false /p:RestoreNoCache=true /p:MicrosoftNETPlatformLibrary=Microsoft.NETCore.App --framework net9.0 --self-contained -r linux-x64 
  Determining projects to restore...
  Restored /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/perf/benchmarkapps/GrpcClient/GrpcClient.csproj (in 3.31 sec).
  Restored /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Core.Api/Grpc.Core.Api.csproj (in 3.33 sec).
  Restored /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Net.Common/Grpc.Net.Common.csproj (in 7.16 sec).
  Restored /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Net.Client/Grpc.Net.Client.csproj (in 7.16 sec).
  Grpc.Core.Api -> /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Core.Api/bin/Release/netstandard2.1/Grpc.Core.Api.dll
  Grpc.Net.Common -> /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Net.Common/bin/Release/net8.0/Grpc.Net.Common.dll
  Grpc.Net.Client -> /tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/src/Grpc.Net.Client/bin/Release/net8.0/Grpc.Net.Client.dll
/tmp/benchmarks-agent/benchmarks-server-1/69DA5B955F78EDDC/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/69DA5B955F78EDDC/perf/benchmarkapps/GrpcClient/GrpcClient.csproj]
@sebastienros
Copy link
Member Author

@JamesNK don't bother if you are busy, will do it tomorrow otherwise

@sebastienros
Copy link
Member Author

grpc/grpc-dotnet#2502

I believe the change is too recent in the runtime to get a valid build in grpc-dotnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant