Skip to content

Obsolete ITemporaryStorageService public APIs#62998

Merged
tmat merged 1 commit intodotnet:mainfrom
tmat:ObsoletePublicTempStorage
Jul 29, 2022
Merged

Obsolete ITemporaryStorageService public APIs#62998
tmat merged 1 commit intodotnet:mainfrom
tmat:ObsoletePublicTempStorage

Conversation

@tmat
Copy link
Member

@tmat tmat commented Jul 27, 2022

The API shouldn't have been public in the first place. Roslyn shouldn't expose public APIs that provide general abstraction over a memory map.

Exports a trivial implementation of the obsoleted public APIs (copy of TrivialTemporaryStorageService).

Separating the public and internal interfaces will allow us to clean up the implementation.

@ghost ghost added the Area-IDE label Jul 27, 2022
@tmat tmat marked this pull request as ready for review July 27, 2022 22:56
@tmat tmat requested a review from a team as a code owner July 27, 2022 22:56
Copy link
Member

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Mac uses this.. I'm guessing you don't want me to just move them to use the internal interface instead, right? :D

@tmat
Copy link
Member Author

tmat commented Jul 28, 2022

I think they only use it to work around issue #22085 which I believe has been fixed. If so then we should be able to clean that up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants