Can I add code to the compiler to create custom compiler warnings and errors?
Maybe with Attributes?
I am looking towards an internal DSL.
So something like:
[MustAssign]
public string Val {get; set;}
Can I add code to the compiler to create custom compiler warnings and errors?
Maybe with Attributes?
I am looking towards an internal DSL.
So something like:
[MustAssign]
public string Val {get; set;}