platform-compat
platform-compat copied to clipboard
Warning for System.Reflection.Emit?
As I understand it, the System.Reflection.Emit package claims to support .Net Standard, even though AOT platforms like UWP do not support it.
Does it make sense to produce a warning when SRE is used in a .Net Standard library?
Related discussion: https://github.com/dotnet/corefx/issues/29365.