Template file names not being recognized by Intellisense
Folks -
I'm seeing errors where none of the templates I've created are being recognized as valid by Intellisense in Visual Studios 2017 - I get the squiggly red line under the template file names like this one:
That warning is most likely due to your models builder configuration.
If you are using PureLive you get this behaviour, or if you are using DLL and haven't referenced the DLL to your project you will also see this behaviour.
If you wish to have reliable intellisense, I would advise looking into the other modes that Models Builder uses, my personal choice is using the API mode.
Template file names not being recognized by Intellisense
Folks -
I'm seeing errors where none of the templates I've created are being recognized as valid by Intellisense in Visual Studios 2017 - I get the squiggly red line under the template file names like this one:
What's causing this? Thanks!
Hi Nancy,
That warning is most likely due to your models builder configuration. If you are using PureLive you get this behaviour, or if you are using DLL and haven't referenced the DLL to your project you will also see this behaviour.
If you wish to have reliable intellisense, I would advise looking into the other modes that Models Builder uses, my personal choice is using the API mode.
Thanks
Nik
Thanks - I wasn't aware of PureLive, your response led me to this: https://24days.in/umbraco-cms/2016/getting-started-with-modelsbuilder/
is working on a reply...