Supported embedded MSIL #428
Unanswered
The-Futurist
asked this question in
General
Replies: 1 comment
-
Dupe of #226 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How about making it easier to embed IL instructions inline in C# methods/functions?
I know we have DynamicMethod but that doesn't have the capability to parse the IL at compile time or easily debug it at debug time.
Has anyone yet proposed this?
I suppose one could introduce a new keyword or something:
Alternatively one could look at the reasons we sometimes need to use DynamicMethod and introduce new C# language capabilities to support these unusual problems.
Beta Was this translation helpful? Give feedback.
All reactions