PostSharp bot
PostSharp bot
Current working design declares `OfExactSignature` and `OfCompatibleSignature` on IMethodList and similarly on IConstructor list. The goal of this user story is to finalize the public API design (e.g. have one...
What about `meta.CompileTime( Action action )` where `action` must be a lambda?
E.g.: event field will report a warning that the event is not used (CS0067) because it expects the event to be raised within the class. This is suppressed manually in...