Reputation: 75
for our dev team we need to add another provider for Visual Studio Client side library (Artifactory). Is there a way to add this custom provider ? Thank you Julien
Upvotes: 1
Views: 373
Reputation: 28416
No, there isn't a way today. It is an open issue but there's been only one suggestion so far (GitHub) and that is mostly already covered by using the JSDelivr provider.
The problem is ensuring that the additional provider extensions are discovered. The Visual Studio component can use MEF (which is VS's preferred extensibility framework), but that doesn't extend well to MSBuild or the dotnet CLI tool. With so little feedback, no design was ever proposed to address all 3 runtime environments.
Upvotes: 0