I have two folders in a models folder, one with main application models and in another folder there are some utility models that I want to include in my application but when I start CRUD template it does not see them as part of models. Is it possible to include them in visible models from their folder or is it necessary to move them in a main application models folder?
Hi @Djordje,
At the moment the following classes are returned:
- Model classes exposed as DbSet properties of EF DataContext are returned.
- OData service models (from Radzen generated OData data sources)
- REST service models (from Radzen generated REST data sources)
- OpenAPI service models (from Radzen generated OpenAPI data sources)
In short the Models directory isn't the location used and there isn't a built-in way to include other classes.