Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Flint
Flint

Flint

Stanislav Sklyarov

| (0) | Free
Integrates the Flint EF Core linter into Visual Studio.
Download

Flint is open source EF Core linter tool to check for common issues.

Supported checks so far:

  • Consider using projection {...} - avoid SELECT * FROM issue.
  • Add Include(...) - avoid N+1 problem.
  • Add AsNoTracking() - reduce memory usage.
  • Consider adding AsSplitQuery() - avoid cartesian explosion.
  • Consider using Outbox pattern.

Flint processes compiled assemblies, no source code is required. Flint is also available as CLI tool for CI/CD pipeline, see https://github.com/sgs010/flint for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft