mgravell / fast-member

Automatically exported from code.google.com/p/fast-member
Apache License 2.0
1.02k stars 141 forks source link

Microsoft delisted System.Reflection.Emit.Lightweight for .NET Standard #57

Closed danielcrenna closed 6 years ago

danielcrenna commented 6 years ago

FYI: https://www.nuget.org/packages/System.Reflection.Emit.Lightweight

The ripple effect is that libraries should change to the NETCOREAPP TPM vs NETSTANDARD, which might have implications for wider use, though worth noting that this namespace doesn't actually have support on all NETSTANDARD implementations, it turns out.

Microsoft thread: https://github.com/dotnet/corefx/issues/29365

mgravell commented 6 years ago

Thanks, will look

On Mon, 28 May 2018, 03:41 Daniel, notifications@github.com wrote:

FYI: https://www.nuget.org/packages/System.Reflection.Emit.Lightweight

The ripple effect is that libraries should change to the NETCOREAPP TPM vs NETSTANDARD, which might have implications for wider use, though worth noting that this namespace doesn't actually have support on all NETSTANDARD implementations, it turns out.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mgravell/fast-member/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/AABDsMrmKagVT1e9PYDYcZ_jpzHBrQnHks5t22P2gaJpZM4UPjas .

danielcrenna commented 6 years ago

This can be closed. They brought it back.