mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-11 03:08:45 +00:00
- Removed '|| ' prefix from ProcessRunner stdout/stderr redirection * Changed to Debug.WriteLine (only visible when debugger attached) - Suppressed [Startup] timing messages in StartupManager * Moved to Debug.WriteLine for diagnostic purposes - Suppressed 'No testhost detected' messages - Added logging configuration to suppress ASP.NET Watch debug messages * Microsoft.AspNetCore.Watch set to Warning level Result: Clean console output in development with only meaningful messages. Timing and debug traces still available when debugger is attached.