Category: roslyn

  • RSCG – Clap.Net

        name Clap.Net nuget https://www.nuget.org/packages/Clap.Net/ link https://github.com/simon-curtis/Clap.Net author Simon Curtis Command line arguments parsing   This is how you can use Clap.Net . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Clap.Net

  • RSCG – EndpointHelpers

        name EndpointHelpers nuget https://www.nuget.org/packages/EndpointHelpers/ link https://github.com/gumbarros/EndpointHelpers author Gustavo Mauricio de Barros Generating endpoint helpers for ASP.NET Core MVC   This is how you can use EndpointHelpers . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/EndpointHelpers

  • RSCG – serde

    name serde nuget https://www.nuget.org/packages/serde/ link https://github.com/serdedotnet/serde author Andy Gocke Serializing in SERDE format   This is how you can use serde . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/serde

  • RSCG – ReflectionIT.DisposeGenerator

        name ReflectionIT.DisposeGenerator nuget https://www.nuget.org/packages/ReflectionIT.DisposeGenerator/ link https://github.com/sonnemaf/ReflectionIT.DisposeGenerator author Fons Sonnemans Automatically implements the IDisposable pattern for classes that contain disposable fields.   This is how you can use ReflectionIT.DisposeGenerator . The code that you start with is The code that you will use is   The code that is generated is Code and pdf…

  • RSCG – Atulin.AutoDbSet

    name Atulin.AutoDbSet nuget https://www.nuget.org/packages/Atulin.AutoDbSet/ link https://github.com/Atulin/AutoDbSet author Angius Atulin Generating DbSet properties for Entity Framework Core DbContext classes   This is how you can use Atulin.AutoDbSet . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Atulin.AutoDbSet

  • Bennewitz.Ninja.AutoVersioning

    RSCG – Bennewitz.Ninja.AutoVersioning     name Bennewitz.Ninja.AutoVersioning nuget https://www.nuget.org/packages/Bennewitz.Ninja.AutoVersioning/ link https://github.com/JanusMael/Bennewitz.Ninja.AutoVersioning author Brian Bennewitz Generating build version numbers for .NET projects   This is how you can use Bennewitz.Ninja.AutoVersioning . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at…

  • Porticle.Enumly

    RSCG – Porticle.Enumly     name Porticle.Enumly nuget https://www.nuget.org/packages/Porticle.Enumly/ link https://github.com/Machibuse/Porticle.Enumly author Carsten Jendro generate enum-to-enum mappings, so one enum values can be converted to another enum type with matching names or values   This is how you can use Porticle.Enumly . The code that you start with is The code that you will use…

  • TinyBDD.MSTest

    RSCG – TinyBDD.MSTest     name TinyBDD.MSTest nuget https://www.nuget.org/packages/TinyBDD.MSTest/ link https://github.com/JerrettDavis/TinyBDD author Jerrett Davis Optimizing Test Code with BDD Style Testing   This is how you can use TinyBDD.MSTest . The code that you start with is The code that you will use is   The code that is generated is Code and pdf at…

  • AlephMapper

    RSCG – AlephMapper     name AlephMapper nuget https://www.nuget.org/packages/AlephMapper/ link https://github.com/Raffinert/AlephMapper author Yevhen Cherkes AlephMapper helps you define LINQ-translatable object mappers for EF Core. It turns a normal C# mapping method into an expression that can be embedded in queries, so your entity-to-DTO projection can run inside the database query instead of after materialization. This…

  • TypedStateBuilder.Generator

    RSCG – TypedStateBuilder.Generator     name TypedStateBuilder.Generator nuget https://www.nuget.org/packages/TypedStateBuilder.Generator/ link https://github.com/Georgiy-Petrov/TypedStateBuilder.Generator author Georgiy Petrov Generate strongly typed state builders for C# applications, enforced at compile time **Summary of TypedStateBuilder.Generator** **Purpose:** Generates compile-time safe step-by-step builders using the *type-state pattern* — each required property must be set in order before Build() is available, enforced at compile time. **NuGet:**…