From 4132083a6cb8880a39974f6b3158aa1f5cd2ad7c Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 22 Jan 2016 12:25:18 -0800 Subject: [PATCH] Rename AspNet 5 folders and files. See https://github.com/aspnet/Announcements/issues/144 for more information. --- .../IdentityDbContext.cs | 0 ...dentityEntityFrameworkBuilderExtensions.cs | 0 .../IdentityRole.cs | 0 .../IdentityRoleClaim.cs | 0 .../IdentityUser.cs | 0 .../IdentityUserClaim.cs | 0 .../IdentityUserLogin.cs | 0 .../IdentityUserRole.cs | 0 ...etCore.Identity.EntityFrameworkCore.xproj} | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Resources.resx | 0 .../RoleStore.cs | 0 .../UserStore.cs | 0 .../project.json | 0 .../BuilderExtensions.cs | 0 .../ClaimsIdentityOptions.cs | 0 .../DataProtectionTokenProvider.cs | 0 .../DataProtectionTokenProviderOptions.cs | 0 .../EmailTokenProvider.cs | 0 .../ExternalLoginInfo.cs | 0 .../ILookupNormalizer.cs | 0 .../IPasswordHasher.cs | 0 .../IPasswordValidator.cs | 0 .../IQueryableRoleStore.cs | 0 .../IQueryableUserStore.cs | 0 .../IRoleClaimStore.cs | 0 .../IRoleStore.cs | 0 .../IRoleValidator.cs | 0 .../ISecurityStampValidator.cs | 0 .../IUserClaimStore.cs | 0 .../IUserClaimsPrincipalFactory.cs | 0 .../IUserEmailStore.cs | 0 .../IUserLockoutStore.cs | 0 .../IUserLoginStore.cs | 0 .../IUserPasswordStore.cs | 0 .../IUserPhoneNumberStore.cs | 0 .../IUserRoleStore.cs | 0 .../IUserSecurityStampStore.cs | 0 .../IUserStore.cs | 0 .../IUserTokenProvider.cs | 0 .../IUserTwoFactorStore.cs | 0 .../IUserValidator.cs | 0 .../IdentityBuilder.cs | 0 .../IdentityCookieOptions.cs | 0 .../IdentityError.cs | 0 .../IdentityErrorDescriber.cs | 0 .../IdentityMarkerService.cs | 0 .../IdentityOptions.cs | 0 .../IdentityResult.cs | 0 .../IdentityServiceCollectionExtensions.cs | 0 .../LockoutOptions.cs | 0 .../Microsoft.AspNetCore.Identity.xproj} | 32 +++---- .../PasswordHasher.cs | 0 .../PasswordHasherCompatibilityMode.cs | 0 .../PasswordHasherOptions.cs | 0 .../PasswordOptions.cs | 0 .../PasswordValidator.cs | 0 .../PasswordVerificationResult.cs | 0 .../PhoneNumberTokenProvider.cs | 0 .../PrincipalExtensions.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/Resources.Designer.cs | 0 .../Properties/debugSettings.json | 4 +- .../Resources.resx | 0 .../Rfc6238AuthenticationService.cs | 0 .../RoleManager.cs | 0 .../RoleValidator.cs | 0 .../SecurityStampValidator.cs | 0 .../SignInManager.cs | 0 .../SignInOptions.cs | 0 .../SignInResult.cs | 0 .../TokenOptions.cs | 0 .../TokenProviderDescriptor.cs | 0 .../TotpSecurityStampBasedTokenProvider.cs | 0 .../UpperInvariantLookupNormalizer.cs | 0 .../UserClaimsPrincipalFactory.cs | 0 .../UserLoginInfo.cs | 0 .../UserManager.cs | 0 .../UserOptions.cs | 0 .../UserValidator.cs | 0 .../project.json | 48 +++++------ .../InMemoryContext.cs | 0 .../InMemoryEFUserStoreTest.cs | 0 ...y.EntityFrameworkCore.InMemory.Test.xproj} | 38 ++++----- .../RoleStoreTest.cs | 0 .../TestIdentityFactory.cs | 0 .../project.json | 74 ++++++++-------- .../CustomPocoTest.cs | 0 .../DbUtil.cs | 0 .../DefaultPocoTest.cs | 0 ...e.Identity.EntityFrameworkCore.Test.xproj} | 38 ++++----- .../SqlStoreTestBase.cs | 0 .../UserStoreGuidKeyTest.cs | 0 .../UserStoreIntKeyTest.cs | 0 .../UserStoreStringKeyTest.cs | 0 .../UserStoreTest.cs | 0 .../EntityFrameworkServiceBuilderExtension.cs | 0 .../Utilities/ScratchDatabaseFixture.cs | 0 .../Utilities/SqlServerTestStore.cs | 0 .../Utilities/TestEnvironment.cs | 0 .../config.json | 0 .../project.json | 84 +++++++++---------- .../FunctionalTest.cs | 0 .../HttpSignInTest.cs | 0 .../InMemoryRoleStore.cs | 0 .../InMemoryStoreTest.cs | 0 .../InMemoryUserStore.cs | 0 ...t.AspNetCore.Identity.InMemory.Test.xproj} | 38 ++++----- .../TestClock.cs | 0 .../project.json | 76 ++++++++--------- .../ApiConsistencyTest.cs | 0 .../IdentityBuilderTest.cs | 0 .../IdentityOptionsTest.cs | 0 .../IdentityResultTest.cs | 0 ...Microsoft.AspNetCore.Identity.Test.csproj} | 0 .../Microsoft.AspNetCore.Identity.Test.xproj} | 38 ++++----- .../NoopRoleStore.cs | 0 .../NoopUserStore.cs | 0 .../PasswordHasherTest.cs | 0 .../PasswordValidatorTest.cs | 0 .../PrincipalExtensionsTest.cs | 0 .../RoleManagerTest.cs | 0 .../RoleValidatorTest.cs | 0 .../SecurityStampValidatorTest.cs | 0 .../SignInManagerTest.cs | 0 .../UserClaimsPrincipalFactoryTest.cs | 0 .../UserManagerTest.cs | 0 .../UserValidatorTest.cs | 0 .../project.json | 76 ++++++++--------- 130 files changed, 273 insertions(+), 273 deletions(-) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityDbContext.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityEntityFrameworkBuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityRole.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityRoleClaim.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityUser.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityUserClaim.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityUserLogin.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/IdentityUserRole.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework/Microsoft.AspNet.Identity.EntityFramework.xproj => Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xproj} (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/Resources.resx (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/RoleStore.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/UserStore.cs (100%) rename src/{Microsoft.AspNet.Identity.EntityFramework => Microsoft.AspNetCore.Identity.EntityFrameworkCore}/project.json (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/BuilderExtensions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/ClaimsIdentityOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/DataProtectionTokenProvider.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/DataProtectionTokenProviderOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/EmailTokenProvider.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/ExternalLoginInfo.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/ILookupNormalizer.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IPasswordHasher.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IPasswordValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IQueryableRoleStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IQueryableUserStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IRoleClaimStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IRoleStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IRoleValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/ISecurityStampValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserClaimStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserClaimsPrincipalFactory.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserEmailStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserLockoutStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserLoginStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserPasswordStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserPhoneNumberStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserRoleStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserSecurityStampStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserTokenProvider.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserTwoFactorStore.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IUserValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityBuilder.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityCookieOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityError.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityErrorDescriber.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityMarkerService.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityResult.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/IdentityServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/LockoutOptions.cs (100%) rename src/{Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj => Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj} (97%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordHasher.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordHasherCompatibilityMode.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordHasherOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PasswordVerificationResult.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PhoneNumberTokenProvider.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/PrincipalExtensions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/Properties/debugSettings.json (86%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/Resources.resx (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/Rfc6238AuthenticationService.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/RoleManager.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/RoleValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/SecurityStampValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/SignInManager.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/SignInOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/SignInResult.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/TokenOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/TokenProviderDescriptor.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/TotpSecurityStampBasedTokenProvider.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UpperInvariantLookupNormalizer.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UserClaimsPrincipalFactory.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UserLoginInfo.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UserManager.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UserOptions.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/UserValidator.cs (100%) rename src/{Microsoft.AspNet.Identity => Microsoft.AspNetCore.Identity}/project.json (95%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test}/InMemoryContext.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test}/InMemoryEFUserStoreTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj} (97%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test}/RoleStoreTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test}/TestIdentityFactory.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.InMemory.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test}/project.json (96%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/CustomPocoTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/DbUtil.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/DefaultPocoTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj} (97%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/SqlStoreTestBase.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/UserStoreGuidKeyTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/UserStoreIntKeyTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/UserStoreStringKeyTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/UserStoreTest.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/Utilities/EntityFrameworkServiceBuilderExtension.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/Utilities/ScratchDatabaseFixture.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/Utilities/SqlServerTestStore.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/Utilities/TestEnvironment.cs (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/config.json (100%) rename test/{Microsoft.AspNet.Identity.EntityFramework.Test => Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test}/project.json (96%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/FunctionalTest.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/HttpSignInTest.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/InMemoryRoleStore.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/InMemoryStoreTest.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/InMemoryUserStore.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj => Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj} (97%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/TestClock.cs (100%) rename test/{Microsoft.AspNet.Identity.InMemory.Test => Microsoft.AspNetCore.Identity.InMemory.Test}/project.json (96%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/ApiConsistencyTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/IdentityBuilderTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/IdentityOptionsTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/IdentityResultTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test/Microsoft.Aspnet.Identity.Test.csproj => Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj} (100%) rename test/{Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj => Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj} (97%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/NoopRoleStore.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/NoopUserStore.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/PasswordHasherTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/PasswordValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/PrincipalExtensionsTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/RoleManagerTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/RoleValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/SecurityStampValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/SignInManagerTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/UserClaimsPrincipalFactoryTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/UserManagerTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/UserValidatorTest.cs (100%) rename test/{Microsoft.AspNet.Identity.Test => Microsoft.AspNetCore.Identity.Test}/project.json (96%) diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityDbContext.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityDbContext.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityDbContext.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityDbContext.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkBuilderExtensions.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkBuilderExtensions.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityRole.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityRole.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRole.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityRoleClaim.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRoleClaim.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityRoleClaim.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityRoleClaim.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUser.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUser.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUser.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserClaim.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserClaim.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserClaim.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserClaim.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserLogin.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserLogin.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserLogin.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserLogin.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserRole.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserRole.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/IdentityUserRole.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityUserRole.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Microsoft.AspNet.Identity.EntityFramework.xproj b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xproj similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Microsoft.AspNet.Identity.EntityFramework.xproj rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.xproj diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/Resources.resx b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/Resources.resx rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Resources.resx diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/RoleStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/RoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/RoleStore.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/RoleStore.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/UserStore.cs b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/UserStore.cs rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/UserStore.cs diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/project.json b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json similarity index 100% rename from src/Microsoft.AspNet.Identity.EntityFramework/project.json rename to src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/project.json diff --git a/src/Microsoft.AspNet.Identity/BuilderExtensions.cs b/src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/BuilderExtensions.cs rename to src/Microsoft.AspNetCore.Identity/BuilderExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/ClaimsIdentityOptions.cs b/src/Microsoft.AspNetCore.Identity/ClaimsIdentityOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ClaimsIdentityOptions.cs rename to src/Microsoft.AspNetCore.Identity/ClaimsIdentityOptions.cs diff --git a/src/Microsoft.AspNet.Identity/DataProtectionTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/DataProtectionTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/DataProtectionTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/DataProtectionTokenProviderOptions.cs b/src/Microsoft.AspNetCore.Identity/DataProtectionTokenProviderOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/DataProtectionTokenProviderOptions.cs rename to src/Microsoft.AspNetCore.Identity/DataProtectionTokenProviderOptions.cs diff --git a/src/Microsoft.AspNet.Identity/EmailTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/EmailTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/EmailTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/EmailTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/ExternalLoginInfo.cs b/src/Microsoft.AspNetCore.Identity/ExternalLoginInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ExternalLoginInfo.cs rename to src/Microsoft.AspNetCore.Identity/ExternalLoginInfo.cs diff --git a/src/Microsoft.AspNet.Identity/ILookupNormalizer.cs b/src/Microsoft.AspNetCore.Identity/ILookupNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ILookupNormalizer.cs rename to src/Microsoft.AspNetCore.Identity/ILookupNormalizer.cs diff --git a/src/Microsoft.AspNet.Identity/IPasswordHasher.cs b/src/Microsoft.AspNetCore.Identity/IPasswordHasher.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IPasswordHasher.cs rename to src/Microsoft.AspNetCore.Identity/IPasswordHasher.cs diff --git a/src/Microsoft.AspNet.Identity/IPasswordValidator.cs b/src/Microsoft.AspNetCore.Identity/IPasswordValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IPasswordValidator.cs rename to src/Microsoft.AspNetCore.Identity/IPasswordValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IQueryableRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IQueryableRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IQueryableRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IQueryableRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IQueryableUserStore.cs b/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IQueryableUserStore.cs rename to src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleClaimStore.cs b/src/Microsoft.AspNetCore.Identity/IRoleClaimStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleClaimStore.cs rename to src/Microsoft.AspNetCore.Identity/IRoleClaimStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IRoleValidator.cs b/src/Microsoft.AspNetCore.Identity/IRoleValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IRoleValidator.cs rename to src/Microsoft.AspNetCore.Identity/IRoleValidator.cs diff --git a/src/Microsoft.AspNet.Identity/ISecurityStampValidator.cs b/src/Microsoft.AspNetCore.Identity/ISecurityStampValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/ISecurityStampValidator.cs rename to src/Microsoft.AspNetCore.Identity/ISecurityStampValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IUserClaimStore.cs b/src/Microsoft.AspNetCore.Identity/IUserClaimStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserClaimStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserClaimStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserClaimsPrincipalFactory.cs b/src/Microsoft.AspNetCore.Identity/IUserClaimsPrincipalFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserClaimsPrincipalFactory.cs rename to src/Microsoft.AspNetCore.Identity/IUserClaimsPrincipalFactory.cs diff --git a/src/Microsoft.AspNet.Identity/IUserEmailStore.cs b/src/Microsoft.AspNetCore.Identity/IUserEmailStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserEmailStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserEmailStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserLockoutStore.cs b/src/Microsoft.AspNetCore.Identity/IUserLockoutStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserLockoutStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserLockoutStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserLoginStore.cs b/src/Microsoft.AspNetCore.Identity/IUserLoginStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserLoginStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserLoginStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserPasswordStore.cs b/src/Microsoft.AspNetCore.Identity/IUserPasswordStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserPasswordStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserPasswordStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserPhoneNumberStore.cs b/src/Microsoft.AspNetCore.Identity/IUserPhoneNumberStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserPhoneNumberStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserPhoneNumberStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserRoleStore.cs b/src/Microsoft.AspNetCore.Identity/IUserRoleStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserRoleStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserRoleStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserSecurityStampStore.cs b/src/Microsoft.AspNetCore.Identity/IUserSecurityStampStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserSecurityStampStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserSecurityStampStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserStore.cs b/src/Microsoft.AspNetCore.Identity/IUserStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/IUserTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/IUserTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/IUserTwoFactorStore.cs b/src/Microsoft.AspNetCore.Identity/IUserTwoFactorStore.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserTwoFactorStore.cs rename to src/Microsoft.AspNetCore.Identity/IUserTwoFactorStore.cs diff --git a/src/Microsoft.AspNet.Identity/IUserValidator.cs b/src/Microsoft.AspNetCore.Identity/IUserValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IUserValidator.cs rename to src/Microsoft.AspNetCore.Identity/IUserValidator.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityBuilder.cs b/src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityBuilder.cs rename to src/Microsoft.AspNetCore.Identity/IdentityBuilder.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityCookieOptions.cs b/src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityCookieOptions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityCookieOptions.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityError.cs b/src/Microsoft.AspNetCore.Identity/IdentityError.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityError.cs rename to src/Microsoft.AspNetCore.Identity/IdentityError.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityErrorDescriber.cs b/src/Microsoft.AspNetCore.Identity/IdentityErrorDescriber.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityErrorDescriber.cs rename to src/Microsoft.AspNetCore.Identity/IdentityErrorDescriber.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityMarkerService.cs b/src/Microsoft.AspNetCore.Identity/IdentityMarkerService.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityMarkerService.cs rename to src/Microsoft.AspNetCore.Identity/IdentityMarkerService.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityOptions.cs b/src/Microsoft.AspNetCore.Identity/IdentityOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityOptions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityOptions.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityResult.cs b/src/Microsoft.AspNetCore.Identity/IdentityResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityResult.cs rename to src/Microsoft.AspNetCore.Identity/IdentityResult.cs diff --git a/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Identity/IdentityServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs rename to src/Microsoft.AspNetCore.Identity/IdentityServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/LockoutOptions.cs b/src/Microsoft.AspNetCore.Identity/LockoutOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/LockoutOptions.cs rename to src/Microsoft.AspNetCore.Identity/LockoutOptions.cs diff --git a/src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj similarity index 97% rename from src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj rename to src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj index 0d410c40d2..e370e0c425 100644 --- a/src/Microsoft.AspNet.Identity/Microsoft.AspNet.Identity.xproj +++ b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.xproj @@ -1,17 +1,17 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 1729302e-a58e-4652-b639-5b6b68da2748 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 1729302e-a58e-4652-b639-5b6b68da2748 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity/PasswordHasher.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasher.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasher.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasher.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordHasherCompatibilityMode.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasherCompatibilityMode.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasherCompatibilityMode.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasherCompatibilityMode.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordHasherOptions.cs b/src/Microsoft.AspNetCore.Identity/PasswordHasherOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordHasherOptions.cs rename to src/Microsoft.AspNetCore.Identity/PasswordHasherOptions.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordOptions.cs b/src/Microsoft.AspNetCore.Identity/PasswordOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordOptions.cs rename to src/Microsoft.AspNetCore.Identity/PasswordOptions.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordValidator.cs b/src/Microsoft.AspNetCore.Identity/PasswordValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordValidator.cs rename to src/Microsoft.AspNetCore.Identity/PasswordValidator.cs diff --git a/src/Microsoft.AspNet.Identity/PasswordVerificationResult.cs b/src/Microsoft.AspNetCore.Identity/PasswordVerificationResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PasswordVerificationResult.cs rename to src/Microsoft.AspNetCore.Identity/PasswordVerificationResult.cs diff --git a/src/Microsoft.AspNet.Identity/PhoneNumberTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/PhoneNumberTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PhoneNumberTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/PhoneNumberTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/PrincipalExtensions.cs b/src/Microsoft.AspNetCore.Identity/PrincipalExtensions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/PrincipalExtensions.cs rename to src/Microsoft.AspNetCore.Identity/PrincipalExtensions.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Identity/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Properties/AssemblyInfo.cs rename to src/Microsoft.AspNetCore.Identity/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Identity/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Properties/Resources.Designer.cs rename to src/Microsoft.AspNetCore.Identity/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNet.Identity/Properties/debugSettings.json b/src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json similarity index 86% rename from src/Microsoft.AspNet.Identity/Properties/debugSettings.json rename to src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json index e39fd32742..a44fad34a3 100644 --- a/src/Microsoft.AspNet.Identity/Properties/debugSettings.json +++ b/src/Microsoft.AspNetCore.Identity/Properties/debugSettings.json @@ -1,3 +1,3 @@ -{ - "Profiles": [] +{ + "Profiles": [] } \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity/Resources.resx b/src/Microsoft.AspNetCore.Identity/Resources.resx similarity index 100% rename from src/Microsoft.AspNet.Identity/Resources.resx rename to src/Microsoft.AspNetCore.Identity/Resources.resx diff --git a/src/Microsoft.AspNet.Identity/Rfc6238AuthenticationService.cs b/src/Microsoft.AspNetCore.Identity/Rfc6238AuthenticationService.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/Rfc6238AuthenticationService.cs rename to src/Microsoft.AspNetCore.Identity/Rfc6238AuthenticationService.cs diff --git a/src/Microsoft.AspNet.Identity/RoleManager.cs b/src/Microsoft.AspNetCore.Identity/RoleManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/RoleManager.cs rename to src/Microsoft.AspNetCore.Identity/RoleManager.cs diff --git a/src/Microsoft.AspNet.Identity/RoleValidator.cs b/src/Microsoft.AspNetCore.Identity/RoleValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/RoleValidator.cs rename to src/Microsoft.AspNetCore.Identity/RoleValidator.cs diff --git a/src/Microsoft.AspNet.Identity/SecurityStampValidator.cs b/src/Microsoft.AspNetCore.Identity/SecurityStampValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SecurityStampValidator.cs rename to src/Microsoft.AspNetCore.Identity/SecurityStampValidator.cs diff --git a/src/Microsoft.AspNet.Identity/SignInManager.cs b/src/Microsoft.AspNetCore.Identity/SignInManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInManager.cs rename to src/Microsoft.AspNetCore.Identity/SignInManager.cs diff --git a/src/Microsoft.AspNet.Identity/SignInOptions.cs b/src/Microsoft.AspNetCore.Identity/SignInOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInOptions.cs rename to src/Microsoft.AspNetCore.Identity/SignInOptions.cs diff --git a/src/Microsoft.AspNet.Identity/SignInResult.cs b/src/Microsoft.AspNetCore.Identity/SignInResult.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/SignInResult.cs rename to src/Microsoft.AspNetCore.Identity/SignInResult.cs diff --git a/src/Microsoft.AspNet.Identity/TokenOptions.cs b/src/Microsoft.AspNetCore.Identity/TokenOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TokenOptions.cs rename to src/Microsoft.AspNetCore.Identity/TokenOptions.cs diff --git a/src/Microsoft.AspNet.Identity/TokenProviderDescriptor.cs b/src/Microsoft.AspNetCore.Identity/TokenProviderDescriptor.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TokenProviderDescriptor.cs rename to src/Microsoft.AspNetCore.Identity/TokenProviderDescriptor.cs diff --git a/src/Microsoft.AspNet.Identity/TotpSecurityStampBasedTokenProvider.cs b/src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/TotpSecurityStampBasedTokenProvider.cs rename to src/Microsoft.AspNetCore.Identity/TotpSecurityStampBasedTokenProvider.cs diff --git a/src/Microsoft.AspNet.Identity/UpperInvariantLookupNormalizer.cs b/src/Microsoft.AspNetCore.Identity/UpperInvariantLookupNormalizer.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UpperInvariantLookupNormalizer.cs rename to src/Microsoft.AspNetCore.Identity/UpperInvariantLookupNormalizer.cs diff --git a/src/Microsoft.AspNet.Identity/UserClaimsPrincipalFactory.cs b/src/Microsoft.AspNetCore.Identity/UserClaimsPrincipalFactory.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserClaimsPrincipalFactory.cs rename to src/Microsoft.AspNetCore.Identity/UserClaimsPrincipalFactory.cs diff --git a/src/Microsoft.AspNet.Identity/UserLoginInfo.cs b/src/Microsoft.AspNetCore.Identity/UserLoginInfo.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserLoginInfo.cs rename to src/Microsoft.AspNetCore.Identity/UserLoginInfo.cs diff --git a/src/Microsoft.AspNet.Identity/UserManager.cs b/src/Microsoft.AspNetCore.Identity/UserManager.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserManager.cs rename to src/Microsoft.AspNetCore.Identity/UserManager.cs diff --git a/src/Microsoft.AspNet.Identity/UserOptions.cs b/src/Microsoft.AspNetCore.Identity/UserOptions.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserOptions.cs rename to src/Microsoft.AspNetCore.Identity/UserOptions.cs diff --git a/src/Microsoft.AspNet.Identity/UserValidator.cs b/src/Microsoft.AspNetCore.Identity/UserValidator.cs similarity index 100% rename from src/Microsoft.AspNet.Identity/UserValidator.cs rename to src/Microsoft.AspNetCore.Identity/UserValidator.cs diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNetCore.Identity/project.json similarity index 95% rename from src/Microsoft.AspNet.Identity/project.json rename to src/Microsoft.AspNetCore.Identity/project.json index 1af73cf153..3e7a89278a 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNetCore.Identity/project.json @@ -1,24 +1,24 @@ -{ - "description": "Core implementation for ASP.NET Identity.", - "version": "3.0.0-*", - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "repository": { - "type": "git", - "url": "git://github.com/aspnet/identity" - }, - "dependencies": { - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", - "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", - "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*" - }, - "frameworks": { - "net451": {}, - "dotnet5.4": { - "dependencies": { - } - } - } -} +{ + "description": "Core implementation for ASP.NET Identity.", + "version": "3.0.0-*", + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "repository": { + "type": "git", + "url": "git://github.com/aspnet/identity" + }, + "dependencies": { + "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", + "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", + "Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*" + }, + "frameworks": { + "net451": {}, + "dotnet5.4": { + "dependencies": { + } + } + } +} diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryContext.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryEFUserStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFUserStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryEFUserStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/InMemoryEFUserStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj index e469aa1435..98d0504530 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - ea7eb28f-53b8-4009-9c6b-74db090ca8dd - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + ea7eb28f-53b8-4009-9c6b-74db090ca8dd + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/RoleStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/RoleStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/RoleStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/RoleStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/TestIdentityFactory.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/TestIdentityFactory.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/TestIdentityFactory.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/TestIdentityFactory.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json index 8cad220464..b406f337e7 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test/project.json @@ -1,37 +1,37 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "EntityFramework.InMemory": "7.0.0-*", - "xunit": "2.1.0-*" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "EntityFramework.InMemory": "7.0.0-*", + "xunit": "2.1.0-*" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/CustomPocoTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/CustomPocoTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/CustomPocoTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/CustomPocoTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/DbUtil.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DbUtil.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/DbUtil.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DbUtil.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/DefaultPocoTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DefaultPocoTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/DefaultPocoTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/DefaultPocoTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj index 0a6173715a..bca5c4c167 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Microsoft.AspNet.Identity.EntityFramework.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 37236ea3-915d-46d5-997c-df513c500e4b - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 37236ea3-915d-46d5-997c-df513c500e4b + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/SqlStoreTestBase.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreTestBase.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/SqlStoreTestBase.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/SqlStoreTestBase.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreGuidKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreGuidKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreGuidKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreGuidKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreIntKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreIntKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreIntKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreIntKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreStringKeyTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreStringKeyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreStringKeyTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreStringKeyTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreTest.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/UserStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/UserStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/EntityFrameworkServiceBuilderExtension.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/ScratchDatabaseFixture.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/ScratchDatabaseFixture.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/ScratchDatabaseFixture.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/SqlServerTestStore.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/SqlServerTestStore.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/SqlServerTestStore.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/TestEnvironment.cs b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/Utilities/TestEnvironment.cs rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/Utilities/TestEnvironment.cs diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/config.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/config.json similarity index 100% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/config.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/config.json diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json rename to test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json index 4bda8c9f43..8f99c97f74 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test/project.json @@ -1,42 +1,42 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "content": [ - "config.json" - ], - "dependencies": { - "EntityFramework.InMemory": "7.0.0-*", - "EntityFramework.MicrosoftSqlServer": "7.0.0-*", - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", - "Microsoft.AspNet.TestHost": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit": "2.1.0" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "content": [ + "config.json" + ], + "dependencies": { + "EntityFramework.InMemory": "7.0.0-*", + "EntityFramework.MicrosoftSqlServer": "7.0.0-*", + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*", + "Microsoft.AspNet.TestHost": "1.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "xunit": "2.1.0" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/FunctionalTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/FunctionalTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/FunctionalTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/FunctionalTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/HttpSignInTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/HttpSignInTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/HttpSignInTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/HttpSignInTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryRoleStore.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryRoleStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryRoleStore.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryRoleStore.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryStoreTest.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStoreTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryStoreTest.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryStoreTest.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryUserStore.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/InMemoryUserStore.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/InMemoryUserStore.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj b/test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj index 7b09944843..ab0c3956ff 100644 --- a/test/Microsoft.AspNet.Identity.InMemory.Test/Microsoft.AspNet.Identity.InMemory.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.InMemory.Test/Microsoft.AspNetCore.Identity.InMemory.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 65161409-c4c4-4d63-a73b-231fcff4d503 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 65161409-c4c4-4d63-a73b-231fcff4d503 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/TestClock.cs b/test/Microsoft.AspNetCore.Identity.InMemory.Test/TestClock.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.InMemory.Test/TestClock.cs rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/TestClock.cs diff --git a/test/Microsoft.AspNet.Identity.InMemory.Test/project.json b/test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.InMemory.Test/project.json rename to test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json index 8bb9d3e6f7..54a8c6b9b3 100644 --- a/test/Microsoft.AspNet.Identity.InMemory.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.InMemory.Test/project.json @@ -1,38 +1,38 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Authentication": "1.0.0-*", - "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.TestHost": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit": "2.1.0" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Authentication": "1.0.0-*", + "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.TestHost": "1.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "xunit": "2.1.0" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +} diff --git a/test/Microsoft.AspNet.Identity.Test/ApiConsistencyTest.cs b/test/Microsoft.AspNetCore.Identity.Test/ApiConsistencyTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/ApiConsistencyTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/ApiConsistencyTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityBuilderTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityBuilderTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityBuilderTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityBuilderTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityOptionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityOptionsTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityResultTest.cs b/test/Microsoft.AspNetCore.Identity.Test/IdentityResultTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/IdentityResultTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/IdentityResultTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/Microsoft.Aspnet.Identity.Test.csproj b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/Microsoft.Aspnet.Identity.Test.csproj rename to test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.csproj diff --git a/test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj similarity index 97% rename from test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj rename to test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj index 161f95000e..3deb3ffc5b 100644 --- a/test/Microsoft.AspNet.Identity.Test/Microsoft.AspNet.Identity.Test.xproj +++ b/test/Microsoft.AspNetCore.Identity.Test/Microsoft.AspNetCore.Identity.Test.xproj @@ -1,20 +1,20 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 2cf3927b-19e4-4866-9baa-2c131580e7c3 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ - - - 2.0 - - - - - + + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 2cf3927b-19e4-4866-9baa-2c131580e7c3 + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ + + + 2.0 + + + + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Identity.Test/NoopRoleStore.cs b/test/Microsoft.AspNetCore.Identity.Test/NoopRoleStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/NoopRoleStore.cs rename to test/Microsoft.AspNetCore.Identity.Test/NoopRoleStore.cs diff --git a/test/Microsoft.AspNet.Identity.Test/NoopUserStore.cs b/test/Microsoft.AspNetCore.Identity.Test/NoopUserStore.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/NoopUserStore.cs rename to test/Microsoft.AspNetCore.Identity.Test/NoopUserStore.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PasswordHasherTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PasswordHasherTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PasswordHasherTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PasswordHasherTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PasswordValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PasswordValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PasswordValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PasswordValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/PrincipalExtensionsTest.cs b/test/Microsoft.AspNetCore.Identity.Test/PrincipalExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/PrincipalExtensionsTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/PrincipalExtensionsTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/RoleManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/RoleManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/RoleManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/RoleManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/RoleValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/RoleValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/RoleValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/RoleValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/SecurityStampValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/SecurityStampValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/SecurityStampValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/SecurityStampValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/SignInManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/SignInManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/SignInManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/SignInManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserClaimsPrincipalFactoryTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserClaimsPrincipalFactoryTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserClaimsPrincipalFactoryTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserClaimsPrincipalFactoryTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserManagerTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserManagerTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserManagerTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserManagerTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/UserValidatorTest.cs b/test/Microsoft.AspNetCore.Identity.Test/UserValidatorTest.cs similarity index 100% rename from test/Microsoft.AspNet.Identity.Test/UserValidatorTest.cs rename to test/Microsoft.AspNetCore.Identity.Test/UserValidatorTest.cs diff --git a/test/Microsoft.AspNet.Identity.Test/project.json b/test/Microsoft.AspNetCore.Identity.Test/project.json similarity index 96% rename from test/Microsoft.AspNet.Identity.Test/project.json rename to test/Microsoft.AspNetCore.Identity.Test/project.json index cbac003692..fcf97f445d 100644 --- a/test/Microsoft.AspNet.Identity.Test/project.json +++ b/test/Microsoft.AspNetCore.Identity.Test/project.json @@ -1,38 +1,38 @@ -{ - "compilationOptions": { - "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" - }, - "dependencies": { - "Microsoft.AspNet.Hosting": "1.0.0-*", - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Identity": "3.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Extensions.Configuration": "1.0.0-*", - "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*", - "xunit": "2.1.0-*" - }, - "compile": "../Shared/*.cs", - "frameworks": { - "dnx451": { - "frameworkAssemblies": { - "System.Threading.Tasks": "" - }, - "dependencies": { - "Moq": "4.2.1312.1622", - "xunit.runner.console": "2.1.0" - } - }, - "dnxcore50": { - "dependencies": { - "moq.netcore": "4.4.0-beta8", - "System.Xml.ReaderWriter": "4.0.10-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - } - } - }, - "testRunner": "xunit", - "commands": { - "test": "xunit.runner.aspnet" - } -} +{ + "compilationOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" + }, + "dependencies": { + "Microsoft.AspNet.Hosting": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-*", + "Microsoft.AspNet.Identity": "3.0.0-*", + "Microsoft.AspNet.Testing": "1.0.0-*", + "Microsoft.Extensions.Configuration": "1.0.0-*", + "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*", + "xunit": "2.1.0-*" + }, + "compile": "../Shared/*.cs", + "frameworks": { + "dnx451": { + "frameworkAssemblies": { + "System.Threading.Tasks": "" + }, + "dependencies": { + "Moq": "4.2.1312.1622", + "xunit.runner.console": "2.1.0" + } + }, + "dnxcore50": { + "dependencies": { + "moq.netcore": "4.4.0-beta8", + "System.Xml.ReaderWriter": "4.0.10-*", + "xunit.runner.aspnet": "2.0.0-aspnet-*" + } + } + }, + "testRunner": "xunit", + "commands": { + "test": "xunit.runner.aspnet" + } +}