You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the VS extension generates models, it modifies the csproj to include the .generated.cs files under the DependentUpon:ModelsBuilder ItemGroup, adding an entry for each individual file.
Wildcards don't work with the default project type, only on the new SDK-style projects. As Umbraco doens't support that yet (umbraco/Umbraco-CMS#3635), the generated files need to be included individually (but please feel free to prove me wrong).
After the VS extension generates models, it modifies the csproj to include the .generated.cs files under the DependentUpon:ModelsBuilder ItemGroup, adding an entry for each individual file.
This could be simplified with a wildcard, eg:
The text was updated successfully, but these errors were encountered: