-
We've developed a library for the .NET Core framework with the build target netstandard1.6. It can be executed in Windows, Linux and Mac OS. If we update to netstandard20, will it work on all platform…
-
I've searched for a related issue as well as blog posts/docs and am not finding anything. I know it's out there somewhere but have to stop looking!
Also related to https://github.com/aspnet/Entity…
-
I see:
```
M:System.Linq.Expressions.Expression`1.Compile(System.Boolean)
M:System.Linq.Expressions.LambdaExpression.Compile(System.Boolean)
```
won't make it to netstandard20. But these are essent…
-
The absence of a data story for netstandard20 is a bad sign. If System.Data was part of netstandard, it would be controlled by a committee, things would be designed in the open. Now it's a black box, …
-
I was trying to update all packages for my MVC project to the new 2.0.0 ones and I got the following error message. Is there a target timeline to have support for .NET 4.7?
Could not install packag…
-
This document: https://github.com/dotnet/standard/blob/master/docs/netstandard-20/netstandard-20-apis.md
specifies:
```
The current proposed API list for .NET Standard is being tracked \\fxcore\Pla…
-
Remove ctor(System.IO.FileStream) from "System.Reflection.StrongNameKeyPair
see https://github.com/dotnet/coreclr/pull/7530#issuecomment-252404800
-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
Hi,
I'd like to start a thread to have a dialog about server side WCF on .NET Core. For me the WCF stack is quite impressive, and support for server side WCF on .NET Core would be fantastic. Please f…
-
I’ve been following @terrajobst YouTube videos, and particularly the one on .net standard.
In this video you mention netstandard.dll, and that makes things a bit confusing for me.
Let’s say we …