The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.
I have an assembly created in NetStandard2.0. It reads AppSettings using System.Configuration.ConfigurationManager. I have installed nuget package of …
c# .net .net-standard .net-standard-2.0I have read about the difference between .NET Standard and .NET Core, but I really don't know what the difference …
.net .net-core .net-standardI have finally installed Visual Studio 2017.2 and am trying to get my first project working, but am running into some …
c# .net nuget visual-studio-2017 .net-standardThis may be somewhat related to Pass ILogger or ILoggerFactory to constructors in AspNet Core?, however this is specifically about …
c# .net logging .net-core .net-standardIs there a way to easily convert a class library targeting .NET Core 2.0 to .NET Standard? If I understand it …
.net-core .net-standardI'm writing a class library for a simple parser in C#. When I first created it, I used .NET standard 2.0, …
c# .net .net-standard .net-framework-version .net-4.6I have a project(x) that targets the NetStandard.Library 2.0 and a console app that targets netcoreapp2.0. <Project Sdk="…
c# .net-core .net-standardI have a .Net Standard library, and I'm getting an error when trying to use one of the dependant libraries, …
.net dependencies .net-standard assembly-binding-redirectIn .NET Core and .NET Standard projects, if you put files and folders within the project directory, they are automatically …
.net msbuild .net-core visual-studio-2017 .net-standardI'm trying to use System.Security.Cryptography.RNGCryptoServiceProvider class in my .NET Standard 1.4 library and according to this topic my …
c# .net .net-standard .net-standard-1.4