Code Monkey home page Code Monkey logo

jubjubnest.style.dotnet's Introduction

Jubjubnest.Style.DotNet Build status codecov

.Net style checker for various style rules not covered by the built-in analyzers.

Downloads

The repository is automatically built on appveyor.

Following build artifacts are available:

master branch

Installation

The Visual Studio extension can be installed locally on the development machine while the nuget package can be pulled in using project references.

Alternatively you can download the nuget package manually and extract the dll from it. The analyzer can then be enabled per project by adding the following item group in the project file:

  <ItemGroup>
    <Analyzer Include="path\to\Jubjubnest.Style.DotNet.dll" />
  </ItemGroup>

The extension can be installed both locally and per project, but care should be taken to use the same version of the extension in both cases. Using two different versions may result in the style warnings being displayed multiple times.

Configuration

The style checks are configured in the <project>.ruleset file. The easiest way to configure the rules is to open the file in Visual Studio and use the visual editor to choose the rules. If the file doesn't exist, you can create it through the project properties or using a text editor with the following content:

<?xml version="1.0" encoding="utf-8">
<RuleSet Name="Style Rules" ToolsVersion="14.0" />

jubjubnest.style.dotnet's People

Contributors

rantanen avatar lassipohjoisvirta avatar ametsapelto avatar lpohjoisvirta avatar

Watchers

Juha Lepola avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.