Nunit 3.8 Support
Hi
We just upgraded our app to .NET 4.7 and everything built ok.
The build pulls in Nunit 3.8.1(Restoring NuGet package NUnit.3.8.1) but then uses the NUnit 3.6 runner.
NUnit Console Runner 3.6.1
Copyright (C) 2017 Charlie Poole
Runtime Environment
OS Version: Microsoft Windows NT 6.3.9600.0
CLR Version: 4.0.30319.42000
Test Files
C:\projects\notifications-net-client\NotifyTests\bin\Debug\NotifyTests.dll
Test Filters
Where: cat == Unit/AuthenticationTests || cat == Unit/NotificationClient || cat == Integration
Errors, Failures and Warnings
1) Error :
Could not load file or assembly 'nunit.framework' or one of its dependencies. The system cannot find the file specified.
Can we change to 3.8 runner if not when will you support it.
Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 10 Nov, 2017 08:53 PM
Hi Richard,
Could you please help us with a repro? I tried to reproduce in this build, but could not.
Also I am little bit surprised how it builds OK after upgrade to .NET 4.7, while this issue is still open.
Anyway I filed issue to update NUnit.
2 Posted by richard.chapman on 14 Nov, 2017 10:31 AM
Hi
Thanks for the reply.
Here is the broken build: https://ci.appveyor.com/project/GOVUKNotify/notifications-net-client/build/1.0.646 <https://ci.appveyor.com/project/GOVUKNotify/notifications-net-client/build/1.0.646>
Here is the branch on our repo: https://github.com/alphagov/notifications-net-client/tree/upgrade-net-47 <https://github.com/alphagov/notifications-net-client/tree/upgrade-net-47>
Thanks
Richard
3 Posted by Ilya Finkelshte... on 15 Nov, 2017 02:34 AM
Hi Richard,
I could not find the build with version
1.0.646
, maybe you deleted it? Anyway I see that it works now for you. Could you please clarify if it fixed and if yes, what was the actual problem?Side question: why do you connect your project to AppVeyor as a generic
Git
instead ofGitHub
? With this approach you are loosing number of benefits of AppVeyor/GitHub integration, such asappveyor.yml
, pull requests, tags support and many more...Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:25 AM.