-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Move DiagnosticsHandler.IsGloballyEnabled back to a method #55351
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
Intent is to make linker substitutions happy
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsIntent is to make linker substitutions happy
|
|
@vitek-karas @eerhardt Given the current code structure, is the linker substitution going to work? |
jeffschwMSFT
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 @steveisok
vitek-karas
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.
You could change it to a property, you just need to update the ILLink.Substitutions.xml for that assembly to now point to the property getter - that should work as well.
ManickaP
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
cc @MihaZupan
src/libraries/System.Net.Http/src/System/Net/Http/DiagnosticsHandler.cs
Outdated
Show resolved
Hide resolved
…andler.cs Co-authored-by: Marie Píchová <[email protected]>
Intent is to make linker substitutions happy and try to unblock dotnet/sdk#18801