Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 980 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 980 Bytes

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.