spacemacs/layers/+tools/dotnet
2019-07-03 11:32:58 +03:00
..
packages.el Add dotnet cli layer 2019-06-12 20:36:14 +02:00
README.org update .org tags 2019-07-03 11:32:58 +03:00

Dotnet layer

Description

This layer adds support for the dotnet cli package.

Features:

  • dotnet operations

Packages Included

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add dotnet to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key binding Description
SPC m d a p Add package to the current dotnet project
SPC m d a r Add reference to the current dotnet project
SPC m d b Build the current dotnet project
SPC m d c Clean the current dotnet project
SPC m d n Create a new dotnet project
SPC m d p Publish the current dotnet project
SPC m d r a Run the current dotnet project with arguments
SPC m d r r Restore the current dotnet project
SPC m d s a Add to the current dotnet solution
SPC m d s l List the current dotnet solution
SPC m d s n Create a new dotnet solution
SPC m d s r Remove from the current dotnet solution
SPC m d t Run tests for the current dotnet project