Skip to content
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

realsig+ on fsharp editor dlls demonstrates some MEF Export visibility issues. #17020

Closed
KevinRansom opened this issue Apr 10, 2024 · 1 comment
Labels
Area-Compiler-CodeGen IlxGen, ilwrite and things at the backend Bug Triage-Investigate
Milestone

Comments

@KevinRansom
Copy link
Member

Exports on private fields work because they are promoted to internal by the f# compiler with --realsig-.

--realsig+ makes them truly private and breaks VS. We need to audit the codebase for "private exports" prior to re-enabling --realsig+

@github-actions github-actions bot added this to the Backlog milestone Apr 10, 2024
@abonie abonie added Triage-Investigate Area-Compiler Compiler-related issues which don't belong to other categories Area-Compiler-CodeGen IlxGen, ilwrite and things at the backend and removed Needs-Triage Area-Compiler Compiler-related issues which don't belong to other categories labels Apr 15, 2024
@KevinRansom
Copy link
Member Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compiler-CodeGen IlxGen, ilwrite and things at the backend Bug Triage-Investigate
Projects
Archived in project
Development

No branches or pull requests

2 participants