Chauffeur icon indicating copy to clipboard operation
Chauffeur copied to clipboard

Added a service to list packages

Open stuartcrouch opened this issue 5 years ago • 3 comments

This will list out packages with the name, number and GUID. I have another service coming that will build the package for the number you specify

stuartcrouch avatar Apr 27 '19 17:04 stuartcrouch

I'm not sure if this (and #96) would fit as part of the core of Chauffeur for v7 or it'd be better as a plugin (either part of ExternalPackages or just a stand alone completely).

I've nearly completed the migration of Chauffeur to v8 and the packaging engine is quite changed so I'm rather hesitant about adding something that is so heavily tied to it into the core only to have to migrate it shortly.

aaronpowell avatar Apr 28 '19 23:04 aaronpowell

I'm not sure if this (and #96) would fit as part of the core of Chauffeur for v7 or it'd be better as a plugin (either part of ExternalPackages or just a stand alone completely).

I've nearly completed the migration of Chauffeur to v8 and the packaging engine is quite changed so I'm rather hesitant about adding something that is so heavily tied to it into the core only to have to migrate it shortly.

In that case I'm out. I have no idea how to code in f# and its too large a task to take on although I had hoped to share what I'd done with the community

I'll still use what I've learned, but I dont think I can make this a sharable product?

stuartcrouch avatar Apr 29 '19 22:04 stuartcrouch

You can create your own NuGet package which contains the code (and has the dependency of Chauffeur) because Chauffeur just picks up everything in the bin folder to load, so there's no need to discard it.

aaronpowell avatar Apr 29 '19 23:04 aaronpowell