JL03-Yue
JL03-Yue
Exactly the same issue. Trying to build Arduino IDE from source code based on this [wiki](https://github.com/arduino/Arduino/wiki/Building-Arduino): ant dist, and ant build were successful, but ant start resulted in "error loading...
@Markliniubility Thank you so much for your contribution. For the subcommand for `--all`, you can refer to the `Subcommands` of a given command in `System.CommandLine.CliCommand`. More details can be referred...
> @JL03-Yue Thank you for helping me on the testing! I have updated the unit tests to include all scenario with mocked file system Thanks for the update. I added...
> > Thanks for the update. I added some more details the [updated design details for update --all feature](https://github.com/dotnet/sdk/issues/37237) > > @JL03-Yue Thanks for updated change. I have added the...
I wonder if it is related to the problem of `ignore-failed-source` flag
Thank you for the report. This is indeed very important and will look into it.
Thanks for reporting that
Updated design ideas: Huge thanks from the clarifications from @baronfel - Behavior of the `dotnet tool update --all` positional arguments: Currently, the `dotnet tool update` option requires arguments. To accept...
Updated design ideas and ToDo items: Huge thanks to @dsplaisted - The testing logic for `-all` option and optional `packageId`. The testing logic for required `packageId` without `-all`. - Tests...
Thanks for reporting.