-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Fixed bug: DirectoryConfigMap property should be used instead of DictionaryConfigMap #301
Comments
@lbenus Thank you for raising this issue and the information provided. We created an internal Jira to investigate it and to apply the provided solution. In the meantime, let me suggest you to use a workaround, if needed: encode configuration for the Dictionary group like it is done in the example 421_MP_ProgrammaticCfg so that the condition in question is fulfilled and the corresponding Directory configuration data is copied. |
I am already doing something similar in the code. So not sure, why the condition isn't evaluated as true. I didn't debug yet.
|
Hi guys, any news regarding the above? Could you please release a hotfix of the nuget package? Regards |
Hi guys, any news regarding the above? |
@lubomir-benus we are very grateful for your contribution to discovering and fixing this issue. Could you please check your inbox, after the Contributor agreement is signed we will be able to merge the pull request. Meanwhile, a workaround or a patched library is the way to go. Thanks! |
The agreement was signed. Workaround doesn't work for me, I would prefer to merge the FIX and release a new nuget package. Thanks. |
Hi guys,
I found a nasty bug in EMA C#.
#300
This was related to our scenario when we programmatically added some custom directory/service configuration. But it's not recognized so we can't publish to TREP via NI Provider.
Could you please take a look and apply?
The text was updated successfully, but these errors were encountered: