-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Nunit FileLoadException when using Bootstrapper in Visual Studio 2019 #591
Labels
Milestone
Comments
Yes, I am running into the same issue. |
I'll take a look to this. |
As a work-around, run |
Thank you – that makes sense. I will try and let you know.
|
I updated to NBi.VisualStudio 1.22.0 and 1.22.1 to fix this kind of issues, feel free to use them. |
Thank you!
Mit freundlichen Grüßen
Volker Heck
Senior Consultant | Microsoft Certified Trainer<https://www.youracclaim.com/badges/3b239071-c662-48c3-a210-6de1f6e11ab5/public_url>
Mob: +49 175 3317482
Mail: [email protected]<mailto:[email protected]>
Web: www.ki-performance.com<http://www.ki-performance.com/>
…_____________________________________________________
KI performance GmbH – Mittelstraße 12-14 – D-50672 Köln
Geschäftsführer: Steffen Braun, Sascha Utzen – Sitz/Registergericht: Köln – HRB 86595
w3w address: /// anfrage.ereignen.rahmen<https://map.what3words.com/anfrage.ereignen.rahmen> /// cycle.trout.hovered<https://map.what3words.com/cycle.trout.hovered>
Von: Cédric L. Charlier <[email protected]>
Gesendet: Sonntag, 7. Juni 2020 14:40
An: Seddryck/NBi <[email protected]>
Cc: Volker Heck <[email protected]>; Comment <[email protected]>
Betreff: Re: [Seddryck/NBi] Nunit FileLoadException when using Bootstrapper in Visual Studio 2019 (#591)
I updated to NBi.VisualStudio 1.22.0 and 1.22.1 to fix this kind of issues, feel free to use them.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#591 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEX4OIVSC36MDL5Y4AKC5GLRVODCDANCNFSM4L2T5IFA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When setting up a new Project (Class Lib .Net Framework) and integration the NBI.VisualStudio Bootstrapper in Visual Studio 2019 everything seems to be fine at first glance.
When hitting F5 Nunit will show up but present the following error:
_System.IO.FileLoadException: Could not File or Assembly "nunit.framework, Version=2.7.1.0, Culture=neutral,PublicKeyToken=2638cd05610744eb" or one of its dependencies.
These Token points to
Does anybody else experience the same problem?
The text was updated successfully, but these errors were encountered: