Skip to content

addressing some missing feedback Relating to Browser - #38968

Merged
Anipik merged 4 commits into
dotnet:masterfrom
Anipik:followUp
Jul 10, 2020
Merged

addressing some missing feedback Relating to Browser#38968
Anipik merged 4 commits into
dotnet:masterfrom
Anipik:followUp

Conversation

@Anipik

Copy link
Copy Markdown
Contributor

Related PR #37944

@ghost

ghost commented Jul 9, 2020

Copy link
Copy Markdown

Tagging subscribers to this area: @safern, @ViktorHofer
Notify danmosemsft if you want to be subscribed.

Comment threadsrc/libraries/System.Net.Http/src/System.Net.Http.csproj Outdated
Comment threadsrc/libraries/System.Data.Odbc/ref/System.Data.Odbc.ODBC32.cs Outdated
Comment threadsrc/libraries/System.Net.Http/src/System.Net.Http.csproj Outdated
Comment threadsrc/libraries/System.Net.Http/src/System.Net.Http.csproj Outdated

@jkotasjkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jkotas

Copy link
Copy Markdown
Member

Could you please resolve conflicts?

Comment threadsrc/libraries/System.Net.Http/src/System.Net.Http.csproj Outdated
Comment threadsrc/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs Outdated
Anipikand others added 3 commits July 9, 2020 10:44
@Anipik

Copy link
Copy Markdown
ContributorAuthor

@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)

</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'">

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
ContributorAuthor

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

@Anipik
Anipik merged commit b62b16a into dotnet:masterJul 10, 2020
@Anipik
Anipik deleted the followUp branch July 10, 2020 06:45

@ViktorHoferViktorHofer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@akoeplingerakoeplinger left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghostghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Anipik@jkotas@marek-safar@akoeplinger@stephentoub@ViktorHofer@ericstj@safern@Dotnet-GitSync-Bot