❔ Analyzer trouble
This is my first time creating a C# analyzer, and I had the following question:
I want to prevent users from creating and executing code in new threads in an event handler of an event that has a
SyncOnly
attribute.
Does anyone know how I might do this?3 Replies