Nathanael Marchand
Nathanael Marchand
Hello there ! We're encountering almost the same issue. Here is a description of our way of working : All developers work on a branch named `main` At each commit,...
Hi there! Although it'd be great to have net6 supported, you can totally run dotnet-fm having just net6. The key is to allow roll forward for dotnet with an environment...
Here's a repro: https://github.com/NatMarchand/repro-dotnet-log-redactor/blob/main/ConsoleApp1/Program.cs On my computer, I often (not every time) get a `NullReferenceException` in `Microsoft.Extensions.Telemetry.dll!Microsoft.Extensions.Logging.JustInTimeRedactor.ToString` as the inner _redactor is null because the JustInTimeRedactor is reset when it...
>This is something to be reported to the owners of Microsoft.Extensions.Telemetry itself. I'll try to report the issue on the other repo, but as you said at first glance it's...
Unless I'm missing something, I don't see how the BufferLogAttributes() method can prevent the issue. I've read the associated [issue](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2905) mentioned in the method comment but we are not in...
Hi there, FYI, it's now possible to run elasticsearch 6.x in containers on Windows Server 2019 "as-is". I've juste tested with ES 6.6.2
> Any news on this request? Still working on it, I ain't got much time to dedicate. I tried to use my changes on my HomeAssistant, however I still have...
Thanks but currently I can't test more as the current weather is quite hot and I can't turn on radiator π
Ok, I tried to extract store + default handler method to two packages (one for each SqlClient). Now, I need to find out how to call the method. Btw, I...
Okay, quite naive implementation but seems to work : I've made a static ctor in both SQLErrorStore which adds the sqlexception action