-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for running NUnit tests using .NET Core #6
Comments
I've finally got targeting NUnit tests with .NET Core working quite well. It uses the If a target method doesn't have any custom attributes, it will execute it as an ad-hoc test. I'm sure there are things we can do to speed up test execution. You can see the ad-hoc test below only took 0.37 seconds. For example, Microsoft.Extensions.Testing.Abstractions is pretty heavy for something that chucks out a bunch of JSON messages. 😉 Here's the installer if you fancy giving it a spin: |
Nice, I will give it a try when I have a few spare minutes. 👍 |
@rprouse I had to make some tweaks to allow the development version of Here is an updated version that supports dogfooding: |
@jcansdale that is pretty cool, I will definately find time to try it now 👍 |
@rprouse I've just pushed a new version with debugger support etc. to the website: |
No description provided.
The text was updated successfully, but these errors were encountered: