lsoft
Dpdt.Injector
by:
lsoft
- 4,288 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 piece of resolving logic to the compilation stage into the source generator.
YetAnotherProxy
by:
lsoft
- 3,199 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.
- 3,180 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.
- 386 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.
- 139 total downloads
- last updated 2/12/2022
- Latest version: 1.0.0
This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found.
- 132 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 transaction across few network requests (that's never a good idea, I guess). It is based...
More information