Mousavi310
Mousavi310
Another workaround is to implement custom `IAuthorizationEvaluator`: public class MyAuthorizationEvaluator : IAuthorizationEvaluator { private readonly AuthorizationSettings _settings; public MyAuthorizationEvaluator(AuthorizationSettings settings) { _settings = settings; } public async Task Evaluate( ClaimsPrincipal...
Hi, how can we see upstream changes of Microsoft ef core team? Are them public? Or should we read the ef core repository changes?
I created a console application that produces and consumes using the schema provided in the issue. I used the same client library version, dotnet version, and run the app in...