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

Update to .NET 5.0 and WCT MVVM #6

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

Commits on Oct 11, 2021

  1. Target .NET Framework 4.8

    jzebedee committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1f74038 View commit details
    Browse the repository at this point in the history
  2. Clean up configuration profiles

    Removed the extra "Wpf debug" and "Wpf release" configurations, as well as fixing the NtfsReader being set to Release in the default Debug profile
    jzebedee committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    3db9911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b8d970 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from jzebedee/target-latest

    Target .NET Framework 4.8
    jzebedee authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a8c6c03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5bf750 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0db368 View commit details
    Browse the repository at this point in the history
  7. Upgrade projects for .NET 5

    jzebedee committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2644346 View commit details
    Browse the repository at this point in the history
  8. Bump package versions

    jzebedee committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e6bd795 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    502b8ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3db11d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    672de01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97efab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    4bed8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84636e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1d78c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b722ca3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83a154b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b51d0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    139f634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaf3305 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6837509 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e8bf231 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b69f2fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5eb98cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59ce388 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c002b1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    72b57c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e56cc9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dfdca01 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2e0a1f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d65f12 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    46a88e7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a505789 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    698fd7c View commit details
    Browse the repository at this point in the history
  23. Remove FolderBrowserDialog

    jzebedee committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    36a2ee6 View commit details
    Browse the repository at this point in the history
  24. Update WinDirStat.New.Wpf.Single project

    Remove WinForms and Aero references
    Add Microsoft.Extensions.DependencyInjection package reference
    Add Ookii.Dialogs package reference
    jzebedee committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    34d1bc0 View commit details
    Browse the repository at this point in the history
  25. Update RelayInfo to WCT MVVM

    jzebedee committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    14f1ca2 View commit details
    Browse the repository at this point in the history
  26. Update RelayInfoCommand types to WCT MVVM

    These types now wrap the WCT RelayCommand types by composition, rather than inheriting from them
    jzebedee committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    71ecb7e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4247614 View commit details
    Browse the repository at this point in the history
  28. Update ViewModelLocatory to WCT MVVM

    Use the Microsoft.Extensions.DependencyInjection IOC implementation
    jzebedee committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b4ba909 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    91b0ca2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b1a10cc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a3ebf9b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    428e4d2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    46407b6 View commit details
    Browse the repository at this point in the history