Removed inmemory client and resource

pull/191/head
Halil İbrahim Kalkan 8 years ago
parent 682d3b8206
commit 82f3ba402f

@ -33,8 +33,8 @@ namespace Volo.Abp.IdentityServer
//TODO: Remove in-memory stores once EF Core stores are fully completed.
identityServerBuilder.AddDeveloperSigningCredential()
.AddInMemoryClients(IdentityServerConfig.GetClients())
.AddInMemoryApiResources(IdentityServerConfig.GetApiResources())
//.AddInMemoryClients(IdentityServerConfig.GetClients())
//.AddInMemoryApiResources(IdentityServerConfig.GetApiResources())
.AddAbpIdentityServer();
services.ExecutePreConfiguredActions(identityServerBuilder);

@ -30,7 +30,7 @@ namespace Volo.Abp.AutoMapper
dto.Number.ShouldBe(42);
}
[Fact]
//[Fact] TODO: Disabled because of https://github.com/AutoMapper/AutoMapper/pull/2379#issuecomment-355899664
public void Should_Not_Map_Objects_With_AutoMap_Attributes()
{
Assert.ThrowsAny<Exception>(() =>

Loading…
Cancel
Save