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

Prefix messages in stderr #140

Closed
adamralph opened this issue Aug 11, 2019 · 2 comments · Fixed by #145
Closed

Prefix messages in stderr #140

adamralph opened this issue Aug 11, 2019 · 2 comments · Fixed by #145
Labels
enhancement New feature or request
Milestone

Comments

@adamralph
Copy link
Owner

adamralph commented Aug 11, 2019

A program printing to stderr should identify itself with a prefix. This feature introduces a default prefix of the entry assembly name. E.g. where the consuming project is named targets.csproj:

targets: Working directory: foo
targets: dotnet build Boo.sln

or build.csproj:

build: Working directory: foo
build: dotnet build Boo.sln

With an optional param to control the program name.

@adamralph adamralph added the enhancement New feature or request label Aug 11, 2019
@adamralph

This comment has been minimized.

@adamralph adamralph added on-hold This can't be done yet and removed on-hold This can't be done yet labels Aug 11, 2019
@adamralph adamralph added this to the 6.1.0 milestone Aug 14, 2019
This was referenced Aug 27, 2019
@adamralph
Copy link
Owner Author

Released in 6.1.0-beta.1.

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

Successfully merging a pull request may close this issue.

1 participant