Code Monkey home page Code Monkey logo

Comments (3)

kpreisser avatar kpreisser commented on September 27, 2024 1

I'm closing this issue as Jurassic now targets .NET Standard 2.0.

from jurassic.

paulbartrum avatar paulbartrum commented on September 27, 2024

I needed to switch to v4.0 because that's the first version that has the ConditionalWeakTable class. Is there any benefit for a class library to switch to v4.5?

from jurassic.

kpreisser avatar kpreisser commented on September 27, 2024

Hi,
If there is currently no need to use a type that is available in v4.5 or higher, then there is no immediate benefit in switching to v4.5.
My thinking was, since this is going to be a new major version (Jurassic 3.0) where a higher .NET version than v3.5 is required anyway (with using of the ConditionalWeakTable), it might make sense to switch to v4.5 instead of to v4.0, because then if in the lifetime of the Jurassic 3.0 version a change or new feature is required that is only available in v4.5, you can just start using it.

This would have an impact for Application projects that want to use the new Jurassic version but target v4.0, which would need to retarget their app for v4.5. I don't see this as big problem, because if someone has the v4 CLR installed, we can except the BCL to be at least v4.5.2 as this is the minimum supported version (and switching from v3.5 to v4.0 already means Apps which target v3.5 also need to retarget a higher version).

However, of course it is up to you if you want to make that change, I can live with the library targeting v4.0. :-)

from jurassic.

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.