Skip to content

CI Update - remove shims from .NET Core #3661

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

Merged
merged 1 commit into from
Dec 12, 2019
Merged

CI Update - remove shims from .NET Core #3661

merged 1 commit into from
Dec 12, 2019

Conversation

mairaw
Copy link
Contributor

@mairaw mairaw commented Dec 11, 2019

@roji @carlossanlop @safern

This will remove OdbcParameter.Offset among others that were incorrectly identified as .NET Core:
https://review.docs.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcparameter.offset?view=xamarinmac-3.0&branch=remove-shims

@mairaw mairaw added the doc-bug Problem with the content; needs to be fixed label Dec 11, 2019
@mairaw mairaw added this to the December 2019 milestone Dec 11, 2019
@mairaw mairaw requested review from carlossanlop and roji December 11, 2019 19:47
@mairaw mairaw self-assigned this Dec 11, 2019
@@ -65,7 +65,7 @@
<ReturnType>Microsoft.Extensions.Configuration.IConfigurationBuilder</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="configurationBuilder" Type="Microsoft.Extensions.Configuration.IConfigurationBuilder" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" RefType="this" />
<Parameter Name="configurationBuilder" Type="Microsoft.Extensions.Configuration.IConfigurationBuilder" RefType="this" Index="0" FrameworkAlternate="dotnet-plat-ext-3.0" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joelmartinez can we make sure this doesn't change position from one version to the next?

Copy link
Contributor

Choose a reason for hiding this comment

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

@mairaw we'll probably need to do some parameter sorting to make sure ... @mimisasouvanh, can you open a devops item on this? the functionality wouldn't be changing, just doing some sorting to maintain a consistent order

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can file one. Just point me to the right DevOps instance. I never know. That's why filing in the repo was easier 😉

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

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

Approved. There were some build warnings.

@mairaw
Copy link
Contributor Author

mairaw commented Dec 12, 2019

I don't think this PR introduced these. I'll have to look at those later.

@mairaw mairaw merged commit 779cc34 into master Dec 12, 2019
@mairaw mairaw deleted the remove-shims branch December 12, 2019 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants