Describe the bug
A VS2022 error generated the following message.
1>An error occurred during the App deployment process.
1>Error:
1>Unable to locate local Meadow assemblies for v1.14.1.8. Run `meadow download os` to download the latest meadow OS and libraries.
The proposed solution Running the command meadow download os doesn't work with CLIv2.
To Reproduce
Attempt to create a C# VS2022 solution on a system where the Meadow.OS version of the runtime has not been installed.
Expected behavior
The error message should contain the correct CLI command meadow firmware download, not the CLIv1 command meadow download os.
Describe the bug A VS2022 error generated the following message.
The proposed solution Running the command
meadow download os
doesn't work with CLIv2.To Reproduce Attempt to create a C# VS2022 solution on a system where the Meadow.OS version of the runtime has not been installed.
Expected behavior The error message should contain the correct CLI command
meadow firmware download
, not the CLIv1 commandmeadow download os
.