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

reset realsig for release/dev10.0 #17022

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

KevinRansom
Copy link
Member

There are some places in the VS code where we Export private values to MEF. This causes some issues when compiled with --realsig+ because the shipping existing FSharp compiler promotes them to internal.

This PR temporarily builds with --realsig- so that we can audit the codebase to eliminate those private exports and re-enable realsig .

@KevinRansom KevinRansom requested a review from a team as a code owner April 10, 2024 20:27
Copy link
Contributor

✅ No release notes required

@KevinRansom
Copy link
Member Author

/cc @vzarytovskii -- here you go mate.

@vzarytovskii vzarytovskii merged commit 90a81d7 into dotnet:release/dev17.10 Apr 11, 2024
32 checks passed
@majocha
Copy link
Contributor

majocha commented Apr 11, 2024

FWIW I went through all the exports in FSharp.Editor and there are no more with private accessibility.
Most of the [<Export>] attributes are on internal types. There are some let bindings exported from ClassificationDefinitions module but these seem to work fine.

@KevinRansom
Copy link
Member Author

@majocha me too, but we prefer to minimize the risk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants