You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, I held off opening a PR because I can see the former pull request references something about built-in integration with XUnit, so I'm not sure what kind of configuration, if any, is recommended now.
Yes, the documentation is outdated, as mentioned here: #1215 (comment). I have updated the documentation along with #1235 (1, 2). The documentation should be up-to-date soon. If you don’t mind, I will close this issue as a duplicate.
Regarding xUnit.net, we will update the documentation again once the package is available. This update will address creating the logger for the test output helper and message sink.
Problem
The documentation for custom configuration at https://dotnet.testcontainers.org/custom_configuration/#enable-logging references the
TestContainersSettings.Logger
API which was obsoleted in #1100 and removed in #1146.Solution
The docs should be updated to reference the new
AbstractBuilder.WithLogger
API.Benefit
Avoids confusion when configuring logging.
Alternatives
No
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: