Hi
I am using Umbraco 10 and I installed the starter kit to see some code examples.
When I open the solution on my IDE - Rider, I see that all the models are painted red and I don't have autocomplete support for the model properties.
After changing the models builder configuration in the appsettings.Development.json
From InMemoryAuto
To SourceCodeAuto
I see the models generated in the ~/umbraco/models path.
Content models not recognise
Hi I am using Umbraco 10 and I installed the starter kit to see some code examples. When I open the solution on my IDE - Rider, I see that all the models are painted red and I don't have autocomplete support for the model properties.
Even after creating a new document type with a new model, I still can't see that my models are recognized.
After changing the models builder configuration in the
appsettings.Development.json
FromInMemoryAuto
ToSourceCodeAuto
I see the models generated in the~/umbraco/models
path.is working on a reply...