marten.analyzers icon indicating copy to clipboard operation
marten.analyzers copied to clipboard

Code Analyzers for Marten

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.