-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Move DiagnosticsHandler.IsGloballyEnabled back to a method #55351
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? |
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
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.
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á <11718369+ManickaP@users.noreply.github.com>
Intent is to make linker substitutions happy and try to unblock dotnet/sdk#18801