2021-04-04 21:01:40 +00:00
|
|
|
# MoonWorksTemplate
|
|
|
|
|
2023-06-08 18:08:34 +00:00
|
|
|
Template and build tasks for developing a cross-platform multi-target .NET 7 MoonWorks project in VSCode.
|
2021-04-04 21:01:40 +00:00
|
|
|
|
|
|
|
The generated solution file will also work in regular Visual Studio.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
2022-03-03 19:05:23 +00:00
|
|
|
- Project boilerplate code
|
|
|
|
- VSCode build tasks
|
2022-08-30 05:11:51 +00:00
|
|
|
- VSCode step debugger integration
|
2021-04-04 21:01:40 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- [Git](https://git-scm.com/) or [Git for Windows](https://gitforwindows.org/) on Windows
|
2023-06-08 18:09:20 +00:00
|
|
|
- [.NET 7 SDK](https://dotnet.microsoft.com/download/dotnet/7.0)
|
2021-04-04 21:01:40 +00:00
|
|
|
- [Visual Studio Code](https://code.visualstudio.com/)
|
2023-10-16 18:39:53 +00:00
|
|
|
- [VSCode C# Dev Kit Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
|
2021-04-04 21:01:40 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
- Make sure you have Git Bash from Git for Windows if you are on Windows
|
|
|
|
- Download this repository
|
|
|
|
- Run `install.sh`
|
|
|
|
- Move the newly created project directory wherever you want
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
- Open the project directory in VSCode
|
|
|
|
- Press Ctrl-Shift-B to open the build tasks menu
|
2023-06-08 18:08:34 +00:00
|
|
|
- Tasks use .NET 7.0 to build and run
|
2022-08-30 05:11:51 +00:00
|
|
|
- Press F5 to build and run step debugger
|
2021-04-04 21:01:40 +00:00
|
|
|
|
|
|
|
## Acknowledgments
|
|
|
|
|
|
|
|
Thanks to Andrew Russell and Caleb Cornett's FNA templates for a starting point for this template.
|