Table of Contents

Dotnet layer

Table of ContentsClose

1. Description

This layer adds support for the dotnet cli package.

1.1. Features:

  • dotnet project operations

2. 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.

3. 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

Author: root

Created: 2024-04-03 Wed 19:40

Validate