Hi folks, I'm just getting started with Umbraco, and I've been experimenting with a new installation.
To save time and gain understanding of the customization features I've tried using a few starter themes, but when I view the source for the templates in VS2022 or Rider I have dozens of unresolved external objects, as these all seem to have been generated through Umbraco.ModelsBuilder.Embedded.
The classes themselves are in all.generated.cs (which is in Engage/umbraco/Data/TEMP/InMemoryAuto/all.generated.cs), which is obviously not included in the source.
How is this supposed to be handled when developing and debugging? Is this a new issue using v12 that didn't occur in earlier versions?