This is an idea that I would like some comments on.
From time to time I am working with nuget packages in my solutions/testings and came to think of the following:
Lets say i want to create a package that was dependant on SignalR. It would be nice if I could just give it the ID of the SignalR Nuget package and it would download the dependencies itself.
I am thinking it should be part of the package installer experience, such the nuget package will be downloaded and some transformations are done like moving scripts into the frontend/scripts folder and such.
Any comments, if this would be useful?
From time to time I am working with nuget packages in my solutions/testings and came to think of the following:
Lets say i want to create a package that was dependant on SignalR. It would be nice if I could just give it the ID of the SignalR Nuget package and it would download the dependencies itself.
I am thinking it should be part of the package installer experience, such the nuget package will be downloaded and some transformations are done like moving scripts into the frontend/scripts folder and such.
Any comments, if this would be useful?