Skip to content
| Marketplace
Sign in
Visual Studio>Tools>BelousovVA.C#.Templates.Automation
BelousovVA.C#.Templates.Automation

BelousovVA.C#.Templates.Automation

Belousov V.A.

|
38 installs
| (0) | Free
C# templates automatic customizations (by wizard) extension for https://marketplace.visualstudio.com/items?itemName=BelousovVAfromStoloto.templates
Download

Customize your solution template with this extension!

Wizard scope:

  • service:
    • edit solution consist (exclude concrete DAL's)
    • include or exclude client library for service (with debug api app)
    • set project prefixes
  • nuget library:
    • set project prefixes

Add this code to your vstemplate for enable service automation:

<WizardExtension>
    <Assembly>Customization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=<request token from the author></Assembly>
    <FullClassName>Customization.TemplateWizard</FullClassName>
</WizardExtension>

Add this code to your vstemplate for enable nuget library automation:

<WizardExtension>
    <Assembly>Customization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=<request token from the author></Assembly>
    <FullClassName>Customization.NugetTemplateWizard</FullClassName>
</WizardExtension>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft