Skip to content

Figure out how to react to .NET 11 support for async validation #98

Description

@DamianEdwards

.NET 11 is getting support for async validation in System.ComponentModel.DataAnnotations: https://www.reddit.com/r/dotnet/comments/1ukw9ny/async_model_validation_is_finally_coming_in_net_11/

A few things to consider:

  • this project already defines an IAsyncValidatableObject interface which will cause naming conflicts with the new interface introduced in .NET 11
  • the Validator and ValidationAttribute types are getting new methods to support async validation which this project should call into as appropriate when running on .NET 11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions