Cédric Luthi

Results 226 comments of Cédric Luthi

I’m working on it, I hope to submit a pull request next week.

I haven't used it, but I found https://github.com/itofinity/swagger-csharp-refit which seems to produce interfaces and models from a swagger definition. GitHubitofinity/swagger-csharp-refitContribute to itofinity/swagger-csharp-refit development by creating an account on GitHub.

> I will just do the cleanup afterwards, and that is fine. 👍 > It depends on the test framework, see: [xUnit1030](https://github.com/xunit/xunit/blob/gh-pages/xunit.analyzers/_rules/xUnit1030.md). Thanks for that interesting piece of information!

As mentioned in https://github.com/testcontainers/testcontainers-dotnet/issues/996#issuecomment-1780697398, I have a [feature/Testcontainers.Xunit](https://github.com/0xced/testcontainers-dotnet/tree/feature/Testcontainers.Xunit) branch (freshly rebased on `develop`) where I prototyped a dedicated Testcontainers/xUnit.net integration package. Previously, the missing `WithLogger(ILogger)` API was holding me to...

Pull request #1165 is submitted. I look forward to hearing your feedback.

Continuing discussion from https://github.com/testcontainers/testcontainers-dotnet/pull/1093#discussion_r1485208704 to here (where it belongs). > The PR does not contain the Xunit project, right? I think it is a good idea! Indeed this pull request...

Great, I'll refrain from submitting new pull requests in the meantime. 😉

I just pushed 1ee0e3e56358fef9e2e501741107cd86901989f1 which uses the configured `ILogger` for the resource reaper too. I think the configured logger should also be passed to the `PortForwardingContainer`, I'm looking into it…