-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented property keeps being generated #244
Comments
Hi, just some sanity-checking. Where did you put your partial implementation? Did you match the namespace? |
Hey, Yes, both classes are in the same namespace and in the same folder. |
I think the issue might happen because the implemented property is not an actual property of the doctype but it uses a mixin from another class called OpenGraph? Is it possible that because the property needs to be generated to comply with the IOpenGraph interface it ignores the 'ImplementPropertyType' attribute? |
Happens to me too. Both for ImplementPropertyType and IgnorePropertyType. Could be my settings? Using:
|
Experiencing these issues also with the same configuration setup. |
It happens also to me in the same scenario as above (Looks like it occurs when 'ModelsDirectory' is configured with a directory outside the root) Edit: |
I have a Post model that is Umbraco-generated. I have created a partial Post class that implements a property like so:
That 'ogImage' property is still being generated by Umbraco in the other partial class as:
I'm running Umbraco 8.6 and Models Builder 8.1.6. My Models Builder configuration is LiveAppData.
The text was updated successfully, but these errors were encountered: