@@ 1357,7 1357,30 @@ minibuffer, even without explicitly focusing it."
project-name
(if (string= "" subdirectory)
""
- (concat "." (substring subdirectory 0 -1)))))))
+ (concat "." (substring subdirectory 0 -1))))))
+
+ ;; Build solution
+ ;; --debug / --release
+ ;; Build csproj
+ ;; --debug / --release
+ ;; Run csproj
+ ;; Choose work dir
+ ;; Choose arguments
+ ;; Run last ran application
+ ;; with last arguments, work dir...
+ ;; Run solution tests
+ ;; Run csproj tests
+ ;; Feeling lucky - run current file tests
+ )
+
+(my-use-package sharper
+ :ensure t
+ :commands (sharper-main-transient)
+ :general
+ (my-local-leader csharp-mode-map
+ "m" '(sharper-main-transient :wk "Compile menu")
+ "c" '(sharper-transient-build :wk "Build")
+ "t" '(sharper-transient-test :wk "Test")))
;; Sh, Bash