-
Is it possible to create new Nodes with Models.Builder?
I assume that it is not possible because it depends on different Umbraco libraries? I always get confused between nodes , documents and Content…
-
Currently DetachedPublishedContent is internal. I'm trying to see if I can register DetachedPublishedContent into the PublishedContentModelFactory for the Models Builder, but currently I can't do that…
-
After updating version 2.0.3 to 2.1.0 and updating to th latest VSIX, I'm trying to generate models and get the following message. I noticed that ZbuModelsBuilder set the depencies to 1.1.32.0 but som…
ghost updated
9 years ago
-
When you have a partial class and you want to give that partial class it's own base class it's currently not supported.
For example:
Generated class:
public partial class ProductDetails : Base, IHe…
-
Hi Stephan,
Your ModelsBuilder has been working brilliantly for me for the past few weeks and its an awesome new addition to the Umbraco dev toolkit. Randomly yesterday however, it started failing w…
-
I download Hybrid Framework for Umbraco v7 Clean from https://github.com/jbreuer/Hybrid-Framework-for-Umbraco-v7-Clean.
In Umbraco.Site and Umbraco.Extensions projects in solution I update Zbu.ModelsB…
-
Hi,
I have models generated. I amend MediaPicker property from string to Image (auto-generated model), but it gives me null.
```
[ImplementPropertyType("newsThumbnail")]
public Image…
-
HI,
Great idea and great package !!!
We have such exception after generation of models:
System.InvalidOperationException: More that one type want to be a model for content type AreaSectionPage.
T…
-
Installed I have:
Zbu.ModelsBuilder to 2.0.0-final (Prerelease)
Zbu.ModelsBuilder.AspNet to 2.0.0-final (Prerelease)
Visual Studio Extension for Windows Lib... v1.0.9200
ZpqrtBnk Umbraco ModelsBuilde…
-
Im using Umb 7.21 and latest zbu.Modelsbuilder. Ive added a composition ("Pages") to my document type "TextPage".
It seems that it breaks TextPage as it cant find IPages.
As a result only the other…