dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.91k stars 4.01k forks source link

Ensure warnings reported from Helix job are included in AzDO job #60512

Closed RikkiGibson closed 2 months ago

RikkiGibson commented 2 years ago

This is probably a bug in the RunTests code which starts up the Helix job. Because of this bug we didn't get visibility into #60506 in advance. cc @sharwell @MattGal.

If you took the console out of the indirect msbuild and did "LogMessageFromText()" it would become warnings. (learned this one from Rainer). OR

If you directly invoke the Helix SDK instead of making an msbuild task, you could also LogMessageFromText() it.

dotnet-issue-labeler[bot] commented 2 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

RikkiGibson commented 2 months ago

I don't recall enough of the original context here to actually address this.