spacemacs/layers/+tools/dotnet
SpacemacsBot 284f56a397 [bot] "spacemacs_fix_org" Mon Jul 5 23:23:52 UTC 2021 2021-07-05 16:24:48 -07:00
..
README.org [bot] "spacemacs_fix_org" Mon Jul 5 23:23:52 UTC 2021 2021-07-05 16:24:48 -07:00
packages.el [dotnet] Change bindings to be based on p for project 2021-06-16 22:47:11 +02:00

README.org

Dotnet layer

Description

This layer adds support for the dotnet cli package.

Features:

  • dotnet project operations

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 p a p Add package to the current dotnet project
SPC m p a r Add reference to the current dotnet project
SPC m p b Build the current dotnet project
SPC m p c Clean the current dotnet project
SPC m p n Create a new dotnet project
SPC m p p Publish the current dotnet project
SPC m p r a Run the current dotnet project with arguments
SPC m p r r Restore the current dotnet project
SPC m p s a Add to the current dotnet solution
SPC m p s l List the current dotnet solution
SPC m p s n Create a new dotnet solution
SPC m p s r Remove from the current dotnet solution
SPC m p t Run tests for the current dotnet project