Git Product home page Git Product logo

Comments (1)

terrajobst avatar terrajobst commented on August 17, 2024

Closing as we don't plan to ship additional versions of .NET Standard.

  • Since .NET Standard 2.1 is released, are there plans to continue development in this repository for e.g. the shared BCL going forward with .NET 5+?

No, see The Future of .NET Standard.

  • Are there multiple kinds of netstandard.dll for a single .NET Standard version? E.g. are there separate versions for .NET Framework to reference and for .NET Core / .NET 5+ to reference?

Yes and no. There is a single reference assembly for a given .NET Standard version that defines the API surface. That's the DLL you compile against when you target .NET Standard.

In addition, each implementation of .NET Standard ships their own version of netstandard.dll which contains type forwards to the assemblies that implement it. .NET Framework has one, .NET Core has one, and so does Mono.

  • Do the tags / branch names in this repository correspond to a .NET Standard version or something else?

We don't really use tags because our release build build process is complicated and spans multiple repos. We do, however, use branches in order to stabilize and take changes deliberately. Often, these are cherry picked commits or ported by hand, depending on complexity.

  • It looks like there are patch releases; are there patch versions of a single .NET Standard version?

Patches for .NET Standard wouldn't change API versions but only build/packaging issues. And yes, we have made those changes.

  • Are there other repositories which are being used to create netstandard.dll?

The reference assembly is built here, however each implementation will also have to build theirs. For .NET Core this being done in dotnet/runtime.

  • Is there a way to determine, from the repository, which commit is the one used for a given release?

I don't believe so.

from standard.

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.