Category: roslyn
-
RSCG – Schema
RSCG – Schema name Schema nuget https://www.nuget.org/packages/Schema/ link https://github.com/MeltyPlayer/Schema author Melty Player Generate binary serialization code This is how you can use Schema . 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/Schema
-
RSCG – FactoryGenerator.Abstractions
RSCG – FactoryGenerator.Abstractions name FactoryGenerator.Abstractions nuget https://www.nuget.org/packages/FactoryGenerator.Abstractions/ https://www.nuget.org/packages/FactoryGenerator.Microsoft.Extensions.DependencyInjection/ link https://github.com/ivmazurenko/factory-generator author Ivan Mazurenko Generating DI Factory based on the first parameter(s) This is how you can use FactoryGenerator.Abstractions . The code that you start with is The code that you will use is The code that is generated is Code and…
-
RSCG – JinShil.MixinSourceGenerator
RSCG – JinShil.MixinSourceGenerator name JinShil.MixinSourceGenerator nuget https://www.nuget.org/packages/JinShil.MixinSourceGenerator/ link https://github.com/JinShil/JinShil.MixinSourceGenerator author Jin Shil Generate mixins of classes This is how you can use JinShil.MixinSourceGenerator . 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/JinShil.MixinSourceGenerator
-
RSCG – Finch.Generators
RSCG – Finch.Generators name Finch.Generators nuget https://www.nuget.org/packages/Finch.Generators/ link https://github.com/ivmazurenko/finch author Ivan Mazurenko dapper style generator This is how you can use Finch.Generators . 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/Finch.Generators
-
RSCG – RxSourceGenerator
RSCG – RxSourceGenerator name RxSourceGenerator nuget https://www.nuget.org/packages/RxSourceGenerator/ link https://github.com/Zalutskii/Reactive-Extensions-event-generator author Ivan Zalutskii Generates RX Extensions for events This is how you can use RxSourceGenerator . 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/RxSourceGenerator
-
RSCG – NFH.FileEmbed
RSCG – NFH.FileEmbed name NFH.FileEmbed nuget https://www.nuget.org/packages/NFH.FileEmbed/ link https://github.com/SirCxyrtyx/FileEmbed author Natalie Howes Generating embedded files This is how you can use NFH.FileEmbed . 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/NFH.FileEmbed
-
RSCG – SKPromptGenerator
RSCG – SKPromptGenerator name SKPromptGenerator nuget https://www.nuget.org/packages/SKPromptGenerator/ link https://github.com/CharlieDigital/SKPromptGenerator author Charlie Chen Generate typed prompts for Semantic Kernel This is how you can use SKPromptGenerator . The code that you start with is The code that you will use is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/SKPromptGenerator
-
RSCG – Nino
RSCG – Nino name Nino nuget https://www.nuget.org/packages/Nino/ link https://github.com/JasonXuDeveloper/Nino author Jason Xu binary serialization This is how you can use Nino . 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/Nino
-
RSCG – EnumsEnhanced
RSCG – EnumsEnhanced name EnumsEnhanced nuget https://www.nuget.org/packages/EnumsEnhanced/ link https://github.com/snowberry-software/EnumsEnhanced author VNCC generating enums fast retrieval This is how you can use EnumsEnhanced . The code that you start with is The code that you will use is The code that is generated is #nullable enable using System.Text; using System.Runtime.CompilerServices; using System.Collections.Generic;…
-
RSCG – SG4MVC
RSCG – SG4MVC name SG4MVC nuget https://www.nuget.org/packages/SG4MVC/ link https://github.com/SG4MVC/SG4MVC author Mark Flanagan Generate strong typed HTML helpers for ASP.NET MVC projects. This is how you can use SG4MVC . The code that you start with is <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net9.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="SG4MVC" Version="0.9.4-beta" /> </ItemGroup> <ItemGroup> <AssemblyAttribute Include="Sg4Mvc.GenerateSg4Mvc"…