Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working baseline #7

Open
wants to merge 105 commits into
base: master
Choose a base branch
from

Conversation

jzebedee
Copy link

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.

Removed the extra "Wpf debug" and "Wpf release" configurations, as well as fixing the NtfsReader being set to Release in the default Debug profile
Remove WinForms and Aero references
Add Microsoft.Extensions.DependencyInjection package reference
Add Ookii.Dialogs package reference
These types now wrap the WCT RelayCommand types by composition, rather than inheriting from them
Use the Microsoft.Extensions.DependencyInjection IOC implementation
Use wildcards to include resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant