-
Notifications
You must be signed in to change notification settings - Fork 57
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
add System.Diagnostics.DiagnosticSource 9.0.0 #1101
add System.Diagnostics.DiagnosticSource 9.0.0 #1101
Conversation
eng/SourceBuildPrebuiltBaseline.xml
Outdated
@@ -6,6 +6,7 @@ | |||
<!-- runtime prebuilts. Update when runtime produces intermediate packages correctly. --> | |||
<UsagePattern IdentityGlob="runtime.linux-x64.Microsoft.NETCore.ILAsm/*" /> | |||
<UsagePattern IdentityGlob="runtime.linux-x64.Microsoft.NETCore.ILDAsm/*" /> | |||
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/*9.0.0*" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be added. I think I know how to fix this and will push a fix.
@dotnet/source-build I did quite weird stuff to get this PR green, please review how it should be done correctly.
|
I think I took care of this in 1de36a7 |
This is a known problem tracked with dotnet/source-build#4159. We have a common shared file with the type in it. I update the project to reference it. |
Needed for MSBuild telemetry investments. dotnet/msbuild#11169