Skip to content
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

NetStandard1.3 #769

Merged
merged 3 commits into from
Jul 18, 2016
Merged

NetStandard1.3 #769

merged 3 commits into from
Jul 18, 2016

Conversation

chrisdunelm
Copy link
Contributor

@chrisdunelm chrisdunelm commented Jul 14, 2016

Additionally target NetStandard1.3 in support libraries.

This PR does not include testing the NET Core libraries, or NetStandard1.3 support in generated libraries. They will follow.
Note that this PR is merging to the netcore branch, not master. When NetStandard1.3 is fully supported and tested it will be merged into master.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 14, 2016
Additionally target NetStandard1.3 in support libraries
@@ -0,0 +1,274 @@
/*

This comment was marked as spam.

This comment was marked as spam.

@jskeet
Copy link
Collaborator

jskeet commented Jul 15, 2016

A few comments, but generally very happy to see this.

public Task<AuthorizationCodeResponseUrl> ReceiveCodeAsync(AuthorizationCodeRequestUrl url,
CancellationToken taskCancellationToken)
{
var tcs = new TaskCompletionSource<AuthorizationCodeResponseUrl>();

This comment was marked as spam.

This comment was marked as spam.

@jskeet jskeet mentioned this pull request Jul 16, 2016
@chrisdunelm
Copy link
Contributor Author

PTAL

@@ -0,0 +1,9 @@
using System;

namespace Google.Compatibility

This comment was marked as spam.

This comment was marked as spam.

@ivannaranjo
Copy link
Contributor

Just a question about the compat shim that you wrote. Other than that it looks good to me.

@chrisdunelm chrisdunelm merged commit 622a34f into googleapis:netcore Jul 18, 2016
@chrisdunelm chrisdunelm deleted the platforms branch July 18, 2016 11:05
chrisdunelm added a commit that referenced this pull request Aug 4, 2016
* NetStandard1.3 (#769)

Adds netstandard1.3 support to the support libraries. Initial commit for #695

* Generated libraries target netstandard1.3 (#772)

#695

* Fix NetStandard build (#773)

Perform nuget restore for all NetStandard projects before build

* Netcore tests (#774)

Adding scripts, and project.json definitions for .NET Core test projects. The .NET Core projects only test the .NET Core compatible code.

* Improve build (#782)

Add NuGet.Config; use local package repository for all builds; fix XML comment issue

* Tidy up NetStandard1.3 build gened libs (#783)

Fix nuget restore for netstandard1.3, and improve .proj files

* Fix support library dependecies (#784)

Replace NetStandard.Library deps with explicit dependency list

* Netcore test improvements (#788)

* Improve .NET core testing

Enable ~100 more GoogleApis.Tests test-cases in .NET core. Tidy up project.json's. Remove unneeded Moq & Ionic.ZLib dependencies from test project. Tidy up run_tests_dotnetcore.bat.

* Authtest improvements

Enable all auth tests in NET core, by using alpha Moq support for core.

* Adding travis runner (#789)

* Adding the test runner container.

* Adding the script to run the tests in a container.
* Fixing NuGet.Config to use v2 of the Nuget protocol.

* Removing the unnecessary files. (#790)

* Better NET Core testing (#792)

* Better NET Core testing

Implement a minimal HttpListener so all HTTP-based tests can now run on core.

Remove NET core tests for the moment that require internal access to libraries

Sign netstandard libraries

Delete cached Google.* packages before restoring NET Core tests

* Appveyor support for the repo. (#793)

* Remove ServiceAccountCredentials from netstandard (#794)

Due to missing platform support.

Also temporarily remove tests that run slowly on appveyor.

* Update version 1.14.1 -> 1.15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants