lsoft 


  • 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 proxy
    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.
    • 3,856 total downloads
    • last updated 11/21/2017
    • Latest version: 1.0.4
    • runtime proxy
    Runtime code generation proxy. Useful telemetry for your C# application. It is able to store telemetry to SQL Server, binary files or others containers.
  • This is an analyzer and codefixer for adding `sealed` modifier to the appropriate classes.
  • SwitchCompletenessAnalyzer contains an analyzer against 'switch statement/expression over enum' completeness regardless of the existense of default branch.
  • This is an explicit ConfigureAwait analyzer. It will post a warning if no explicit `ConfigureAwait` in awaitable expression found.
  • This is an analyzer and codefixer for replacing `this.GetType().Name` to `nameof(your class name)`.
  • This is an analyzer and codefixer for Russian C in English word and vice versa.
  • IEC by: lsoft
    • 457 total downloads
    • last updated 2/20/2021
    • Latest version: 0.1.2-alpha (prerelease)
    • exception handling
    Application's internal errors catcher. Early prealpha.
  • 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
    • const analyzers
    Roslyn analyzer for detection and extraction inline constants into the C# const fields.
  • This is an Fakeneric constraints analyzer. It will guard you from implementing a C# generic against existing Fakeneric constraints.