This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+tools/dotnet/README.org
Maximilian Wolff ab6b165e96
[dotnet] Change bindings to be based on p for project
as d is reserved for debuger integrations. Also make
sure that dotnet bindings are set for fsharp and csharp.
Fixes #14606
2021-06-16 22:47:11 +02:00

1.5 KiB

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