Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

.NET Core support #240

Closed
wants to merge 17 commits into from
Closed

.NET Core support #240

wants to merge 17 commits into from

Conversation

jorgebay
Copy link
Contributor

@jorgebay jorgebay commented Aug 5, 2016

This is a work in progress, available for early review and testing.

Supports building and running tests using both .NET Framework toolchain (msbuild) and .NET Core (dotnet cli). msbuild will still be supported until .NET Core toolchain gets a general availability release (currently in preview mode).

.NET Framework v4.0 support is dropped, making v4.5 the lower supported version.

Some limitations:

In progress / done:

  • Appveyor .NET Core builds (unit and integration tests) for net452 and netstandard
  • TravisCI .NET Core builds for netstandard
  • Several broken integration tests under ".netstandard1.5"
  • Packaging
  • Test sandcastle API docs generation

@jorgebay jorgebay force-pushed the netcore branch 5 times, most recently from 72663df to e6ed141 Compare August 9, 2016 12:19
@landim
Copy link
Contributor

landim commented Aug 10, 2016

so far, the integration tests are running without major flaws. 👍

@jorgebay
Copy link
Contributor Author

When preparing scripts and project.json for nuget packaging and publishing, I bumped into https://github.com/dotnet/cli/issues/3040.
Created a workaround script build/pack.bat that will have to be used until the issue on dotnet-cli gets fixed.

@jorgebay
Copy link
Contributor Author

Part of the appveyor build matrix is failing due to a bug in Cassandra on Windows, otherwise it looks good.

@jorgebay jorgebay changed the title .NET Core support (WIP) .NET Core support Aug 11, 2016
@jorgebay
Copy link
Contributor Author

Currently all tests are running smoothly, I copy some numbers:

.NET Framework 4.5:

  • Unit tests: 411
  • Integration tests: 564

.Net Core 1.0:

  • Unit tests: 224
  • Integration tests: 557

There are fewer test that run against .NET Core because Moq doesn't support it yet.

The integration tests run against different Cassandra versions on appveyor.
Let's wait to see what's the behaviour of linux builds on Jenkins.

@landim
Copy link
Contributor

landim commented Aug 12, 2016

Looking good @jorgebay . I am working on jenkins side. So far, the only issue that I am facing its regarding the nunit3 report (which is not compatible). More details at the PR I will create later.

@landim
Copy link
Contributor

landim commented Aug 15, 2016

👍 LGTM

@afoliaco
Copy link

quick question, with these merge this driver will support .net core? or still on beta?

@jorgebay
Copy link
Contributor Author

@afoliaco The driver will support .NET Core 1.0 and .NET Framework 4.5 in version 3.1 of the driver. We will first release a beta 3.1 version of the driver and then a general availability of 3.1 (aka RTM).

Created pack.bat script to workaround dotnet/cli#3040.
Removed msbuild based packaging scripts
jorgebay added a commit that referenced this pull request Aug 16, 2016
Make Cassandra project compatible with corefx.
Include dotnet solution.
Target ".netstandard1.5"
Use dotnet-test-nunit as runner.
Unify test dependencies.
Exclude LZ4 tests from .NET Core build.
Replace TaskHelper.Continue() calls with await.
Include dotnet cli builds to travis and appveyor.
Created pack.bat script to workaround dotnet/cli#3040.
Removed msbuild based packaging scripts.
Update dependencies:

- lz4net to 1.0.10
- Update NUnit to 3.4
- Remove test dependencies ssh and commandline
@jorgebay
Copy link
Contributor Author

Merged!
Landed in 0b92f67 in the 3.1 branch.

@MiloszKrajewski
Copy link

lz4net has experimental support for .NET core now

@jorgebay
Copy link
Contributor Author

Nice! Thanks @MiloszKrajewski , we will give it a try.

@sgatenby
Copy link

sgatenby commented Mar 10, 2017 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants