We’re just adding a brand new extension to VS Code to enjoy .NET nanoFramework on multiple platforms. When I write multiple platforms, read Windows, Linux and MacOS. .NET nanoFramework was historically only working on Windows and with Visual Studio. That was it. The key reasons were historic, coming from .NET MicroFramework, as tools were only … Continue reading VS Code Extension for .NET nanoFramework
Category: VS Extension
Unit Test Framework? Yes, we have that too.
Today, I am extremely excite to announce that we have just released the initial version of our Unit Test framework! Yes, Unit Test, like in… Unit Tests! Because it is powered by Visual Studio Test Platform, you’ll find the attributes that you’re used to decorate your test classes. Neat! I believe you will find this … Continue reading Unit Test Framework? Yes, we have that too.
Automatic firmware updates
Today we are proud to announce that our Visual Studio extension now supports automatic firmware updates! We hope you agree that this is a major, and much needed feature. What do you have to do to have this working? Just update the Visual Studio extension to the latest version! Once that is done, just plug … Continue reading Automatic firmware updates
To deploy, or not to deploy, that’s the question…
nanoFramework class libraries are composed of a managed part (written in C#) and the respective counterpart (written in C/C++) that is part of the firmware image that runs on the target. As part of the usual development cycle there are improvements, bug fixes and changes. Some of those touch only the managed part, others only … Continue reading To deploy, or not to deploy, that’s the question…
Setup Visual Studio to access preview versions feed
(updated on 2019-08-21) If you are one of those developers that like to have access to the shiny and newer versions of the components you use, this post is for you. It also applies if you are testing a PR for one of the class libraries or one of the experimental develop branches. A bit … Continue reading Setup Visual Studio to access preview versions feed
One small ‘step’ for a debugger, one giant leap for the embedded world!!
Today the nanoFramework project hit a major milestone: we’ve released a new version of our Visual Studio extension. What's so special about that I hear you ask... Well it is the first one with the capability of debugging managed code! Many will think that this is not a big feat, but it is. It has … Continue reading One small ‘step’ for a debugger, one giant leap for the embedded world!!