Jake Soenneker
Jake Soenneker
@odinserj I appreciate the effort and agree that improving the NuGet ecosystem is a worthy goal—but I think it's important to clarify that NuGet’s dependency resolution model is fundamentally different...
There’s a document that explains this more: https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution > Transitive restore applies four main rules to resolve dependencies: [lowest applicable version](https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#lowest-applicable-version), [floating versions](https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#floating-versions), [direct-dependency-wins](https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#direct-dependency-wins), and [cousin dependencies](https://learn.microsoft.com/en-us/nuget/concepts/dependency-resolution#cousin-dependencies). For example, if...
> Correct, NuGet will issue an error and will disallow this installation. But I don't understand how this can be overridden. Without this understanding, the paragraph above contradicts with the...
@odinserj I’m disappointed that you’re not addressing this or answering my questions - especially when contributors are ready to step in, yet the concern over a “breaking change” seems to...
Confirmed still an issue, able to repro (.NET 9)
This would be great... AdaptiveCards is one of the last remaining libraries we use that requires Newtonsoft