Mike-E

Results 145 comments of Mike-E

Retweet for awareness: https://twitter.com/Mike_E_angelo/status/1580925898789789698

> Have you tried to set AccessDeniedPath to a non-empty value in the options? I have not, @kevinchalet. I have been making use of the `OnAccessDenied` event to cause a...

> Yeah, basically. It should handle access_denied without any modification as it's a standard error code. So this works exactly the same with the providers I was using with `OnAccessDenied`...

> If you have The oauth state was missing or invalid. in your logs, that suggests an issue with the state parameter not being set back from the provider. Great....

For this issue, from my side, I am set. I have my own workaround/configuration per above. If this is a matter to contact PayPal to ensure they are passing correct...

In my case I am looking for a simple way of chaining a bunch of major features together given a ballpark estimate of hours for each one and getting a...

Hello all, I upgraded to 4.2.0 and am encountering a decoration issue as well. It appears that the generated `ServiceDescriptor.ImplementationFactory` results in a `MethodBuilderInstantiation` which throws a `NotSupportedException` when its...

No problem @DanHarltey I'm a big fan of this project so I'll help where I can. :) In my case, it is not Azure Functions and I am using LightInject....

FWIW, I was thankfully able to reproduce this with an SLN for your review and captured/moving to #175 as it sounds like a different root cause to this one.

Thank you for your investigation and explanation @DanHarltey. Am I to understand correctly that this is due to a new feature to ensure Dispose is called on all decorated components...