dotnet.el icon indicating copy to clipboard operation
dotnet.el copied to clipboard

dotnet CLI minor mode for Emacs

Results 3 dotnet.el issues
Sort by recently updated
recently updated
newest added

I'm wondering if it may be useful to add a shortcut to call `dotnet watch run` or `dotnet watch test` to have the build refresh on code changes. I anticipate...

In the last few days I've using dotnet in a multi-project repo. I've found myself using the prefix args submitted in my last pull request. Also in my local dotnet.el...

# Steps to reproduce 1. Open existing dotnet project in Emacs 2. `M-x dotnet-with-args` ## Expected Receive an interactive prompt to input arguments, then run dotnet app. ## Actual Receive...