Gobie
Gobie copied to clipboard
Simple C# source generation based on custom templates
hello cool idea, but is it possible to add a list of properties of a class, let's say I want to create something like an interceptor ```C# public class Interceptor...
- [ ] Crashes if multiple copies of a single maker attribute are placed on the same class (because the generator then tries to use the same hintname twice) -...
If we want to do highlighting it may need to be an extension. https://hamidmosalla.com/2021/08/01/color-coder-using-roslyn-apis-for-syntax-highlighting/