-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
addressing some missing feedback Relating to Browser #38968
Conversation
Tagging subscribers to this area: @safern, @ViktorHofer |
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.
Thanks!
Could you please resolve conflicts? |
src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
...ries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientConfigPaths.cs
Show resolved
Hide resolved
@safern @ericstj @akoeplinger can you take another look ? i made some changes. (they are small but no harm in getting an another pair of eyes) |
@@ -149,7 +149,7 @@ | |||
Link="Common\System\Text\ValueStringBuilder.cs" /> | |||
</ItemGroup> | |||
<!-- Unix --> | |||
<ItemGroup Condition=" '$(TargetsUnix)' == 'true' and '$(TargetsAndroid)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true' and '$(TargetsBrowser)' != 'true'"> | |||
<ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(TargetsAndroid)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true'"> |
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.
Nit: you can simplify this with TargetsMobile
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.
i will make this change in the next follow up pr for browser
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
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
Related PR #37944