Xanthus Wong

Results 27 comments of Xanthus Wong

In fact, I think moving to new framework is the best option, like me. Because of this issue, I moved to react native. It is so much better intern of...

Hi @ismcagdas we are choosing between abp.io and aspnetboilerplate. May I know if the openiddict for aspnetboilerplate on the roadmap?

@alistairjevans Thanks for providing this solution. However, I think the suggested approach cannot acheive exactly what we want. If you look at the snippet from [EnableClassInterceptors](https://github.com/autofac/Autofac.Extras.DynamicProxy/blob/develop/src/Autofac.Extras.DynamicProxy/RegistrationExtensions.cs) [line 96], the snippet...

@nuochong Yes I know this will work. But how if I want to use dynamic attribute instead of dynamic class binding? Is there any plan to fix this?

> Yes, this is related to the way NS uses attributes. You have other ways to do that, though: > > 1. binding the attribute directly: > > ``` >...

> This seems to be a BUG with NativeScript. I have the same problem with nativescript-ng. The initialization background can produce the desired effect but dynamic modification is not effective....

> > This seems to be a BUG with NativeScript. I have the same problem with nativescript-ng. The initialization background can produce the desired effect but dynamic modification is not...

> > > > This seems to be a BUG with NativeScript. I have the same problem with nativescript-ng. The initialization background can produce the desired effect but dynamic modification...

> Same problem here using capacitor 4. Is there any update on this? I suggest developer not to use capacitor/ionic anymore. Bad support, bad performance and not even a stable...

> Oh you're right, I totally forgot, this parameter only applies to Attributes so that Injection attributes can inherit aspects. It does not apply to target classes. > > BTW...