GeorgeWall1991
-
-
- 54,267 total downloads
- last updated 8/17/2026
- Latest version: 5.7.65
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 -
-
-
- 44,174 total downloads
- last updated 8/26/2026
- Latest version: 1.52.46
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 -
-
-
- 36,504 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 -
-
-
- 25,512 total downloads
- last updated 7/31/2026
- Latest version: 2.30.107
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 -
-
- 18,198 total downloads
- last updated 8/13/2026
- Latest version: 3.62.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 -
-
- 16,033 total downloads
- last updated 8/25/2026
- Latest version: 0.1.183
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 -
-
-
- 6,318 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,135 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,786 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