Giter Site home page Giter Site logo

.NET Standard 2.0 ? about querybuilder HOT 8 CLOSED

sqlkata avatar sqlkata commented on May 16, 2024
.NET Standard 2.0 ?

from querybuilder.

Comments (8)

hey-red avatar hey-red commented on May 16, 2024 2

It's already supported.

from querybuilder.

hey-red avatar hey-red commented on May 16, 2024 1

Yep, its correct.
You can use this library with all projects that targets .NET Standard >= 1.3, because .NET Standard 2.0 includes all API sets from 1.0, 1.1, 1.2, 1.3 etc.

from querybuilder.

fulviocanducci avatar fulviocanducci commented on May 16, 2024

You could change NetStandart to the current ???

sd

from querybuilder.

hey-red avatar hey-red commented on May 16, 2024

I actually think you are miss understood what netstandard.

from querybuilder.

ahmad-moussawi avatar ahmad-moussawi commented on May 16, 2024

yes as @hey-red mentioned, currently it works with netstandard2.0, netstandard is just a specification (where netcore or netfx are the implementation), and sqlkata meets those specs for both netstandard1.3 and 2.0.
plz correct me if I am wrong.

from querybuilder.

fulviocanducci avatar fulviocanducci commented on May 16, 2024

I believe I have asked the wrong question, I'm sorry, how likely is this library to be updated with the version 2.0 netstandard, it being this version, because it would support many more platforms as an example below.

save123456-

But if for some reason it's not okay ...

from querybuilder.

ceastwood avatar ceastwood commented on May 16, 2024

@fulviocanducci As others have mentioned, the .net framework versioning guidelines state that versions are supposed to be backwards compatible * for the most part *.

For example, in the table you posted; A target framework of netstandard1.3 in this solution means that everything to the right of that column is implicitly supported. To the left would be unsupported.

If you find some condition where it is not then that would be helpful to know. The goal is to target the least required set of framework implementation so that higher versions will just work.

Also if you were to require netstandard2.0 for some reason, you could very easily fork the repo, change the conditional msbuild files to netstandard2.0 and build yourself.

from querybuilder.

fulviocanducci avatar fulviocanducci commented on May 16, 2024

@ceastwood OK, no problem.

from querybuilder.

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.