Skip to content

.NET error logging improvemnet #3134

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

Closed
wants to merge 3 commits into from

Conversation

EchoNullify
Copy link
Contributor

@EchoNullify EchoNullify commented Jun 11, 2025

.NET has typically had bad error reporting on build where any failures would be hidden away in a large list.

I have now implemented a trx add-on which nicely displays any errors in a grouped tidy fashion.

See https://github.com/devlooped/dotnet-trx for more details

Some example outputs....

image

image

@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (3.8-dev@9c7a54c). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             3.8-dev    #3134   +/-   ##
==========================================
  Coverage           ?   76.52%           
  Complexity         ?    13804           
==========================================
  Files              ?     1109           
  Lines              ?    69706           
  Branches           ?     7533           
==========================================
  Hits               ?    53345           
  Misses             ?    13591           
  Partials           ?     2770           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@EchoNullify EchoNullify marked this pull request as ready for review June 11, 2025 22:24
@EchoNullify EchoNullify changed the base branch from master to 3.8-dev June 11, 2025 23:45
@andreachild
Copy link
Contributor

VOTE +1

@Cole-Greer
Copy link
Contributor

This is the best change I've seen all year, I really hated those logs.

VOTE +1

@xiazcy
Copy link
Contributor

xiazcy commented Jun 24, 2025

Cherry-picked change back to 3.7-dev in b812c8b, closing this one.

@xiazcy xiazcy closed this Jun 24, 2025
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

Successfully merging this pull request may close these issues.

5 participants