-
Extracted my comments from #404:
> The problem we've got right now is that we've discussed deprecating Castle's logging abstraction (which predates newer .NET logging, its from around 2004-2005) bu…
-
### Background and motivation
We got new `ValueTask` types earlier in .Net Core to avoid unnecessary allocations. It covered cases for synchronously-completed tasks and reusable task states. Also w…
-
First, let me say, I'm using Rider, not Visual Studio.
When restarting the AppHost project I've been seeing some odd behaviour.
Sometimes it works fine.
Sometimes it just hangs on `"D:\Progr…
-
**Describe the bug**
When I click the start button the cursor changes to busy two or three times, flickering, it hangs for a long time, then the menu appears. Shift+click opens the standard tiles men…
-
La documentation du projet aura en premier lieu Les fonctions, les paramètres d’entrée, le format de fichiers d’entrée, le format de fichiers de sortie
-
### Description
The quick overview:
* We internally use SSL certs generated by Sectigo Organizational CA (not part of default linux ca cert bundle, though the parent in the chain is).
* We have d…
-
Hi there, I started using your app yesterday and while really endorsing the concept, I miss the practical feature of a permanent, visual reminder on my home screen, just like a widget would do.
Can y…
-
We recently decided to [pre-allocate up to 8](https://github.com/open-telemetry/opentelemetry-rust/pull/1908) attributes, to avoid reallocation/copy costs, but attributes are still always on the heap.…
-
This is a long one, get some hot cocoa.
### **Scenario:**
A domain joined Windows 10 virtual machine was slow to boot to the user's desktop. Initial investigation did not show very high CPU usage.…
-
This benchmark regresses by ~25% for me between .NET 8 and .NET 9:
```C#
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssembly(typeof(Tests).Assembly).Run(a…