Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have an umbraco project (version 8.18.5) with models builder in PureLive mode.
In the app_data folder, 2 of the files it generates are all.generated.cs and models.generated.cs
They almost seem like duplicates with very slight differences, so a couple of questions.
Why are there 2 very similar files?
Which of the 2 should I include in my project to have access to the typed models? (Adding both causes errors due to the duplication)
Thanks
You need to use AppData or Dll mode to get access to the typed models in your IDE.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Models builder (v8) generated files
I have an umbraco project (version 8.18.5) with models builder in PureLive mode.
In the app_data folder, 2 of the files it generates are all.generated.cs and models.generated.cs
They almost seem like duplicates with very slight differences, so a couple of questions.
Why are there 2 very similar files?
Which of the 2 should I include in my project to have access to the typed models? (Adding both causes errors due to the duplication)
Thanks
You need to use AppData or Dll mode to get access to the typed models in your IDE.
is working on a reply...