samcoppock
samcoppock
@dotnet-policy-service agree
@KalleOlaviNiemitalo Tests are fixed, please review again
> My apologies for barging into the conversion like that, but please note that this is not a proper fix, as it is introducing another bug. `=` can be a...
> var commandLine = "inner --optionOne -=Yay=-"; the "var commandLine = "inner --optionOne -=Yay=-";" issue has been fixed
@KalleOlaviNiemitalo @elgonzo @radical @shanselman can you guys take another look at this please
I am currently attempting to fix this
> Still reproducible in 2.0.0-beta4.23407.1 ([a045dd5](https://github.com/dotnet/command-line-api/commit/a045dd54a4c44723c215d992288160eb1401bb7f)), although the API is different. > > ```cs > using System.CommandLine; > using System.Threading.Tasks; > > internal static class Program > { > internal...
> ParseResult how am i supposed to invoke the line 'var tokenToComplete = parseResult.Tokens.Last(t => t.Value == textCompletionContext.WordToComplete);' from ParseResult ? and where did you get your example code (...
> @samcoppock, why are you interested in fixing the bug? I get the impression that you aren't using this library in your applications. the project is in the "hacktoberfest" comp...
I have successfully reproduced the error and am now working on a fix