RWS / dxa-modules

SDL Digital Experience Accelerator Modules
Apache License 2.0
8 stars 16 forks source link

Create NuGet packages for Modules #27

Open jhorsman opened 6 years ago

jhorsman commented 6 years ago

The DXA .NET modules from the dxa-modules project do not have NuGet packages.

I would like to have NuGet packages for every DXA .NET module, starting with the widely used Core module.

Combined with using precompiled views form Razor Generator this will make it much easier to use the DXA modules.

Especially for your first-time DXA project it takes a lot of time finding the DXA site in one project and the Core module in the other, then having to check out both, create a solution with them, making the post-build task in the Core module to work, etc. All of this would be almost a single click effort when using NuGet packages.

rwsigiles commented 6 years ago

+1 similar issue recently trying to hunt down a module assembly, in a zip, then VCS and reference it...