Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-standard

Referencing a .Net Standard 2.0 assembly in a .Net Framework 4.8 projects generates build error

Can I use netstandard1.* libraries in netstandard2.0 project?

.net-core .net-standard

invoking WCF service with custombinding from a .Net standard client

c# wcf .net-core .net-standard

How to convert BouncyCastle X509Certificate to .NET Standard X509Certificate2 while retaining the private key?

VS dll reference error - Instance object was created as immutable

Can't access HttpRuntime.Cache in .NET Standard class library

I have a .net 4.7 project but I can't add a reference to NetStandard 2.0

c# .net-standard

Passing System.Drawing.Common.Bitmap (.NET Standard 2.0) to class expecting System.Dwawing.Bitmap (.NET 4.7.2)

c# .net .net-standard

Generate .NET Standard 2.0 DLL using Roslyn CSharpCompilation

Cannot specify 4 arguments (hash algorithm name) for Rfc2898DeriveBytes

c# .net-core .net-standard

How to determine the .NET platform that runs the .NET Standard class library?

Can't load nuget package written with .NET Core