This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
Expose a capability API for Reflection Emit #832
Labels
netstandard-api
This tracks requests for standardizing APIs.
Milestone
Assuming #829 goes in, we should consider adding a a capability API. This allows implementations that cannot support runtime code generation to expose up-front that they will fail at runtime with
PlatformNotSupportedException
. This allows consumers to write code like this:Strictly speaking, this is violating our inclusion principles but it seems the opportunity loss seems high for what amounts to be a simple API.
The text was updated successfully, but these errors were encountered: