-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make BinderFlags public #30223
Comments
@jaredpar said elsewhere:
|
I agree. I propose we add a (bool) compilation option specifically for “compilation at runtime” that would do this. |
"compilation at runtime" is the scenario though, not the behavior. Shouldn't the flag express the behavior here? Was thinking something along the lines of "PreferNonCorLibraryTypes". |
We should revisit if we still need this. I think this was a problem in early .NET Core FX. Might not be a problem anymore for 2.0+. |
@tmat what would I need to validate this? Just delete it, run tests and if they pass we're good to go? |
The compiler currently has an IVT into the interactive layer and soon to the EditorFeatures.Wpf layer. This violates our principle of keeping the editor and compiler portions communicating via the public API surface area only. We should fix this ASAP to ensure that the
internal
usage doesn't spread any further.The text was updated successfully, but these errors were encountered: