PostSharp bot

Results 80 issues of PostSharp bot

Imported
Area-Backstage-Licensing

Imported
Area-Platforms

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.

Imported
Area-Framework-Templates

`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....

Imported
Area-Framework-Templates

Features we don't need to implement before 1.0: * LINQ query syntax * C# 9 pattern matching * Unsafe

Imported
Area-Framework-Templates

Imported
Area-Framework-Initialization

Imported
Area-Framework-Initialization

Imported
Area-Framework-Initialization

It would not be possible to suppress warnings in transformed code if we don't do that.

Imported
Area-Framework-Templates