lsoft
-
Dpdt.
Injector by: lsoft- 5,663 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 -
- 4,724 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
- 3,856 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. -
- 1,750 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. -
- 1,332 total downloads
- last updated 3/24/2023
- Latest version: 1.0.3
This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found. -
GetTypeToNameOf by: lsoft
- 1,034 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)`. -
- 698 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. -
- 206 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 -
- 185 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.