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.
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.