dotnet-grpc(dotnet tool) fixed dependent packages version
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 836
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 7
Description
Hi there,
I am unsure if asking this question here is appropriate, as dotnet-grpc (a dotnet tool) doesn't seem to be an open-source project.
I encountered the same problem (#1564), and I know it is solved at `Grpc.Net.ClientFactory 2.44.0`.
When I use the `add-file` command, it automatically adds the related reference packages and protobuf references into the csproj file.
But the related package version is fixed and recorded at https://go.microsoft.com/fwlink/?linkid=2099561, and the `Grpc.Net.ClientFactory` package version is fixed at `2.32.0`.
How do I solve the version problem? Right now, I need to update the package manually every time.
Thanks.
Contributor guide
Research direction
Reproduce the add-file command and inspect the generated .csproj package references, focusing on the fixed Grpc.Net.ClientFactory 2.32.0 version and the linked package-version source. Compare this with the reported 2.44.0 resolution; done means generated references no longer require manual version updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100