soygul / NBug

Automated bug reporting library for .NET
http://soygul.com/nbug
MIT License
191 stars 78 forks source link

System info #89

Closed JavierCanon closed 5 years ago

JavierCanon commented 5 years ago

More info about OS, hotfixes, and hardware in Report.xml, using System.Management - WMI [Description("WMI_COMPUTER_INFORMATION")] Win32_ComputerSystem, [Description("WMI_PROCESSOR_INFORMATION")] Win32_Processor, [Description("WMI_BIOS_INFORMATION")] Win32_BIOS, [Description("WMI_OS_INFORMATION")] Win32_OperatingSystem, [Description("WMI_HOTFIX_INFORMATION")] Win32_QuickFixEngineering, [Description("WMI_NETWORK_ADAPTER_INFORMATION")] Win32_NetworkAdapterConfiguration, [Description("WMI_PRINTER_INFORMATION")] Win32_Printer, [Description("WMI_DISK_DRIVE_INFORMATION")] Win32_DiskDrive, [Description("WMI_LOGICAL_DISK_INFORMATION")] Win32_LogicalDisk, [Description("WMI_VIDEO_CONTROLLER_INFORMATION")] Win32_VideoController, [Description("WMI_SOUND_CARD_INFORMATION")] Win32_SoundDevice

soygul commented 5 years ago

This doesn't belong in the core lib. NBug has a singular focus of reporting the bug report. There are great many system intelligence libs that can be used as a complement for NBug already. Thanks for the effort any way.

JavierCanon commented 5 years ago

Hello, i understand, but i'll need rapidly read more report info without open the dump file... thanks anyway.