-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using a custom package type for addins / modules #66
Comments
TL;DR;Custom package types work well with Cake build scripts, but with Frosting it would impose limitations in the way a package can be installed. Namely, it's not possible to install packages with custom types via the Visual Studio User Interface... (it only works if you edit the .csproj manually yourself and type/paste a For now we've decided to propose a feature request to the NuGet team which would allow the installation of NuGet packages with custom types on Frosting projects without limitations, and revisit this issue in the future. Long versionAs as proof-of-concept I created three NuGet packages and published to nuget.org:
The source code of the packages above is available on here. Test Results
ScreenshotsConclusionFor now we've decided to propose a feature request to the NuGet team which would allow the installation of NuGet packages with custom types on Frosting projects without limitations, and revisit this issue in the future. N.B.: Given that the limitation is only with Frosting, if we wanted to start using custom package types for Recipes today, we could. |
We should consider using a custom package type for Cake addins, modules and recipes.
This could help in discovery of these packages from nuget.org.
The text was updated successfully, but these errors were encountered: