The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.
I am working on couple of projects one of which is an ASP.NET 4.5 application and other one is .Net …
c# .net asp.net-core .net-standardThere is a framework-level navigation element at Microsoft Docs called ".NET Platform Extensions". It contains docs on recently added APIs …
.net .net-core nuget nuget-package .net-standardLast time I had to find out how to extract some files from a Nuget package in took me at …
c# .net msbuild nuget .net-standardI tried to update my project to .NET Standard 2.0 and during testing I got catch an exception: System.IO.FileLoadException: …
.net-standardWe have been trying to run EF Core Migration in .Net Standard 1.6 class library, but it has been failing. But …
c# asp.net-core entity-framework-core .net-standardI'm trying to create a .netstandard nuget package following these instructions, using VS2017 RC. It builds fine, but when I …
msbuild nuget visual-studio-2017 .net-standardAfter doing a fresh Windows 10 installation along with latest Visual Studio 2015, netcore, and nuget tooling - I can no longer …
c# visual-studio nuget .net-core .net-standardI am trying to install/restrore Microsoft.Net.Compilers.1.0.0 in VS 2017 using Nuget Package Manager. In the output it shows …
visual-studio-2017 nuget nuget-package .net-standard nuget-package-restoreI'm trying to install a Nuget package that targets .NetStandard 2.0 (Microsoft.Extensions.Logging.Abstractions) into a Net 4.6.1 project in Visual …
c# visual-studio nuget .net-standardI've installed Visual Studio 2017. I have a class library in the new .NET Standard format, which is able to be …
c# .net visual-studio-2017 .net-standard .net-standard-2.0