Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom default parameters #10

Open
sebasmonia opened this issue Jul 27, 2020 · 1 comment
Open

Allow custom default parameters #10

sebasmonia opened this issue Jul 27, 2020 · 1 comment

Comments

@sebasmonia
Copy link
Owner

I have 0 clue how to implement this (right now my transient definitions are set in stone, basically) but I just found out that dotnet test when using xUnit (standard at work) produces much cleaner output with:

dotnet test ----logger console;verbosity=normal --verbosity quiet

Which means, don't show code warnings and other build output, but then do show the output of the logger.
The way things are now, I have to add the --logger option once per Emacs session, but it would be cool if I can set it up MY as default.

Note that if #1 (State per project) is implemented, and stored between sessions, then this isn't needed anymore.

@sebasmonia
Copy link
Owner Author

In f59474d the ability to run a "quick build" for the project of the current buffer/file was added. In that case we also run a bare dotnet build but it would be useful to have the same verbosity and configuration that the "default values" have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant