PostSharp bot

Results 80 issues of PostSharp bot

Imported
Area-Framework-Methods

Outside of visitors, it's hard to diagnose assertion failures and incorrect behavior.

Imported
Area-Framework-Linker

Imported
Area-Backstage-Licensing

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

Imported
Area-Extensions-Metrics

Imported
Area-Extensions-Architecture

The support will be limited to run-time-or-compile-time generic arguments.

Imported
Area-Framework-Templates

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

Imported
Area-Framework-Diagnostics

Imported
Area-Vsx-SyntaxHighlighting

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

Imported
Area-Framework-Templates