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

Allow equals sign in value for parsed KVP Pairs #471

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

kkukshtel
Copy link
Contributor

@kkukshtel kkukshtel commented Sep 18, 2023

Parses KVP arg into a substring with only ever two parts based around the boundary of the first equals sign. Subsequent equals signs are ignored and and make their way into the final parsed value as is.

Splits the parsed substring into two parts around only the boundary of the first equals sign.
style formatting for `Split` args

Co-authored-by: Tanner Gooding <tagoo@outlook.com>
@tannergooding
Copy link
Member

Failures look to be from the new .NET 8 preview SDK and are unrelated.

Going to take a look and get those resolved so I can merge this.

@tannergooding tannergooding reopened this Sep 19, 2023
@tannergooding tannergooding merged commit e4813d3 into dotnet:main Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants