Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FormatWith extension #1395

Merged
merged 5 commits into from
Feb 17, 2024
Merged

Remove FormatWith extension #1395

merged 5 commits into from
Feb 17, 2024

Conversation

SimonCropp
Copy link
Collaborator

@SimonCropp SimonCropp commented Feb 17, 2024

Handling change:

  • Replace usage of StringExtensions.FormatWith(format, params args) with a call to string.Format(format, args)
  • Replace usages of StringExtensionsFormatWith(format, provider, params args) with a call to string.Format(provider, format, args)

@SimonCropp SimonCropp added this to the v3.0 milestone Feb 17, 2024
@SimonCropp SimonCropp merged commit cb832cf into main Feb 17, 2024
3 checks passed
@SimonCropp SimonCropp deleted the inline-FormatWith branch February 17, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant