Giter Site home page Giter Site logo

Comments (6)

CaptnCodr avatar CaptnCodr commented on July 20, 2024 1

I'm doing my best.

from fsunit.

sergey-tihon avatar sergey-tihon commented on July 20, 2024 1

Yes, it is technically possible to support .NET Framework, but we decided to target the latest LTS to simplify project maintenance, embrace new features and improvements as soon as possible, and keep the code base modern.

Soon we will drop support for net6 and target net8 (most likely around November, with the end-of-life of .net 6)

If you need to keep all dependencies updated and still stay on the .NET Framework and FsUnit is your only issue, we are really sorry about that. There is a workaround for you, you can create FsUnit project inside your solution, reference the latest NUnit package, and copy there few implementation files from here

from fsunit.

CaptnCodr avatar CaptnCodr commented on July 20, 2024

Hey @manu-st, thank you for reaching out.
FsUnit 6.0.0 has the dependency NUnit version >= 4.0.0 included.
Since NUnit v4 there is no compatibility with netstandard 2.0 anymore. We took the step to drop this target framework, too.

Another workaround would be to migrate either to net6.0 or the FsUnit.xUnit nuget package.

I hope I could help. 🙂

from fsunit.

manu-st avatar manu-st commented on July 20, 2024

.NUnit may have dropped .netstandard, but still supports .NET Framework:

image

And this is what I'm using without any problem in my project. Anyway you could add the .NET Framework 4.6.2 minimum requirement as well?

from fsunit.

CaptnCodr avatar CaptnCodr commented on July 20, 2024

We decided for FsUnit to not target .NET Framework because there is no really need for it.
You're the 1st who complains this.

from fsunit.

manu-st avatar manu-st commented on July 20, 2024

There are quite a few of us who do not have the luxury to update to the non-.NET Framework and since .NUnit works just fine there, why not FsUnit too? I do not know if there are fundamental incompatibilities but if it compiles, it should work.

from fsunit.

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.