Coder Social home page Coder Social logo

Comments (1)

CharliePoole avatar CharliePoole commented on July 1, 2024 1

There are two problems:

  1. The driver is being referenced by your project rather than being installed as an engine extension. Normally extensions are not referenced in this way. I recognize that you may be using the reference simply to get the extension to be copied to the correct directory, however.

  2. Your project is targeting .NET 6.0, the engine reference pulls in the a .NET Core version of the engine. The extension, OTOH, targets the .NET 2.0 framework. So even if it is installed in the correct place, it cannot be loaded.

The extension works for various runners, which target versions of the .NET Framework. It has never been ported to .NET Standard or Core, because the existing runners don't need it.

There's an open question as to whether we'll continue to support V2 tests in future versions (4.x) or the engine. I'll go ahead and create a new issue to address that.

I'm closing this as "Not a bug" but if you disagree or have more comments, you can still post them hear and I'll respond.

from nunit-v2-framework-driver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.