mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
430 stars 93 forks source link

Output Messages Colored as Errors When They Are Not Errors #150

Open phil000 opened 1 year ago

phil000 commented 1 year ago

Version 2023.3

I've noticed when building one of our solutions that 2 separete messages are colored as errors in red when they are not errors.

These 2 lines always appear in red...

Restored C:\Projects\OnSend\OnSend.GatewayService.FailedRequestReplayTool\OnSend.GatewayService.FailedRequestReplayTool.csproj (in 269 ms).
1>OnSend.GatewayService.FailedRequestReplayTool -> C:\Projects\OnSend\OnSend.GatewayService.FailedRequestReplayTool\bin\Debug\net7.0\OnSend.GatewayService.FailedRequestReplayTool.dll
mike-ward commented 1 year ago

It has the word "failed" in. The regex probably needs to be adjusted to match on whole words only. If you figure it out , send me a pull request. I'm on the road and won't be back for a few months.