Skip to content

616b2f/dotnet-bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-bsp

Build Server for .NET C#. BSP is designed to allow your editor to communicate with different build tools to compile, run, test, debug your code and more. For more info see the Official BSP specification.

This is currently in active development and is not stable. You are welcome to contibute and make PRs.

Build

dotnet build && dotnet publish

Setup for project

Build the project before you run the install script.

./install.sh ../my-sample-project/

Credits

Thanks to the following projects that helped me to build this project.

Releases

No releases published

Packages

No packages published