| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ocTransportManager.cs Co-authored-by: Ilya <darpa@yandex.ru>
Co-authored-by: Ilya <darpa@yandex.ru>
Co-authored-by: Ilya <darpa@yandex.ru>
|
This PR has 106 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience! Quantification details
Label : Medium Size : +21 -85 Percentile : 41.2% Total files changed: 14 Change summary by file extension: .cs : +21 -85 Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Sorry, something went wrong.
|
CarloToso You seem to have updated everything possible? |
Sorry, something went wrong.
|
Ilya (@iSazonov) I think so, this was my regex search query in vscode: string\.Format.*\{0\}|string\.Create.*\{0\}|\.Append.*\{0\}|\.AppendFormat.*\{0\}|string\.Format.*\n.*\{0\}|string\.Create.*\n.*\{0\}|\.Append.*\n.*\{0\}|\.AppendFormat.*\n.*\{0\} |
Sorry, something went wrong.
|
🎉v7.4.0-preview.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Replace string.Format() with new string.Create((IFormatProvider? provider, [InterpolatedStringHandlerArgument(nameof(provider))] ref DefaultInterpolatedStringHandler handler).
PR Context
#18974
PR Checklist
(which runs in a different PS Host).