You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to provide an extra NuGet package which only contains your custom code DLL?
I want to use the "Link" type in ModelsBuilder, which I have in a class library.
Using the current NuGet I get unwanted stuff like everything below App_Plugins.
The text was updated successfully, but these errors were encountered:
I second this! The DLL should indeed live in a seperate NuGet package, e.g. RJP.UmbracoMultiUrlPicker.Core. Only the AngularJS code that is used for the back-office plugin should be in RJP.UmbracoMultiUrlPicker.
You can't avoid the dependency on UmbracoCms.Core, because the Link class references Umbraco types (IPublishedContent, Udi, constants, etc.).
This would result in the following dependancy tree:
Would it be possible to provide an extra NuGet package which only contains your custom code DLL?
I want to use the "Link" type in ModelsBuilder, which I have in a class library.
Using the current NuGet I get unwanted stuff like everything below App_Plugins.
The text was updated successfully, but these errors were encountered: