-
-
Notifications
You must be signed in to change notification settings - Fork 341
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
As per PR the default parameterless Builder constuctor is deprecated. This line in Testcontainers.Xunit module should be refactored to create instances of Builders using new constructor.
See alse comment.
Solution
- Use factory or delegate to create builders
- Use
InternalsVisibleToattribute and make default constructor internal instead of deleting it later - Use reflection to create builders
- Something else
Benefit
The working Testcontainers.Xunit module without calling deprecated constructors.
Alternatives
Keep deprecated constructors for some time.
Would you like to help contributing this enhancement?
Yes
coderabbitai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request