PostSharp bot
PostSharp bot
Outside of visitors, it's hard to diagnose assertion failures and incorrect behavior.
The idea is to add a method to WorkspaceCollection, e.g. LoadPackages, which would: 1. create an empty csproj with these given PackageReference 2. build this project 3. get the assembly...
The support will be limited to run-time-or-compile-time generic arguments.
The following example comes from Metalama.Samples. We want to suppress this specific warning by default (there's another ticket for this), but it shows the issue. ``` using Metalama.Framework.Aspects; using Metalama.Framework.Code;...
The transformed code sometimes repeatedly contains the fairly ugly: ```c# #pragma warning disable CS0067, CS8618, CS0162, CS0169, CS0414, CA1822, CA1823, IDE0051, IDE0052 ``` This could be avoided by using diagnostic...