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
Dear campersau:
I want to make a configuration of the NCO program(adapter), but NCO function parameters must be defined by the class, I want to compile once, after the change of the function to use dynamic configuration, I do not know whether it can be achieved?
thanks a lot.
The text was updated successfully, but these errors were encountered:
Function parameters can currently not be dynamic. You can of course have multiple different classes for parameters and choose based on some configuration which one to use, but these must be defined at compile time.
Maybe #55 can be extended to support System.Dynamic.ExpandoObject for parameters.
Dear campersau:
I want to make a configuration of the NCO program(adapter), but NCO function parameters must be defined by the class, I want to compile once, after the change of the function to use dynamic configuration, I do not know whether it can be achieved?
thanks a lot.
The text was updated successfully, but these errors were encountered: