My current steps for a single project is to create a new Visual Studio solution, add required Umbraco version, configure parts of the site (maybe config, add some settings).
Is there a way that I could do this once so when creating a new Visual Studio project the default config and settings I have previously setup are applied whilst creating the new project? Maybe like a custom Umbraco template for a particular version that I can create without having to redo everything for every new project?
You could look into dotnet new templating to create a baseline type thing. It's the approach that the Umbraco Packages team has taken with helping create templates for creating Umbraco Packages.
Appreciate the link..... Is there a guide I can follow as I'm not sure what I'm doing and how I would resolve the issue I described? Once I add or to the solution in not sure what I need to do next?
How to create Visual Studio project template
My current steps for a single project is to create a new Visual Studio solution, add required Umbraco version, configure parts of the site (maybe config, add some settings).
Is there a way that I could do this once so when creating a new Visual Studio project the default config and settings I have previously setup are applied whilst creating the new project? Maybe like a custom Umbraco template for a particular version that I can create without having to redo everything for every new project?
Hey Jerome,
You could look into
dotnet new
templating to create a baseline type thing. It's the approach that the Umbraco Packages team has taken with helping create templates for creating Umbraco Packages.You can see how we went about it here :-) https://github.com/umbraco/Package.Templates
Cheers
Nik
Hey Nik
Appreciate the link..... Is there a guide I can follow as I'm not sure what I'm doing and how I would resolve the issue I described? Once I add or to the solution in not sure what I need to do next?
Thank you
Hi
Anyone with any guidance on this? Tried Visual Studio template but that was partial success so if anyone has experience with that, it should too help.
Thank you
is working on a reply...