You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second parameter of Substring is wrong in HeaderFindAndReplaceCreator (#1424)
* Update HeaderFindAndReplaceCreator.cs
Second parameter of Substring was wrong. Existing implementation works only for replacements at the beginning of a string (startOfPlaceholder = 0)
* Update HeaderFindAndReplaceCreator.cs
Remove and Sort Usings
* Update HeaderFindAndReplaceCreator.cs: Replace by char
Co-authored-by: Raynald Messié <[email protected]>
* Update HeaderFindAndReplaceCreator.cs: Split by char
* Review
* Fix 'length' value for 'Substring' 2nd param
* Add unit test to check replacements in the middle
---------
Co-authored-by: Raman Maksimchuk <[email protected]>
Co-authored-by: Raynald Messié <[email protected]>
0 commit comments