Skip to content

niko-la-petrovic/LINQAnalyzer

Repository files navigation

LINQAnalyzer

nuget Build and test master Build and test develop

A Diagnostic extension for the C# .NET Compiler Platform ("Roslyn") to analyze LINQ.

NuGet Package

Visual Studio Marketplace

LINQAnalyzer

Latest Notes

  • The analyzer only looks for expression statements that end with invocations with the IQueryable return type and suggests adding a Select statement that assigns to all properties of T.

Motivation for making the project

Writing LINQ faster - especially with EF/EF Core.

About

A Diagnostic extension for the C# .NET Compiler Platform ("Roslyn") to analyze LINQ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published