Git Product home page Git Product logo

Comments (7)

Mizux avatar Mizux commented on July 18, 2024 1

@terrajobst For the record the correct link is https://github.com/dotnet/standard/blob/release/2.0.0/docs/netstandard-20/README.md#net-framework-461-supporting-net-standard-20
i.e. on master branch the page has been wipe out -> 404 page not found

from standard.

terrajobst avatar terrajobst commented on July 18, 2024

This section should answer the first part of your question:

https://github.com/dotnet/standard/blob/release/2.0.0/docs/netstandard-20/README.md#net-framework-461-supporting-net-standard-20

Also, why is updating .NET Framework such a big issue?

.NET Framework is a machine wide installation. When you don't own the machine, you cannot necessarily and install a new version of the .NET Framework. Consider IT departments in larger companies, or hosted scenarios (e.g. Azure).

from standard.

mellinoe avatar mellinoe commented on July 18, 2024

What will happen when a .NET Standard 2.0-targeted program runs on .NET Framework 4.6.1 which doesn't have all the capabilities? Will it crash?

Yes, the program will throw a MissingMemberException, if you call one of the ~40 members that aren't available there. If that's unhandled, the program will crash.

from standard.

Petermarcu avatar Petermarcu commented on July 18, 2024

Note that we don't expect those members to be heavily used or impactful compared to the thousands that are there. We're looking to find a good solution to ensure people don't hit those problems.

from standard.

ygoe avatar ygoe commented on July 18, 2024

Ah, so it's basically ".NET Framework 4.6.1 supports .NET Standard 2.0 but (intentionally/knowingly) violates this promise in these few members", could I say that? Not that I had any problem with that, I just like to know.

from standard.

Petermarcu avatar Petermarcu commented on July 18, 2024

Yes, that's right. Wish we had a time machine but you could say that 4.6.1 has an extremely small setown of known issues.

from standard.

gulbanana avatar gulbanana commented on July 18, 2024

@ygoe it's common for many enterprises to update .net very slowly, sometimes due to incompatibilities with other software (example: if you have Exchange installed, you cannot install .NET 4.6.2). until very recently even 4.6 did not have a lot of traction across some industries.

having net461 support netstandard2.0 therefore gets netstandard2.0 to wide availability years earlier. i think it would be worth the back-compat break that was originally proposed too, but either way it's still a good move.

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.