-
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
-
[ADCES] Redis & Microsoft Semantic Kernel
Azi,14 noiembrie 2023,ora 19:30, va fi un nou meetup ADCES despre Redis & Microsoft Semantic Kernel Presentation 1: Introduction to RedisDescription: Nice and gently introduction in Redis practicePresenter: Marius Sorin Stratulat,https://www.linkedin.com/in/smariussorin Presentation 2: Beyond Clicks: Unleashing the Power of Microsoft Semantic Kernel for a Semantic Interface in API Communication – A Deep Dive into the…
-
What I have learned from 80+ RSCG
I have analyzed more than 80 Roslyn Source Code Generators – see https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG . The conclusions are here: RSCG is here to stay . There are examples from Microsoft – and a bunch of other RSCG First version of RSCG was simple,but VS not performant. The second version is more difficult to implement – but…
-
Adding more data to a result of a task
Every now and then I need to generate,from an array of data,an array of Tasks and then await Task.WhenAll(TheTaskArray) The problem is that I need to consolidate the return data of each array with the original array – to make some modifications. For example,in the generator of https://ignatandrei.github.io/RSCG_Examples/v2/docs/category/rscg-examples I do something like this My first…
-
Friday links 544
GitHub – biegehydra/Postman2CSharp Top 10 AI Tools Cooler Than ChatGPT 5 Inconvenient Truths about TypeScript How to Implement Fuzzy Search in JavaScript | Codementor Pikuma: Oversimplified History of Retro Game Consoles for Programmers Mr. Rogers Had a Simple Set of Rules for Talking to Children .NET 8 Interceptors | Khalid Abuhakmeh Scaling up the Prime…
-
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…
I am ok , you are ok