.NET nanoFramework VS Code ExtensionThis extension allows you to use VS Code to flash, build and deploy your C# code for .NET nanoFramework on your device regardless of the platform you're using. This has been tested on Mac, Linux (64 bits) and Windows (64 bits). FeaturesThis .NET nanoFramework VS Code extension allow you to flash, build and deploy your C# .NET nanoFramework application on an ESP32 or STM32 MCU. Flashing the deviceSelect Based on the target you will select, the menus will automatically adjust to help you finding the correct version, DFU or Serial Port. Once all options has been selected, you'll see the flashing happening: Building your codeSelect If you have multiple solutions in the open folder, you'll be able to select the one to build: Build result will be display in the Terminal: Deploy to your deviceSelect Similar as building the project, you'll have to select the project to deploy. The code will be built and the deployment will start: You'll get as well the status of the deployment happening in the Terminal. Create solutions and projectsTo create a solution, you can select any folder on your workspace, right click and select the create solution option. You then need to place a valid name and your solution is created. On the solution, right click and select Place a valid name like in this example Then select the type of project you want to add. RequirementsYou will need to make sure you'll have the following elements installed:
Known IssuesThis extension will not allow you to debug the device. Debug is only available on Windows with Visual Studio (any edition) and the .NET nanoFramework Extension installed. This extension will work on any Mac version (x64 or M1), works only on Linux x64 and Windows x64. Other 32 bits OS or ARM platforms are not supported. Developing for the VS Code extensionDocumentation about development for the extension can be found here. Feedback and documentationFor documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo. Join our Discord community here. CreditsThe list of contributors to this project can be found at CONTRIBUTORS. LicenseThe nanoFramework Class Libraries are licensed under the MIT license. Code of ConductThis project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct. .NET FoundationThis project is supported by the .NET Foundation. |