Skip to content

Register missing encoding providers for core host#55490

Merged
genlu merged 1 commit intodotnet:main-vs-depsfrom
genlu:EncodingProvider
Aug 9, 2021
Merged

Register missing encoding providers for core host#55490
genlu merged 1 commit intodotnet:main-vs-depsfrom
genlu:EncodingProvider

Conversation

@genlu
Copy link
Copy Markdown
Member

@genlu genlu commented Aug 7, 2021

Fix #54985

@genlu genlu requested review from sharwell and tmat August 7, 2021 00:34
@genlu genlu requested a review from a team as a code owner August 7, 2021 00:34
@ghost ghost added the Area-IDE label Aug 7, 2021
@genlu genlu linked an issue Aug 7, 2021 that may be closed by this pull request
// we set up logger here
RoslynLogger.SetLogger(new EtwLogger(s_logChecker));

// Make encodings that is by default present in desktop framework but not in corefx available to runtime.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Make encodings that is by default present in desktop framework but not in corefx available to runtime.
// Make encodings that is by default present in desktop framework but not in corehost available to runtime.

@genlu genlu merged commit 1febdfa into dotnet:main-vs-deps Aug 9, 2021
@ghost ghost added this to the Next milestone Aug 9, 2021
@genlu genlu deleted the EncodingProvider branch August 9, 2021 19:21
@kasperk81
Copy link
Copy Markdown
Contributor

why did you ignore the typo comment @genlu?

@genlu
Copy link
Copy Markdown
Member Author

genlu commented Aug 10, 2021

@kasperk81 It's not a typo: the encodings are missing not because we are running on servicehub core host, it's actually the default in corefx.

@kasperk81
Copy link
Copy Markdown
Contributor

Ok, though these days corefx is called runtime libraries.

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.

"Unsupported encoding" error in Servicehub core host

4 participants