You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
I would like to fix that for the next incarnation of the reflection free mode that would make type metadata available, but still not allow reflection on fields and methods. It's likely such mode would be more practical. The current reflection-free mode (where nothing works) was just much cheaper to bring up.
Enum.IsDefined
doesn't work in reflection-mode. This means that some APIs likeEnvironment.GetFolderPath
don't work.A quick look in a debugger shows that the
EnumInfo
passed toGetEnumName
has an emptyValues
array.The text was updated successfully, but these errors were encountered: