Cédric Luthi

Results 226 comments of Cédric Luthi

`UnreachableException` is available in .NET 8 and .NET 9, the only .NET versions which are [still supported](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). But it still makes sense when targeting [.NET Standard](https://learn.microsoft.com/en-us/dotnet/standard/net-standard). Any chance to get...

I don't think it's a good idea to handle this at the Serilog level. This should definitely be handled upstream. Also it seems there's a misunderstanding in your code/test. If...

> I've reported the issue to Apple, so hopefully they can fix it soon. I wouldn't hold my breath. > It's better to just wait for Apple to fix this....

Good news everyone! [Announcing Oracle Database 23ai Free container images for ARM-based Apple MacBook computers](https://blogs.oracle.com/database/post/announcing-oracle-database-23ai-free-container-images-for-armbased-apple-macbook-computers) And the [gvenzl/oracle-free](https://hub.docker.com/r/gvenzl/oracle-free) image is now also arm64 compatible.

As @nblumhardt said, it's not currently possible. I did some early investigation and it seems would be pretty easy (too easy?) to make this configuration work. ```json "WriteTo:OpenTelemetry": { "Name":...

I just added a (MIT) LICENSE file. Is this project still useful 9 Xcode versions later?

I tried to implement what @mgravell suggested. > So, yeah. We cannot and will not just add optional parameters: instead, we need to add a new overload with the additional...

I have followed Marc's advice for preserving binary and source compatibility. I just opened #2178 which should supersede this pull request.

I had the same issue when trying to use the `vibs2006/sql_server_fts` image (used in [PhenX.EntityFrameworkCore.BulkInsert.Tests](https://github.com/PhenX/PhenX.EntityFrameworkCore.BulkInsert/blob/d9546ce9b55fd53a5c7e888d6e056ec21099cd84/tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/DbContainer/TestDbContainerSqlServer.cs#L24)) which doesn't have support for arm64. The x64 slice still works on ARM-based macs under...

Thanks for the heads up, Andre. I'll share some thoughts about how we can transition the Testcontainers.Xunit modules to this new approach, hopefully by the end of 2025. Please ping...