Skip to content

C#: Update Roslyn and other pinned depenencies.#21893

Draft
michaelnebel wants to merge 3 commits into
github:mainfrom
michaelnebel:cshar/updateroslyn
Draft

C#: Update Roslyn and other pinned depenencies.#21893
michaelnebel wants to merge 3 commits into
github:mainfrom
michaelnebel:cshar/updateroslyn

Conversation

@michaelnebel
Copy link
Copy Markdown
Contributor

@michaelnebel michaelnebel commented May 26, 2026

A couple of interesting things.
It appears that the decoder compiler argument from the options wasn't respected (there is an error that the code page is not installed) prior to thus change. However, with the Roslyn update windows-1252 is added as an Emit option for the CSharp Compilation in the extractor.

If I decode the SBCS.cs in VS-Code using Windows-1252, then it is the character

Character: ’
Unicode: U+2019
Windows-1252 byte: 0x92

and I believe it is the 0x92 byte - which is U+FFFD under the default UTF-8 decoding. That is,

@github-actions github-actions Bot added the C# label May 26, 2026
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.

1 participant