-
Notifications
You must be signed in to change notification settings - Fork 23
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
mgc sites doesn't work on Mac Arm version #316
Comments
Hello @mnicola76, thanks for reporting this issue. We'll investigate and update this issue when we find the cause. |
It appears that the issue was resolved in v0.3 but regressed from v0.4
onward.
…On Thu, Aug 3, 2023 at 1:33 AM Caleb Kiage ***@***.***> wrote:
Hello @mnicola76 <https://github.com/mnicola76>, thanks for reporting
this issue. We'll investigate and update this issue when we find the cause.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXGLHES567X57WDCG7U6BTXTJXNRANCNFSM6AAAAAA27CUZF4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've found the cause of this issue. It seems to be a limitation on the System.CommandLine library's tokenization process. I'm investigating workarounds we can apply for this bug. Sorry for the inconvenience caused. |
Thanks for the additional information. I'll add this to the investigation. |
This issue has been reported to the .net team dotnet/command-line-api#2260. |
A workaround has been implemented in preview 2 release. |
Hi, following refers to msgraph-cli-osx-arm64-1.0.0-preview.1
The following command:
./mgc sites
Returns the following error:
Unhandled exception. System.ArgumentException: An item with the same key has already been added. Key: sites
The text was updated successfully, but these errors were encountered: