Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding a target for net461 — why? #8997

Closed
qbit86 opened this issue Nov 12, 2018 — with docs.microsoft.com · 5 comments
Closed

Consider adding a target for net461 — why? #8997

qbit86 opened this issue Nov 12, 2018 — with docs.microsoft.com · 5 comments
Labels
doc-enhancement Improve the current content [org][type][category] dotnet/svc Pri2 waiting-on-feedback Waiting for feedback from SMEs before they can be merged won't fix Issues that were closed as part of automated backlog grooming
Milestone

Comments

Copy link

qbit86 commented Nov 12, 2018

> Using .NET Standard 2.0 from .NET Framework has some issues that were addressed in .NET Framework 4.7.2.

Could you please elaborate more on this? Which issues? What exactly are we solving by targeting net461 in addition to just netstandard2.0?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@JamesNK
Copy link
Member

JamesNK commented Nov 12, 2018

@terrajobst Do you know of a blog post or article that discusses the issues netstandard2.0 has with net461? I'll add a link to it in the docs.

@terrajobst
Copy link
Member

Not yet :-(

@gallivantor
Copy link

gallivantor commented Nov 23, 2018

I thought .NET 4.7.1 fully implemented .NET Standard 2.0... if this is not the case then more detail should definitely be provided about what the problem is

The best I can find about 4.7.1 is this comment on this blog post: https://blogs.msdn.microsoft.com/dotnet/2018/04/30/announcing-the-net-framework-4-7-2/

The .NET Framework 4.7.1 added eight properties to the System.Net.Http.HttpClientHandler class. However, two threw a PlatformNotSupportedException. The .NET Framework 4.7.2 now provides an implementation for these properties. The properties are:

  • CheckCertificateRevocationList
  • SslProtocols

In .NET Framework 4.7.2 we have addresses the known runtime issues with .NET Standard 2.0. We made changes to the runtime to ensure that you don’t need additional files deployed along with your .NET Standard library. This would also remove the need to have binding redirects generated in your application that consumes a .NET Standard library.

@mairaw
Copy link
Contributor

mairaw commented Jan 7, 2019

@terrajobst is there a quick explanation here you can add on why we're recommending this?

@mairaw mairaw added waiting-on-feedback Waiting for feedback from SMEs before they can be merged and removed ⌚ Not Triaged Not triaged labels Jan 7, 2019
@tdykstra tdykstra added the doc-enhancement Improve the current content [org][type][category] label Oct 25, 2019
@tdykstra tdykstra changed the title CONSIDER adding a target for net461 — why? Consider adding a target for net461 — why? Oct 25, 2019
@tdykstra tdykstra added the P2 label Oct 25, 2019
@PRMerger8 PRMerger8 added the Pri2 label Jan 16, 2021
@dotnet-bot dotnet-bot added the won't fix Issues that were closed as part of automated backlog grooming label Jan 25, 2021
@dotnet-bot
Copy link
Contributor

This issue has been closed as part of the issue backlog grooming process outlined in #22351.

That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the @dotnet/docs team for visibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org][type][category] dotnet/svc Pri2 waiting-on-feedback Waiting for feedback from SMEs before they can be merged won't fix Issues that were closed as part of automated backlog grooming
Projects
None yet
Development

No branches or pull requests

10 participants