Brightspace / D2L.CodeStyle

Annotations and analysis tools for D2L C# code style
Apache License 2.0
10 stars 22 forks source link

Move async stuff to its own package #919

Open j3parker opened 1 year ago

j3parker commented 1 year ago

[Blocking] and [GenerateSync] go together closely, but not with the other analyzers. The existing Analyzers/TestAnalyzers split also is practically blocking us from using [GenerateSync] to create sync-variant test cases.

We should move these out to an separate package, perhaps within this repo.