-
I have installed the [ModelsBuilder Custom Tool](https://marketplace.visualstudio.com/items?itemName=ZpqrtBnk.UmbracoModelsBuilderCustomTool) extension on my Visual Studio.
I have also installed th…
-
When I install this package in an umbraco v7.4.1 instance, ModelsBuilder generates the following field:
``` csharp
///
/// Content
///
[ImplementPropertyType("content")]
public object Content
{
g…
-
Is it possible to set a different location the classes get generated to?
ie if we want our models in a separate project we have to remember to copy and paste them, it would be good if we could spec…
-
Everything was working fine with ModelsBuilder, but now something changed with multiple urls and the PropertyValueConverter broke.
ModelsBuilder generates the following:
```
[ImplementPropertyType("l…
-
Hi,
I'm trying to set the base class to be of type BaseContent
have added this line to AssemblyInfo.cs
`[assembly: ModelsBaseClass(typeof(BaseContent))]`
Yet when I try to generate models, (I've …
-
Getting error VSSDK1031 - "Extension '' could not be found. Please make sure the extension has been installed." Not sure anything has changed in the project file, really. Can fix by editing the projec…
-
Just starting a new project on Umbraco 7.4 and using the now built in ModelsBuilder. It seems to interact nicely with property value converters in most cases (some of my own and the Core Property Valu…
-
Version : 7.4.2 and 7.4.3
Settings:
and also tried with "DLL" and "LiveAppData"
1. step
Created a Model in root and added class News copied from generated cs as follows
1. Generated CS
name…
-
The introduction [https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Umbraco.ModelsBuilder] implies you can do:
@Model.BodyText
To get the EndDate property of my model I had to do:
@Model.Content.E…
-
Error:
ZbuModelsBuilder: Inner: SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:53105
Need to Make IIS Express works with http://127.0.0.1