Therzok / MonoDevelop.Analyzers

Set of analyzers that can be used when working on MonoDevelop (and its dependencies)
MIT License
2 stars 2 forks source link

Analyzer and code fix for threading #3

Open Therzok opened 6 years ago

Therzok commented 6 years ago

We current have a plethora of threading mechanisms in the IDE.

First step is migrating old mechanisms like Gtk.Application.Invoke to Runtime.RunInMainThread.