2017-11-28 03:02:56 +00:00
|
|
|
#+TITLE: Dotnet layer
|
|
|
|
|
2019-07-03 08:28:23 +00:00
|
|
|
#+TAGS: layer|programming|util
|
2019-06-13 13:33:14 +00:00
|
|
|
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
2017-11-28 03:02:56 +00:00
|
|
|
- [[#description][Description]]
|
|
|
|
- [[#features][Features:]]
|
|
|
|
- [[#packages-included][Packages Included]]
|
|
|
|
- [[#install][Install]]
|
2019-06-13 13:33:14 +00:00
|
|
|
- [[#key-bindings][Key bindings]]
|
2017-11-28 03:02:56 +00:00
|
|
|
|
|
|
|
* Description
|
|
|
|
This layer adds support for the dotnet cli package.
|
|
|
|
|
|
|
|
** Features:
|
|
|
|
- dotnet operations
|
|
|
|
|
|
|
|
* Packages Included
|
|
|
|
- [[https://github.com/julienXX/dotnet.el][dotnet]]
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2019-06-13 13:33:14 +00:00
|
|
|
* Key bindings
|
2017-11-28 03:02:56 +00:00
|
|
|
|
|
|
|
| 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 |
|