Sometimes ProjectStartedEventArgs doesn't contain Properties/Items #3616
Labels
Area: Debuggability
Issues impacting the diagnosability of builds, including logging and clearer error messages.
Area: Logging
triaged
In some .binlogs for some projects for some initial targets we see Properties/Items missing from under the project node. We think it's most likely in MSBuild.
All the BinaryLogger does is this:
https://source.dot.net/#Microsoft.Build/Logging/BinaryLogger/BuildEventArgsWriter.cs,179
Basically under some circumstances ProjectStartedEventArgs.Properties may be null.
The text was updated successfully, but these errors were encountered: