evgenytsydenov / dotnet_analyzer_configs

Configuration of .NET analyzers to check students' homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration of .NET Analyzers

This repository contains configuration files for analyzers used to check the style of C# code in students' homework. See the files in the configs folder.

The following analyzers are jointly used for checking:

The analyzers are configured in such a way that building a project will fail if the basic rules are violated.

The process of installing and configuring the analyzers is described in detail in this tutorial (in Russian).

About

Configuration of .NET analyzers to check students' homework

License:MIT License