JSkimming / AspNet.Identity.EntityFramework.Multitenant

Multi-tenant support for ASP.NET Identity using Entity Framework
Apache License 2.0
132 stars 61 forks source link

Remove null-check to more-closely mirror original functionality #12

Closed JakeStevenson closed 9 years ago

JakeStevenson commented 9 years ago

We encountered a minor incompatibility when switching from the existing UserStore to the MultitenantUserStore. In the default UserStore, a search for a blank name or email would return a null. In the MultitenanctUserStore it throws an exception. I've modified the MultiTenantUserStore to mirror the functionality from the default.

JSkimming commented 9 years ago

@JakeStevenson Thanks for your contribution :+1:

JSkimming commented 9 years ago

@JakeStevenson this is now been published to NuGet, under Release v1.2.1.