Skip to content

jokokko/marten.analyzers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marten.Analyzers Build status NuGet Version

Code Analyzers for Marten.

Package Marten.Analyzers | Platforms .NET 4.6, .NET Standard 1.3

For rules, see https://jokokko.github.io/marten.analyzers/.

Remarks: The current analyzers exist to identify Select N+1 candidates as well as candidates for SQL injections to aid myself in code reviews.

Warnings on candidates for SELECT N+1 issues and SQL injections

Note: This is a contributor project.

Some of the structure (docs, unit test helper) is copied from xunit.analyzers.