Last modified: Sep 8, 2021

Code-Quality

StyleCop

StyleCop.Analyzers provides warnings that indicate style and consistency rule violations in C# code. The warnings are organized into rule areas such as documentation, layout, naming, ordering, readability, spacing, and so forth. Each warning signifies a violation of a style or consistency rule. In Altinn Studio, we have turned set this “warning” action to “Error” to enforce the use of rules. Nuget Package Instructions to install the stylecop analyzer in your project can be found here. »