RSCG_Examples icon indicating copy to clipboard operation
RSCG_Examples copied to clipboard

Roslyn Source Code Generators with Examples

Results 4 RSCG_Examples issues
Sort by recently updated
recently updated
newest added

https://github.com/RossLean/RossLean/tree/master/RossLean.StringificationGenerator

Take one of the generators not documented yet from https://github.com/ignatandrei/RSCG_Examples#not-tested-yet test it and make documentation

help wanted
good first issue

Example: for autctor. http://localhost:3000/RSCG_Examples/v2/docs/AutoCtor //this RSCG generates the constructor var p = new Person("Andrei", "Ignat"); //this is how you use [AutoConstruct] internal partial class Person

good first issue