You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.
I think I understand the intent here but wanted to call out some interesting threads about this that I've spotted in the wild (going to paraphrase):
The mention of packages here suggests this is about auditing NuGet releases - does this mean that projects that don't distribute on NuGet are not a good candidate currently for the maturity model?
Is there any flexibility here for projects that may depend on things which aren't distributed by NuGet but are needed for the project (e.g. web frameworks shipping JS that is sourced from a third-party)?
How set are we on this currently, and who are the best people to bug about exploring dependencies that aren't on NuGet?
The text was updated successfully, but these errors were encountered:
shiftkey
changed the title
clarifying "Stable packages depends on libraries that are at level X"
[Maturity Model] clarifying "Stable packages depends on libraries that are at level X"
Sep 25, 2019
shiftkey
changed the title
[Maturity Model] clarifying "Stable packages depends on libraries that are at level X"
clarifying "Stable packages depends on libraries that are at level X"
Sep 25, 2019
Great question ... I had an earlier write-up that covered this, but I forgot about this topic and it didn't make the final doc. Here is my take:
This isn't about NuGet, per se, but .NET code. NuGet is the dominant distribution model, so that explains the focus on NuGet.
This model is NOT intended to cover dependencies from other ecosystems (JS, C++, ...). So, a .NET project can depend on Electron or Angular or TensorFlow, and it can be at any of the four maturity levels. A Level 4 library that has such a dependency is level 4 w/rt to .NET, and any confidence concerns for the users of the library w/rt Electron (for example) are left to the consumer to consider (and not the maturity ladder).
So, I should add some text on this scenario to the doc, but it will only clarify what I said above. The maturity ladder will not place any requirements on dependencies from other ecosystems. It's not really possible/tenable.
I think I understand the intent here but wanted to call out some interesting threads about this that I've spotted in the wild (going to paraphrase):
packages
here suggests this is about auditing NuGet releases - does this mean that projects that don't distribute on NuGet are not a good candidate currently for the maturity model?How set are we on this currently, and who are the best people to bug about exploring dependencies that aren't on NuGet?
The text was updated successfully, but these errors were encountered: