SilverFox
c5a7f04506
Use Trace.Listeners instead of Debug.Listeners
They are the same thing, and the latter one is available for net6.0
4 years ago
Christoph Wille
a0aeac5628
Doesn't work:
* plugin loading in App.xaml.cs (#if NET472)
* OSVersionHelper bombs with PlatformNotSupportedException (#if NET472)
* ILSpyTraceListener - this needs something different in net5
4 years ago
dotnet format
0d9f871a4f
#2128 : Reformat the whole code base.
5 years ago
Siegfried Pammer
6260647a77
Set ShowInTaskbar = true for assertions
8 years ago
Daniel Grunwald
fe84ea9730
WIP: yield return decompiler
9 years ago
Daniel Grunwald
ed3d4aba9d
Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points.
Warning: this commit creates broken branches that enter blocks.
9 years ago
Siegfried Pammer
0524b4a353
Remove unused usings in solution; remove dead code; unify namespaces
9 years ago
Daniel Grunwald
15b776faa2
Initial attempt at short-circuiting if conditions
9 years ago