The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET runtimes.
There are two projects in my solution currently: a Windows Class Library (targeting .NET Framework 4.6.1) and another class library that …
c# .net portable-class-library .net-standardI am creating a class library that will be used in a WPF project and a .NET Core project. I …
c# .net .net-standard computer-nameI have some class library projects in targets netstandard2.1. When I referenced that to my WPF project in target .NET …
c# .net .net-standard .net-4.8 .net-standard-2.1I've just created a fresh project using dotnet new web. My Google-foo may be failing me, but I didn't find …
c# asp.net asp.net-core .net-standardI have a project where I use Azure Durable Functions, and they are available only on .NET Standard 2. So, it …
c# .net unit-testing azure-functions .net-standardI am calling a .net standard 2.0 library from a framework 4.7.2 test project sucessfully. If I take my .net standard 2.0 dll (…
azure-devops entity-framework-core nuget .net-standard .net-4.7.2How can I get NUnit3TestAdapter to work with .Net Standard 2.0? I receive the following error: 1>C:\Nikeza\Mobile\…
nunit .net-standardI have an console application (in dot net core 1.1) which is scheduled in cron scheduler for every 1 min. Inside the …
c# asp.net-core .net-core .net-standardI am trying to reference a nuget package which is clearly .NetStandard2.0. We own the source code for this package …
.net .net-core nuget .net-standardIs there a way to know the current used memory in the current process? I checked many questions: How to …
c# .net asp.net-core .net-core .net-standard