Open phil000 opened 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
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.
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...