Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting type ProjectEvaluationFinishedEventArgs #521

Closed
daveaglick opened this issue Aug 17, 2021 · 2 comments
Closed

Conflicting type ProjectEvaluationFinishedEventArgs #521

daveaglick opened this issue Aug 17, 2021 · 2 comments
Assignees

Comments

@daveaglick
Copy link
Contributor

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:

image

Here are my relevant package references in case it helps:

<PackageReference Include="Microsoft.Build" Version="16.10.0">
  <NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.Build.Framework" Version="16.10.0">
  <NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.10.0">
  <NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10.0">
  <NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="MSBuild.StructuredLogger" Version="2.1.507" />
@KirillOsenkov
Copy link
Owner

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?

@daveaglick
Copy link
Contributor Author

Was able to easily remove the extern alias and everything still works great. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants