Closed daveaglick closed 3 years ago
I've published https://www.nuget.org/packages/MSBuild.StructuredLogger/2.1.545, could you try it and let me know if this works as expected?
Was able to easily remove the extern alias and everything still works great. Thanks!
This looks related to #197 and is similar to #196, though
ProjectEvaluationFinishedEventArgs
wasn't covered by that earlier work. I suspect that types are continuing to bleed from this project to MSBuild and as a result, ones that were safe and not duplicated a year or two ago are now exhibiting the same problems as previous types.In this case I'm hitting issues with
ProjectEvaluationFinishedEventArgs
:Here are my relevant package references in case it helps: