Category: .NET
-
Deploy Blazor WASM to Github Pages in 7 steps
Assumptions: You have an Blazor Interactive WebAssembly ( CSR ),not a Server ( static or interactive) I will make as the repo is https://github.com/ignatandrei/tilt . Change my name with yours and TILT with your repo So let’s start Step 1 You must configure GitHub Pages – create a docs folder and put an index.html .…
-
RSCG – InterceptorTemplate
RSCG – InterceptorTemplate name InterceptorTemplate nuget https://www.nuget.org/packages/RSCG_InterceptorTemplate/ link https://github.com/ignatandrei/RSCG_InterceptorTemplate author Andrei Ignat Andrei Ignat This is how you can use InterceptorTemplate . 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/InterceptorTemplate
-
RSCG – Com
RSCG – Com name Com nuget https://www.nuget.org/packages/System.Runtime.InteropServices/ link https://learn.microsoft.com/en-us/dotnet/standard/native-interop/comwrappers-source-generation author Microsoft Generating Com Declarations This is how you can use Com . 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/Com
-
RSCG – RDG
RSCG – RDG name RDG nuget https://www.nuget.org/packages/Microsoft.Extensions.Http link https://learn.microsoft.com/en-us/aspnet/core/fundamentals/aot/request-delegate-generator/rdg?view=aspnetcore-8.0 author Microsoft Generating replacing for minimal API Map This is how you can use RDG . 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/RDG
-
RSCG – N.SourceGenerators.UnionTypes
RSCG – N.SourceGenerators.UnionTypes name N.SourceGenerators.UnionTypes nuget https://www.nuget.org/packages/N.SourceGenerators.UnionTypes/ link https://github.com/Ne4to/N.SourceGenerators.UnionTypes author Alexey Sosnin Generating different union types This is how you can use N.SourceGenerators.UnionTypes . 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/N.SourceGenerators.UnionTypes
-
RSCG – AutoConstructor
RSCG – AutoConstructor name AutoConstructor nuget https://www.nuget.org/packages/AutoConstructor/ link https://github.com/k94ll13nn3/AutoConstructor author Kévin Gallienne Generating constructor for class with many properties This is how you can use AutoConstructor . The code that you start with is The code that you will use is The code that is generated is Code and pdf at…
-
RSCG – DudNet
RSCG – DudNet name DudNet nuget https://www.nuget.org/packages/Jwshyns.DudNet/ link https://github.com/jwshyns/DudNet author jwshyns Generate proxy classes for the principal classes This is how you can use DudNet . 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/DudNet
-
RSCG – MinimalApiBuilder
RSCG – MinimalApiBuilder name MinimalApiBuilder nuget https://www.nuget.org/packages/MinimalApiBuilder/ link https://github.com/JensDll/MinimalApiBuilder author Generate Minimal API from classes This is how you can use MinimalApiBuilder . 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/MinimalApiBuilder
-
RSCG – DynamicsMapper
RSCG – DynamicsMapper name DynamicsMapper nuget https://www.nuget.org/packages/YC.DynamicsMapper/ link https://github.com/YonatanCohavi/DynamicsMapper/ author Yonatan Cohavi Mapper for Dataverse client – generates also column names from properties This is how you can use DynamicsMapper . The code that you start with is The code that you will use is The code that is generated is…
-
RSCG – UnitGenerator
RSCG – UnitGenerator name UnitGenerator nuget https://www.nuget.org/packages/UnitGenerator/ link https://github.com/Cysharp/UnitGenerator author Cysharp,Inc Generating classes instead of value objects( e.g. int) This is how you can use UnitGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at…