microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Microsoft.Graph.Beta5.115.0-preview requires Microsoft.Bcl.Memory.9.0.0
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
When upgrading from Microsoft.Graph.Beta.5.94.0-preview to Microsoft.GRaph.Beta.5.115.0-preview I noticed that Microsoft.Bcl.Memory 9.0.0 was installing.
This package explicitly states, in the readme:
This library is not necessary nor recommended when targeting versions of .NET that include the relevant support.
So the question is, when targeting net8.0 why is this package even installed? And apart from that, can we do something about that. We don't want to go the same mess with all the Azure.* packages.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by reproducing the upgrade from Microsoft.Graph.Beta.5.94.0-preview to Microsoft.Graph.Beta.5.115.0-preview while targeting net8.0, then trace which package dependency introduces Microsoft.Bcl.Memory 9.0.0. Done means explaining the dependency and preventing that package from being installed when the target framework already provides the required support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100