Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jerome 10 posts 90 karma points
    Jan 29, 2021 @ 05:50
    Jerome
    0

    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?

  • Nik 1616 posts 7262 karma points MVP 7x c-trib
    Jan 29, 2021 @ 07:55
    Nik
    1

    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

  • Jerome 10 posts 90 karma points
    Jan 29, 2021 @ 08:58
    Jerome
    0

    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

  • Jerome 10 posts 90 karma points
    Feb 01, 2021 @ 12:18
    Jerome
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft