Updated tests based on changes to AspNet Identity Core
Added .AddDefaultTokenProviders() after the call to ConfigureMongoDbIdentity Note: There are four places in the test project Added .AddAuthentication() to register all the authentication types Fixed aspnetsettings.json IncludeScopes to empty object, not false Updated unit test packages to latest version Added project reference for unit test rather than package reference Removed all references to AspNet framework assemblies as these are now part of the netcoreapp3.1
This commit is contained in:
+6
-2
@@ -297,5 +297,9 @@ __pycache__/
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
sample/MongoIdentitySample.Mvc/appsettings.local.json
|
||||
test/AspNetCore.Identity.MongoDbCore.IntegrationTests/appsettings.local.json
|
||||
|
||||
# Local app settings for development
|
||||
**/**/appsettings.local.json
|
||||
|
||||
# Output from the code coverage analysis
|
||||
**/**/coverage.json
|
||||
Reference in New Issue
Block a user