[LiveLogger] Only show indicators for projects where relevant#8617
Closed
edvilme wants to merge 2 commits intodotnet:mainfrom
Closed
[LiveLogger] Only show indicators for projects where relevant#8617edvilme wants to merge 2 commits intodotnet:mainfrom
edvilme wants to merge 2 commits intodotnet:mainfrom
Conversation
Contributor
Author
|
@dotnet-policy-service agree |
Member
|
Hey @edvilme! We've taken a small reset on LiveLogger while we reevaluate some of the design goals, so we're probably not going to take this right away. When we have a bit more clarity on what we want to do we'll try to be clear about writing it down . . . |
Member
|
The changes in #8619 will supersede this, so I'm going to close it. Soon we'll have daily SDK builds with the new bits to try out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8456
Context
For each project, details regarding amount of messages, warnings and errors are shown. However, this information must be hidden where it is not relevant.
Changes Made
Add the ℹ️,⚠️ , ❌ output only when is >0 (for each of the three).
Testing
Manual testing
Notes