Skip to content

[breaking changes] cleanup targets #361

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 5 commits into from
Mar 8, 2020

Conversation

tg123
Copy link
Member

@tg123 tg123 commented Mar 6, 2020

This is to cleanup targets to ensure the quality of code

https://docs.microsoft.com/en-us/dotnet/standard/net-standard
remove xamarin ios and android as they can reference netstandard2 directly (confirmed here #140)

removing those targets would also help building issues (#357)
and this is the first step to build nuget on gh action (cannot target xaramin). #239 #317

here is the matrix after this patch

  • netstandard1.4;
  • netstandard2.0;
  • net452;
  • net461;
  • netcoreapp2.1;
  • xamarinios10;
  • monoandroid81

some comments for why other platforms are kept/removed:
net452 it is still supported by MS until 2023
netstandard1.4 since netcore1.0 is no longer support, netcore app should migrate to netcore2, we drop support for netstandard1 there
netcoreapp2.1, I am working on to migrated those certificates code to pure netstandard2.0 will send another PR after this is merged
net461, included in netstandard2.0

see aslo
#303 #345

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 6, 2020
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 6, 2020
@brendandburns
Copy link
Contributor

/lgtm
/approve

Thanks!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 8, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, tg123

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 8, 2020
@k8s-ci-robot k8s-ci-robot merged commit 435ab5c into kubernetes-client:master Mar 8, 2020
@tg123 tg123 deleted the netstandard2 branch March 11, 2020 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants