Wednesday, May 22, 2019

Why are there no AOP or Dynamic Proxy implementations for .Net Core?

There are a bunch of libraries available for AOP (Apart Oriented Programming) or dynamic proxies on .Net Framework. But almost all of them say they don't work on .Net Core. Anytime only why?

Are there any available?

I looked at Castle Dynamic Proxy, Spring.Net AOP, and a few that use code dom to generate the proxy. None work on core.

Why are there no AOP or Dynamic Proxy implementations for .Net Core? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team