mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-10 18:58:19 +00:00
- Replaced Console.WriteLine with System.Diagnostics.Debug.WriteLine in: * LaunchOrderDetector (probe scoring) * UnpackagedDetector (probe scoring) * ElectronProcessActive (StartInternal traces) - Removed '[StartInternal]: after run:' trace - Debug.WriteLine only outputs when debugger is attached These were the noisiest debugging traces. Other Console.WriteLine usage in StartupManager, ProcessRunner, etc. would require ILogger injection which is a larger architectural change deferred for now.