Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

RabbitMQ Connection refused 127.0.0.1:5672

asp.net .net-core rabbitmq

How to add [ExcludeFromCodeCoverage] attribute at an assembly-level in a .Net Standard 2.1 project

Using custom root CA with HttpClient

Why does Curve25519 calculate key pair correctly even though its parameters are wrong?

Get a value from user-secrets for use in the dotnet CLI