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

Use Community Toolkit's ObservableValidator as the base class for Screen #397

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 21, 2024

  1. Use Community Toolkit's ObservableValidator as the base class for Scr…

    …een.
    
    - Screen derives from ObservableValidator.
    - Replace SetAndNotify with SetProperty.
    - Remove PropertyChangedDispatcher.
    - Remove PropertyChangedBase and use ObservableObject in its place.
    - Remove ValidatingModelBase.
    - Remove IValidationAdapter.
    - Remove IModelValidator.
    - Fix up tests.
    - Remove .NET 4.5.2, dotnet 3.0, and dotnet 3.1 target frameworks.
    - Add .NET 4.6.2, dotnet 6, and dotnet 8 target frameworks required for Community Toolkit.
    Alex Helms committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6b68a70 View commit details
    Browse the repository at this point in the history