The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.
I am building a .Net standard library, which builds fine but on testing, I get this error HResult=-2147024894 Message=…
c# .net class-library .net-standardI have a .NET Standard 2.0 project in my solution and I am using the IConfiguration interface. When I write the …
c# .net .net-standardWhat would be (the closest) .NET Core 1.0 equivalent for System.Threading.Thread.CurrentThread.ManagedThreadId ? update As @svick clarified System.Threading.…
.net-core .net-standard .net-core-rc2I have a netstandard20 project that references a .Net 4.6 Project, all compiles and runs except where I call any functionality …
c# .net-standard .net-standard-2.0With a .NET Framework library you could specify a version with a wildcard and NUGET pack command would append the …
versioning azure-pipelines .net-standardI have a preexisting dotnet 4.6.2 solution that comprises of two outer projects (to be ported at the same time) and …
.net .net-core .net-standardI've been mucking about with a .NET Standard project and NuGet. I've got a working project and have uploaded it …
.net nuget .net-standardI received an error: 'c:......\xxxx.csproj' targets '.NETStandard,Version=v2.0'. It cannot be referenced by a project …
c# .net-2.0 .net-standardI have a Xamarin.Forms app which targets .net standard 1.4. On the UWP app which has minimum version 14393 (and targets 16299) …
c# xamarin uwp .net-standard desktop-bridgeConsider a .NET class library that targets the following frameworks: .NET Framework 2.0 .NET Framework 4.6 .NET Standard 1.0 .NET Standard 1.3 .NET Portable …
.net unit-testing .net-core visual-studio-2017 .net-standard