Skip to content

Development

Compilation and Development

If you are planning to contribute to the development of this tool, please see our Contribution File on GitHub.

Compiling the solution requires Visual Studio 2017 with the C# modules installed. The community edition of Visual Studio works fine for building this code.

You have two options to build the code, either load the project in Visual Studio 2017 and build normally or execute a build on the command line by opening the Developer Command Prompt for Visual Studio 2017 and then running

in the root level source code directory. Information on running msbuild can be found on the Microsoft Visual Studio Website.

msbuild;

Issues or Suggestions

If you have any issues with the code or discover bugs then we would encourage you to log them on the issues page here https://github.com/Prohelion/ArrowPoint-CANbus-Tools/issues or have a go at fixing them and then send us a pull request with details of what you have done. If you are fixing a bug, please log it as per the Contribution File instructions so that we have an idea on what you are attempting to do. Also check out the Software Troubleshooting page.