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

Add testing for ASP.NET Core Identity model #23723

Merged
merged 4 commits into from
Dec 19, 2020
Merged

Add testing for ASP.NET Core Identity model #23723

merged 4 commits into from
Dec 19, 2020

Commits on Dec 19, 2020

  1. Add testing for ASP.NET Core Identity model

    Fixes #11838
    
    The intention here is not to test ASP.NET Core Identity. It is instead to test that:
    * The Identity model continues to build correctly with new versions of EF Core and across multipler providers, including external providers once they adopt these tests
    * The queries issues by Identity continue to work in new versions and across providers
    * The common (documented) customizations of the Identity model continue to work
    ajcvickers committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    bc2fdb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0d887 View commit details
    Browse the repository at this point in the history
  3. Review comments

    ajcvickers committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    11e4068 View commit details
    Browse the repository at this point in the history
  4. Bump to 5.0.1

    ajcvickers committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    dfa86ce View commit details
    Browse the repository at this point in the history