Introducing dotnet-bugreport: A Simple Tool for Debugging .NET Projects
Diagnosing issues in .NET projects can get messy fast. Between checking runtime versions, scanning project files, digging through environment variables, and figuring out what your Git state even is, it’s all too easy to miss something important.
dotnet-bugreport is a lightweight command-line tool designed to make that process painless. It gathers all the useful diagnostic information about your .NET environment and project in one go, packaging it neatly into a Markdown file you can paste directly into GitHub issues.