We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are (at least) 2 remaining deprecated definitions of dynamic properties, in OptimizelyConfigService and CustomAttributeConditionEvaluator.
OptimizelyConfigService
CustomAttributeConditionEvaluator
All properties (at least outside of the tests) should use explicit property definition.
Get rid of deprecation infos in runtime.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
There are (at least) 2 remaining deprecated definitions of dynamic properties, in
OptimizelyConfigService
andCustomAttributeConditionEvaluator
.All properties (at least outside of the tests) should use explicit property definition.
Benefits
Get rid of deprecation infos in runtime.
The text was updated successfully, but these errors were encountered: