I'm looking to create some custom reusable workflows for Umbraco and I'd
like to keep these in a separate project to my Umbraco site.
I was wondering what the best practices were for maintaining references to
the required Umbraco.Forms.* libraries.
I was hoping there would be a nuget package for the forms functionality
which would absolve me of the responsibility of maintaining versions and
upgrading libraries on subsequent release.
Thanks for the info, I've been working through the new documentation this was more of a high level project setup type question.
I was just looking for a way to keep the references to the Umbraco.Forms.* DLLs in my project in sync with the current version without having to copy the DLL's from an Umbraco project. I guess what I'm looking for is an "Umbraco Cms Forms Binaries" nuget package :)
Umbraco Forms Extensions - Best Practices
Hi,
I'm looking to create some custom reusable workflows for Umbraco and I'd like to keep these in a separate project to my Umbraco site.
I was wondering what the best practices were for maintaining references to the required Umbraco.Forms.* libraries.
I was hoping there would be a nuget package for the forms functionality which would absolve me of the responsibility of maintaining versions and upgrading libraries on subsequent release.
I'd appreciate any feedback or suggestions
Thanks,
James
Hi James,
Have you seen the documentation for new Umbraco Forms, https://github.com/umbraco/UmbracoFormsDocumentation, but be aware that the work with the documentation is still in progress.
I donĀ“t think there is a NuGet version of the Umbraco package, because you can find the newest version of it here: http://nightly.umbraco.org/Umbraco%20Contour/4.0/
Hope this helps, in some way.
/Dennis
Hello again Dennis!
Thanks for the info, I've been working through the new documentation this was more of a high level project setup type question.
I was just looking for a way to keep the references to the Umbraco.Forms.* DLLs in my project in sync with the current version without having to copy the DLL's from an Umbraco project. I guess what I'm looking for is an "Umbraco Cms Forms Binaries" nuget package :)
Thanks mate
James
is working on a reply...