Skip to content

Update Microsoft.Diagnostics.Tracing.TraceEvent #2534

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

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Feb 28, 2024

Version 3.0.2 has logic which adds a netstandard1.6 dll to the output. The package contains both netstandard1.6 and netstandard2.0 versions of this dll.

This runs into what I believe is an SDK bug and results in neither dll being passed as input to the trimmer when publishing with <PublishTrimmed>true</PublishTrimmed>.

Recent versions of this package don't have the same problem since they include the netstandard2.0 version: https://github.com/microsoft/perfview/blob/c1c726690e138302c79fac1c1d20bf9d65426ce6/src/TraceEvent/Microsoft.Diagnostics.Tracing.TraceEvent.props#L46-L50.

@timcassell timcassell merged commit f4c39ee into dotnet:master Feb 28, 2024
@timcassell timcassell added this to the v0.14.0 milestone Feb 28, 2024
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

Successfully merging this pull request may close these issues.

2 participants