This is the source for a Visual Studio plugin for using RobotDotNet. Also includes preconfigured templates to help get started. If you find any issues, please file them at https://github.com/robotdotnet/FRC-Extension/issues RequirementsVisual Studio 2013 or Visual Studio 2015. Note that the express editions will not work. We recommend Visual Studio 2015 Community for the best experience. InstallationIn Visual Studio, go to Tools | Extensions and Updates. Then select online, and search for FRC Extension. Click on the extension, then click Download. It will download the extension, and then click Install to accept the eula and install the plugin. Offline InstallationThe offline link to the extension can be found here. /vsgallery/7c7f4cd1-e4bc-43bb-a9f1-072c6f1197d9 To install offline, download this, and install the downloaded file. This can also be used to update the extension offline. UsageThis plugin adds 3 things.
For more information, please see the tutorials on the RobotDotNet website. https://robotdotnet.github.io/ Menu ExtensionIn the FRC menu, the Settings button and the Mono folder will always exist. The Deploy and Debug buttons will only show up if you are in a WPILib project. The Netconsole button will only show up if Netconsole is detected. Upon first attempt at deploying mono or a robot project, the extention will ask you to set your team number. Project TemplatesWhen you create a new project, under the CSharp category, you will see an FRC menu. If you do not, make sure your .Net version is set to 4.5 or newer at the top of the new project window. Select one of these to create a new WPILib project. Item TemplatesWhen you are inside a project, if you right click on the project or a folder and select "Add New Item", in that menu there will be an FRC category where you can find the item templates. LicenseSee LICENSE.txt |