Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-standard

How Do You Reference a .NET Standard Library from a .NET Framework 4.5 Console Application in Visual Studio 2017?

How can I get NUnit3TestAdapter to work with .Net Standard 2.0?

nunit .net-standard

HttpContext in .net standard library

Adding a bindingRedirect to a .Net Standard library

How to properly unit test a .NET project with multiple target frameworks, given implementation differences among targets?

How can I change a .NET standard library to a .NET framework library?

Type 'Object' is defined in an assembly that is not referenced (NET Standard 2.0/.NET Framework 4.6.1) [duplicate]

Can't use System.Configuration.Configuration manager in a .NET Standard2.0 library on .NET FX4.6

How do I exclude files/folders from a .NET Core/Standard project?

Why does my .NET Standard NuGet package trigger so many dependencies?

.net nuget .net-standard

Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.1.0.0

Convert .NET Core 2.0 class libraries to .NET Standard

.net-core .net-standard

What are the application implications of a netstandard library depending on a metapackage?

What are .NET Platform Extensions on docs.microsoft.com?

Auto Versioning in Visual Studio 2017 (.NET Core)

Should I take ILogger, ILogger<T>, ILoggerFactory or ILoggerProvider for a library?

What do Yellow Warning Triangles mean on Dependencies in Visual Studio 2017?

Unit testing internal methods in VS2017 .NET Standard library

Is ConfigurationManager.AppSettings available in .NET Core 2.0?

Does C# 8 support the .NET Framework?