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

Support for NUnit 3 #1659

Merged
merged 1 commit into from
Jan 24, 2016
Merged

Conversation

marcpiechura
Copy link
Contributor

closes #1651

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" allowedVersions="(,3.0.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.

This should be < 3.0

@@ -24,10 +24,11 @@ pushd %~dp0

src\.nuget\NuGet.exe update -self

src\.nuget\NuGet.exe install FAKE -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages -ExcludeVersion -Version 4.1.0
src\.nuget\NuGet.exe install FAKE -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages -ExcludeVersion -Version 4.16.1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

using latest FAKE version for NUnit 3 runner support


src\.nuget\NuGet.exe install xunit.runner.console -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 2.0.0
src\.nuget\NuGet.exe install nunit.runners -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 2.6.4
src\.nuget\NuGet.exe install NUnit.Console -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages\FAKE -ExcludeVersion -Version 3.0.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.

Nuget package for the NUnit 3 runner

@rogeralsing
Copy link
Contributor

Everything builds and passes, cc @Aaronontheweb, @Horusiath do we want to pull this into the core repo? or should we start splitting things up?

@marcpiechura
Copy link
Contributor Author

By splitting things up do you mean in a separate repo inside the organization or completely outside from Akka?

rogeralsing added a commit that referenced this pull request Jan 24, 2016
@rogeralsing rogeralsing merged commit 20e5ffe into akkadotnet:dev Jan 24, 2016
@marcpiechura marcpiechura deleted the NUnit3_support branch March 4, 2016 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Akka.TestKit.NUnit doesn't work with NUnit 3.x
3 participants