Roadmap for NetStandard Support
See original GitHub issueThe 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:
- Created 7 years ago
- Reactions:2
- Comments:8 (6 by maintainers)
Top GitHub Comments
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?
See #338 😃