Template (and VSCode build tasks) for developing a cross-platform multi-target .NET Framework and .NET Core FNA project with Encompass.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Evan Hemsley c79ac15ab1 fix core reference + install script tidying 3 years ago
.vscode fix working directory on tasks + cross framework compat 3 years ago
ProjectName fix core reference + install script tidying 3 years ago
build fix lib copy location for windows 3 years ago
.gitignore initial commit 4 years ago
.gitmodules remove submodules 3 years ago
FNA.Settings.props add .NET Core support 4 years ago
LICENSE add MIT license 4 years ago
ProjectName.Core.sln add .NET Core support 4 years ago
ProjectName.Framework.sln initial commit 4 years ago
README.md update readme with some windows stuff 4 years ago
install.sh fix core reference + install script tidying 3 years ago

README.md

FNA-VSCode-Template

Template and build tasks for developing a cross-platform multi-target .NET Framework and .NET Core FNA project in VSCode.

Features

  • Includes project boilerplate code
  • Build tasks for both .NET Framework and .NET Core side by side
  • Press F5 to build and debug in-editor with Core Debugger

Requirements

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
  • Framework tasks use .NET Framework or Mono to build and run
  • Core tasks use .NET Core to build and run
  • Press F5 to build and debug with Core Debugger

Acknowledgments

Thanks to Andrew Russell and Caleb Cornett's FNA templates for a starting point for this template.