Skip to content

Fix use of StringBuilder.AppendFormat in ILCompiler - #62147

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
stephentoub:fixaf
Dec 1, 2021
Merged

Fix use of StringBuilder.AppendFormat in ILCompiler#62147
stephentoub merged 1 commit into
dotnet:mainfrom
stephentoub:fixaf

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Fixes#62137

@ghostghost added the area-R2RDump-coreclr Ready-to-run image dump tool label Nov 29, 2021
@danmoseley

Copy link
Copy Markdown
Contributor

Oddly enough, failure in the NonBacktracking regex tests.

@stephentoub
stephentoub merged commit 985f477 into dotnet:mainDec 1, 2021
@stephentoub
stephentoub deleted the fixaf branch December 1, 2021 15:34
@ghostghost locked as resolved and limited conversation to collaborators Dec 31, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-R2RDump-coreclrReady-to-run image dump tool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is 'sb.AppendFormat($"{Signature.ParameterTypes[i]}");' a typo error

3 participants

@stephentoub@danmoseley@jkotas