wxwyz

Results 11 comments of wxwyz

I believe it could go a long way to change Style from a string to a Style object, that includes all styles that can be set. This would remove all...

I can understand why you wouldn't want to travel down that rabbit hole. I would be perfectly happy ensuring Style is available on every single possible component, or generation of...

I went back and forth on going with BypassMultiTenantResolution as opposed to ExcludeFrom. I chose ExcludeFrom because of an existing process, but I'm more keen on Bypass. Thought I'd throw...

@AndrewTriesToCode Unfortunately I mixed two commits here. I will try to cover both real quick, let me know if you'd like any expansions. I have not created any documentation files....

Sure thing, give me a few days to find some time to flesh out some documentation. As for the response, I ran with 400, bad request. However, I think there's...

@AndrewTriesToCode I've been thinking more about your question. I'm not sure handling the response, even setting a status code would be my choice of action (this is your library though...

I had to resolve a conflict, .ConfigureAwait(false) was added to await next(context). I removed it, as there is no synchronization context in ASP.NET Core.

I have an idea on how we could provide OnShortCircuit with RedirectTo as the catch all. If you'd like me to implement it, let me know and I'll create another...