philiplaureano / LinFu

A framework that adds mixins, inversion of control, DbC, and other language features to the Common Language Runtime.
http://www.codeproject.com/KB/cs/LinFuPart1.aspx
206 stars 30 forks source link

.NET Core version #33

Closed ngbrown closed 5 years ago

ngbrown commented 8 years ago

How likely is a .NET Core version? Can the approach LinFu is taking to make dynamic proxies be reused with .NET Core's limited API?

philiplaureano commented 6 years ago

@ngbrown I know it's two years late, but do you still need LinFu just for dynamic proxies? It should be easy to port the Dynamic Proxy generator to .NET Standard 2.0, provided that it has support for System.Reflection.Emit.

ngbrown commented 5 years ago

Closing as obsolete.