Christian Prochnow

Results 6 comments of Christian Prochnow

@tillig Thanks for the explanation. The point is that other DI containers (to be specific Microsoft.Extensions, StructureMap) do support querying if an open generic service has been registered. Would be...

@KanishManuja-MS Any chance this will get fixed at some time ? Returning HTTP 500 from our API for invalid queries is quite unusual.

@corranrogue9 Maybe you could help on this issue ? I saw you are active in this repo.

@cijothomas @eddynaka I dont know who maintains this lib. but may it be possible to review the PR and get the fix merged/released ? It would be really nice to...

FYI: There is a json independent attribute `DataMemberAttribute` which is also recognized by Newtonsoft.Json

Your statement about migrations in libraries is totally valid. Thats why we created our own migrations for DbContexts from IdentityServer3.EntityFramework in our application. The problem is that the design of...