The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.
In Visual Studio, there are at least three different types of class libraries you can create: Class Library (.NET Framework) …
.net .net-core class-library .net-standardI've got a method that reads settings from my config file like this: var value = ConfigurationManager.AppSettings[key]; It compiles …
c# .net-core app-config .net-standardI have spent the better part of a few hours trying to find a way to auto-increment versions in a .…
c# visual-studio .net-core visual-studio-2017 .net-standardI have just converted my PCL library to a new .Net Standard library and I have some Yellow Warning triangles …
nuget visual-studio-2017 .net-standardGoal: From a .NET 4.7 console app, using reflection with Assembly.GetType(), I am trying extract the Type of a netstandard 2.0 …
c# .net dll .net-assembly .net-standardI'm using the .NET Standard 2.0 preview, on which my Class Libraries are based. After having trouble with a few NuGet …
c# .net .net-standard .net-4.6.1In Visual Studio 2019 Advanced Build settings, C# 8 does not appear to be available for a .NET Framework project, only (as …
c# .net visual-studio .net-standard c#-8.0I am currently playing around with the latest Visual Studio 2017 Release Candidate by creating a .Net Standard 1.6 library. I am …
c# unit-testing visual-studio-2017 .net-standardI have a .NET Standard 1.4 class library that references the System.ComponentModel.Annotations (4.3.0) NuGet package. I'm then referencing this class …
.net visual-studio-2017 .net-standard .net-standard-1.4I'm trying to create a .NET Standard 2.0 project, however on the project properties page it only has options up to .…
.net visual-studio-2017 .net-standard .net-standard-2.0