PostSharp bot
PostSharp bot
The idea is to make methods like this work: ``` string.Format( "Method {0}.{1} started", target.Type.ToString(), target.Method.Name) ``` Rider/Resharper has a list of pure methods that we may just copy.
`for` is more complex because it has an initializer, a condition, and an iterator. The decision to make `for` compile- or run-time could be taken based on the initializer only....
Features we don't need to implement before 1.0: * LINQ query syntax * C# 9 pattern matching * Unsafe
It would not be possible to suppress warnings in transformed code if we don't do that.