WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

When an error was shown in VS2022 it contained an solution that was for CLIv1 #768

Closed Peter-Moody closed 3 weeks ago

Peter-Moody commented 2 months ago

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.

adrianstevens commented 2 months ago

Thanks Peter - fixed in v2.0.0.57 which I'll try and release later today