Bernhard Koenig
Results
3
issues of
Bernhard Koenig
In Identity, sometimes all we have is a `UserId `or `UserName `only, but querying for as User with those already requires to know the according `PartitionKey`. A generic, fast and...
enhancement
help wanted
Add tests for all UserStore methods that are not covered yet
enhancement
I need one service/container of my Aspire app to use a custom port (5050) instead of 8080. I did this in the AppHost: ```csharp var builder = DistributedApplication.CreateBuilder(args); var secondapi...