Skip to content

Conversation

@tjmccoy
Copy link
Contributor

@tjmccoy tjmccoy commented Apr 14, 2025

Added '$' in two locations to enable string interpolation.

Summary

There were two instances in code snippet 27 where string interpolation was intended to be used, but the '$' was omitted.

Fixes #45787

Added '$' in two locations to enable string interpolation.
@tjmccoy tjmccoy requested review from a team, BillWagner and IEvangelist as code owners April 14, 2025 17:53
@dotnetrepoman dotnetrepoman bot added this to the April 2025 milestone Apr 14, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Apr 14, 2025
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This LGTM @tjmccoy

Thanks. I'll merge this now.

@BillWagner BillWagner enabled auto-merge (squash) April 14, 2025 18:34
@BillWagner BillWagner merged commit 4396866 into dotnet:main Apr 14, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates PR is created by someone from the .NET community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

String Interpolation Missing '$'

2 participants