GeorgeWall1991
-
-
- 64,483 total downloads
- last updated 9/10/2026
- Latest version: 5.8.0
Compile-time EF Core LINQ performance analyzer for .NET: a Roslyn analyzer that catches N+1 queries, client-side evaluation, premature materialization, sync-over-async, missing AsNoTracking, raw SQL injection... More information -
-
-
- 49,436 total downloads
- last updated 9/10/2026
- Latest version: 1.52.52
Compile-time CancellationToken and async/await Roslyn analyzer for C#/.NET: catches missing cancellation propagation, ignored ASP.NET Core RequestAborted, EF Core, HttpClient, gRPC, SignalR, and MediatR... More information -
-
-
- 40,602 total downloads
- last updated 8/12/2026
- Latest version: 3.7.8
Compile-time dependency injection lifetime analyzer for Microsoft.Extensions.DependencyInjection: Roslyn diagnostics for captive dependencies, DI scope leaks, BuildServiceProvider misuse, service locator usage,... More information -
-
-
- 26,427 total downloads
- last updated 9/15/2026
- Latest version: 2.30.110
Compile-time AutoMapper CreateMap validation for .NET — a Roslyn analyzer that catches property type mismatches, nullable mapping issues, unmapped required properties, collection incompatibilities, nested maps,... More information -
-
-
- 21,867 total downloads
- last updated 9/11/2026
- Latest version: 0.1.211
Compile-time Roslyn analyzers and code fixes for .NET HttpClient, IHttpClientFactory, AddHttpClient typed clients, named clients, Polly, and Microsoft.Extensions.Http.Resilience. Catch socket exhaustion,... More information -
-
- 21,722 total downloads
- last updated 9/15/2026
- Latest version: 4.4.0
Migrate .NET solutions to NuGet Central Package Management (CPM). Generate Directory.Packages.props, analyze dependency health (version drift, transitive conflicts, vulnerabilities), auto-fix package issues,... More information -
-
- 6,991 total downloads
- last updated 8/25/2026
- Latest version: 0.9.2
Compile-time Options validation for .NET: a Roslyn analyzer that checks BindConfiguration, ValidateOnStart, ValidateDataAnnotations, and appsettings.json against your IOptions types so broken configuration... More information -
-
- 5,679 total downloads
- last updated 8/25/2026
- Latest version: 0.9.2
Generate appsettings.schema.json from .NET Options types for editor IntelliSense, type checking, and required-key hints that match ValidateDataAnnotations and BindConfiguration. -
- 1,992 total downloads
- last updated 8/12/2026
- Latest version: 2.2.1
Compile-time INotifyPropertyChanged source generator for .NET. One [Notify] attribute generates equality-guarded properties with no runtime package and no required ObservableObject base class — use it beside... More information