problem with get property from container in new version 3.0.0 #831
Unanswered
meysamhadeli
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Since you need to pass the credentials to the builder anyway, does it make sense to delegate the value around? I am not sure if it adds much value, but I'm happy to discuss it. Please keep in mind that if you stick to non-randomly generated credentials, you will be able to use the reusable feature in the future. This won't work with randomly generated credentials. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In previous version, I can get property for container. For example, I get property
username
,password
,port
from container property. But in new version I don't access those properties. I can only access toGetConnectionString()
method.This is my code that work in previous version:
Can we access to container properties in new version?
Beta Was this translation helpful? Give feedback.
All reactions