lsoft
-
-
- 32,177 total downloads
- last updated 3/18/2022
- Latest version: 3.0.3
SwitchCompletenessAnalyzer contains an analyzer against 'switch statement/expression over enum' completeness regardless of the existense of default branch. -
-
-
- 12,851 total downloads
- last updated 9/27/2022
- Latest version: 0.2.0
This is an analyzer and codefixer for Russian C in English word and vice versa. -
-
Dpdt.
by: lsoftInjector -
- 6,792 total downloads
- last updated 11/4/2021
- Latest version: 0.8.3-alpha (prerelease)
Dpdt is a compile-time DI container based on C# Source Generators. Its goal is to remove everything possible from runtime and make resolving process as faster as we can. This is achieved by transferring huge... More information -
-
- 5,423 total downloads
- last updated 11/21/2017
- Latest version: 1.0.4
Runtime code generation proxy. Useful telemetry for your C# application. It easily binds with Ninject, but not require it, and is able to store telemetry to SQL Server, binary files or others containers. -
YetAnotherProxy
by: lsoft- 4,380 total downloads
- last updated 11/21/2017
- Latest version: 1.0.4
Runtime code generation proxy. Useful telemetry for your C# application. It is able to store telemetry to SQL Server, binary files or others containers. -
-
- 4,139 total downloads
- last updated 9/26/2024
- Latest version: 1.1.0
This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found. -
-
GetTypeToNameOf
by: lsoft-
- 1,821 total downloads
- last updated 9/16/2022
- Latest version: 0.2.0
This is an analyzer and codefixer for replacing `this.GetType().Name` to `nameof(your class name)`. -
-
RebuildAnalyzer
by: lsoft- 1,154 total downloads
- last updated 11/7/2024
- Latest version: 0.7.1-alpha (prerelease)
An utility which analyzes your slnf/sln/csproj/shproj against a files changeset to determine what you need to rebuild. -
- 561 total downloads
- last updated 2/20/2021
- Latest version: 0.1.2-alpha (prerelease)
Application's internal errors catcher. Early prealpha. -
-
- 410 total downloads
- last updated 2/3/2023
- Latest version: 1.1.0
Roslyn analyzer for detection and extraction inline constants into the C# const fields. -
-
- 323 total downloads
- last updated 12/13/2021
- Latest version: 7.0.0
A demonstration of sending multiple Remote.Linq expressions per single network request. It is useful in case you need to execute multiple expressions per single transaction and you cannot share a server's RDBMS... More information -
- 271 total downloads
- last updated 6/15/2022
- Latest version: 0.2.0-alpha (prerelease)
This is an Fakeneric constraints analyzer. It will guard you from implementing a C# generic against existing Fakeneric constraints.