microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.34k stars 2.21k forks source link

Shaded dependencies #1337

Open akkie opened 2 years ago

akkie commented 2 years ago

Hi,

I have found this document: https://github.com/microsoft/dotnet/blob/master/docs/ecosystem-issues.md

I'm actually interested in the following paragraph: https://github.com/microsoft/dotnet/blob/master/docs/ecosystem-issues.md#package-consumers-can-patch-their-dependencies

Are there any additional information about an outcome? The article was written for .NET 6. This version was released a while ago.

I'm interested if there are some changes in .NET 6 which help to prevent dealing with diamond dependencies. https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/dependencies

anangaur commented 2 years ago

/cc: @mhutch

akkie commented 2 months ago

Is there any new information regarding this topic?