Skip to content

twdes/twStyleGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twStyleGuide

Introduction

twStyleGuide is an extension for VisualStudio 14. It throws warnings if the corporate design rules were not met and provides a CodeFix for that warning.

Installation/ Usage

You find the releases at https://github.com/twdes/twStyleGuide/releases/latest .

Visual Studio 2015 (14.0), Installation/ Update

Just download the TwStyleGuide.vsix and execute it.

MSBuild

You can include the Diagnostic Analyzer in an MSBuild Project by downloading twStyleGuide.dll and including:

<ItemGroup>
    <Analyzer Include="Path\to\the\File\TwStyleGuide.dll" />
</ItemGroup>

in your *.csproj.

Licence

Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL(the "Licence"); You may not use this work except in compliance with the Licence.