Hi,
How to edit Metronic Blazor project name (Starterkit) as a global parameter?
Thank you
Hi Ania,
Folder name also is used as a project namespace so if you want to rename project besides folder name you will need to rename all "Starterkit" namespace references globally.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Yes that's right and that's what I want to achieve.
Is there a global parameter? If no is it safe to do a global search and replace ALL "Starterkit" words of the whole project?
Hi Ania,
Unfortunately, at the moment there is no global parameter to update all namespaces.
Yes, you can do this through a global replacement, Starterkit is used only in namespaces and in some paths which you should rename as well.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thanks Lauris for the quick answer
Hi,
if you are using Visual Studio 2022, Right-click on a project or solution and select Sync namespaces.
Ref Link:
<a>https://www.stevefenton.co.uk/blog/2022/01/automatically-fix-your-namespaces/
</a>
Regards
Yousef Hussein