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

Options with typos are treated as unmatched arguments #1860

Open
jkotas opened this issue Sep 23, 2022 · 1 comment
Open

Options with typos are treated as unmatched arguments #1860

jkotas opened this issue Sep 23, 2022 · 1 comment

Comments

@jkotas
Copy link
Member

jkotas commented Sep 23, 2022

Repro:

dotnet tool install dotnet-ilverify --global --version 7.0.0-rc.1.22426.10`
ilverify --referenci c:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

ILVerify source: https://github.com/dotnet/runtime/blob/main/src/coreclr/tools/ILVerify/Program.cs

Actual result:
Error: No files matching --referenci

Expected result:
Error: Bad option --referenci

Context: dotnet/runtime#72082 (comment) , dotnet/runtime#72082 (comment)

@KalleOlaviNiemitalo
Copy link

This continues to be an annoyance. I hope it can be fixed in the upcoming changes #1882 (comment).

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

No branches or pull requests

2 participants