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

Remove properties inadvertently made public #919

Merged
merged 1 commit into from
May 16, 2023

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented May 16, 2023

Back in #908 during the refactoring that created a FormatterBase class, properties that used to be explicit interface implementations were made public. These properties are of no interest to the standard user of a formatter so I don't want them exposed publicly. They are still exposed via a public interface so that the advanced cases they were introduced to address are still addressed.

This is not a breaking change relative to our last stable release, because the APIs being removed were added only recently.

Back in microsoft#908 during the refactoring that created a `FormatterBase` class, properties that used to be explicit interface implementations were made public. These properties are of no interest to the standard user of a formatter so I don't want them exposed publicly. They are still exposed via a public interface so that the advanced cases they were introduced to address are still addressed.

This is not a breaking change relative to our last stable release, because the APIs being removed were added only recently.
@AArnott AArnott added this to the v2.16 milestone May 16, 2023
@AArnott AArnott enabled auto-merge May 16, 2023 13:57
@AArnott AArnott merged commit 5c5f52e into microsoft:main May 16, 2023
@AArnott AArnott deleted the removeAddedAPIs branch May 16, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants