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
What happens on my machine, is several component vendors (Telerik, Infragistics, Syncfusion etc.) made copies of WebTemplateStudio and changed stuff like the "RepositoryFolderName": "CoreT", in the CoreTemplateStudio.config.json files, hoping their templates won't mix... but they did mix. For some reason the mounting points list all:
These "indexOf" will start throwing false positives:
CoreTemplateStudio/code/src/CoreTemplateStudio/CoreTemplateStudio.Core/CodeGen.cs
Lines 53 to 59 in fc2bc80
What happens on my machine, is several component vendors (Telerik, Infragistics, Syncfusion etc.) made copies of WebTemplateStudio and changed stuff like the
"RepositoryFolderName": "CoreT",in theCoreTemplateStudio.config.jsonfiles, hoping their templates won't mix... but they did mix. For some reason the mounting points list all:And the "sync" for "CoreT" resolves to the templates in "BlazorT" throwing random stuff like "content folder something something".
Maybe rework the filter and throw some sort of the Configuration.repositoryFolderName in the mix.