91329b8653
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
8 lines
123 B
PowerShell
8 lines
123 B
PowerShell
|
|
Write-Output ""
|
|
Write-Output "Running Tests with Code Coverage"
|
|
Write-Output ""
|
|
|
|
|
|
& 'dotnet' test /p:CollectCoverage=true
|