question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Roadmap for NetStandard Support

See original GitHub issue

The 7.1.x preview version has netstandard1.6 support. That means the package has an extra output for netstandard 1.6 that does not work with UWP or other 1.4 based platforms.

Additionally, the package references the 6.x version of JSON.net requiring the need for imports statements.

Can we please clean this up?

Let’s have a netstandard1.0/netstandard1.1 based façade (if it cannot all be implemented there), then an impl for wp8/win8/wpa81/net45 as needed, and then have a netstandard1.4 version for the rest. Then the 1.4 version can be used in a net461, and uap10.0 to ensure the same binary is used for those platforms.

Lastly, the portable- folder should be removed as nothing is using it now… NuGet 2.12 for VS 2012/2013 and 3.4 for 2014 won’t use it. Xamarin Studio will also choose the netstandard version too.

Very happy to discuss this, and this will help keep the package neat.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
fabiocavcommented, Aug 4, 2016

We, too (Azure Mobile Apps), would like to see that relaxed as 1.6 would be way too restrictive and have a direct impact on us. If you’re planning on making this change and target 1.3, was this issue closed on accident? Can we reopen so we can continue to track this?

1reaction
pemari-msftcommented, Aug 26, 2016

See #338 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

The future of .NET Standard - .NET Blog
NET 5 and all future versions will continue to support .NET Standard 2.1 and earlier. You should think of net5.0 (and future versions)...
Read more >
NET Standard
NET Standard 2.0 is the latest version that's supported by .NET Framework, so it gives good reach with a fairly large feature set....
Read more >
roadmap.md - dotnet/core
STS (Standard Term Support) release. Approximately every 1-2 months or as needed. .NET 8.0, LTS (Long Term Support) release, scheduled for November 2023 ......
Read more >
.Net Standard 2.1 roadmap: The new features you can ...
.Net Standard 2.1 roadmap: The new features you can expect · Thousands of APIs will be added, including the Span type to represent...
Read more >
.NET — .NET Standard 2.0 Deprecation, Support for .NET 6 ...
Once we release v23.2, our libraries will no longer support .NET Standard 2.0. I've outlined the reasons for this decision below.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found