We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Packages do not successfully restore beginning with commit 74b5a69
Packages Grpc.Net.Client and Microsoft.AspNetCore.TestHost are not restored due to dependency issues.
Grpc.Net.Client
Microsoft.AspNetCore.TestHost
What is the expected behavior?
Packages should be restored without error. Checking out to the previous commit and restoring works as expected.
What is the actual behavior?
Running dotnet restore returns the following errors:
dotnet restore
opentelemetry-demo\src\cartservice\tests\cartservice.tests.csproj : error NU1605: Warning As Error: Detected package downgrade: Grpc.Net.Client from 2.58.0 to 2.57.0. Reference the package directly from the project to select a different version. [opentelemetry-demo\src\cartservice\cartservice.sln] opentelemetry-demo\src\cartservice\tests\cartservice.tests.csproj : error NU1605: cartservice.tests -> cartservice -> Grpc.AspNetCore 2.58.0 -> Grpc.AspNetCore.Server.ClientFactory 2.58.0 -> Grpc.Net.ClientFactory 2.58.0 -> Grpc.Net.Client (>= 2.58.0) [opentelemetry-demo\src\cartservice\cartservice.sln] opentelemetry-demo\src\cartservice\tests\cartservice.tests.csproj : error NU1605: cartservice.tests -> Grpc.Net.Client (>= 2.57.0) [opentelemetry-demo\src\cartservice\cartservice.sln] opentelemetry-demo\src\cartservice\tests\cartservice.tests.csproj : error NU1202: Package Microsoft.AspNetCore.TestHost 7.0.13 is not compatible with net6.0 (.NETCoreApp,Version=v6.0). Package Microsoft.AspNetCore.TestHost 7.0.13 supports: net7.0 (.NETCoreApp,Version=v7.0) [opentelemetry-demo\src\cartservice\cartservice.sln]
src/cartservice
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Packages do not successfully restore beginning with commit 74b5a69
Symptom
Packages
Grpc.Net.Client
andMicrosoft.AspNetCore.TestHost
are not restored due to dependency issues.What is the expected behavior?
Packages should be restored without error. Checking out to the previous commit and restoring works as expected.
What is the actual behavior?
Running
dotnet restore
returns the following errors:Reproduce
src/cartservice
dotnet restore
The text was updated successfully, but these errors were encountered: