trigger-segfault / WinDirStat.Net

A WPF implementation of WinDirStat.
MIT License
68 stars 23 forks source link

Working baseline #7

Open jzebedee opened 3 years ago

jzebedee commented 3 years ago

This PR follows the .NET 5.0 and WCT MVVM upgrade.

This PR adds a few additional changes to get the project building and running for basic functionality. There are still inconsistencies (like the behavior of Thread.Abort in cancellations, seen in scanning and rendering) that differ from .NET Framework, but it's a working baseline.