Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

Dotnet Core 3.1 & CSC: Predefined type 'System.Object' is not defined or imported

c# .net-core

Same code gives different result in .net core and .net 4.7.2

c# .net-core .net-4.7.2

Unable to install the package EntityFrameworkCore.Tools.DotNet version 1.1.0-preview4-final

How do you inject a scoped service into an implementation of IClaimsTransformer?

ASP.NET Core launchSettings.json does not launch browser

asp.net-core .net-core

Do I need to dispose IDisposable that have the same lifetime as the application itself?

c# .net .net-core idisposable

How to target platforms with launch.json

Determine runtime target (OS) in .NET Core app

c# .net-core

Does SynchronizationContext no longer flow with ExecutionContext (going from .NET Framework to .NET Core)?

c# .net .net-core

.NET 6 source generator - create classes within another project

How to run dotnet tool in prebuild phase of an sdk project

How to enable dark mode for CefSharp web browser in .NET?

What is the "MCD" configuration created as a result of the `dotnet publish` command?

What does MinimumLevel and Override mean in appsettings.json logging context?

c# .net logging .net-core

How to cleanly send data between .NET Core and .NET Framework apps, serializing with Json.NET?

NRE in a unit test when await a mocked method

Alternative for Assembly.LoadFile, Assembly.LoadFrom and Assembly.Load?

c# dll .net-core

cookieContainer with Typed Clients

GRPC service instantiated per call

c# .net-core grpc