-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Avoid unused NetEventSource code #73868
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
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsFixes #54859
Release assembly sizes: Windows (-10 KB):
Linux:
|
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
c14831e to
d38203f
Compare
src/libraries/Common/src/System/Net/Security/NetEventSource.Security.Windows.cs
Show resolved
Hide resolved
src/libraries/Common/src/System/Net/Security/NetEventSource.Security.Windows.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/NetEventSource.WinHttpHandler.cs
Show resolved
Hide resolved
|
Will you update the PR soon @MihaZupan ? 😄 |
|
Yes, just waiting for VS to update :) Soon™️ |
CarnaViire
left a comment
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.
LGTM, thanks!
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Restarting CI after #73962 Regular CI was already clean. I see no networking outerloop failures now. |
|
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #54859
NetEventSource.Common.csfrom the aspnetcore shared folder - completely unusedAssociateandDumpBuffermethods into separate partial files that are optionally included by projects that actually use themNetEventSource.Commonwhere possible (e.g. only used by a single project)IsEnabledchecksRelease assembly sizes:
Windows (-10 KB):
Linux: (-3.5 KB)