Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
If I install a nuget package for Episerver forms or other addon, it will add dll to references and also add some zip files etc below [project]/modules/...
So far so good. Those files below modules are not by default added to project in visual studio however. This results in some errors if I later decide to publish project using automated build or might be missing in GIT if I check them in. It will then generate some kind of either missing module error when starting site or a 404 in edit mode or similar.
The work around is easy. Just include the files in project and source control and publish etc will pick them up. But it would be nice to get this by default to avoid spending some time hunting bugs...
Possible?