Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .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

Build on appveyor .NET Standard 2.0

Visual studio new project wizard: .NET Core vs .NET Standard library?

.NET Standard portable library error with DescriptionAttribute

include custom config file in dotnet pack

How to convert a byte array to SKBitmap in SkiaSharp?

In Visual Studio, why are all files automatically part of my C# project?

Alternative to SecureString on a .net Standard library?

How to inject .net core EF into WPF application