Method Signature Dropdown Lists and New Statements

posted Oct 14, 2016, 8:19 AM by Eric Patrick
The ObjectConfiguration/Update method has been extended to add newly defined Statements and IService entries to the Operations list during configuration monitoring. This fixes a bug whereby newly added Statements would not appear in method signature drop-down lists without a full application domain restart. These drop-down lists call:

ObjectConfiguration.ashx/OperationList?Module={Module}

The Configuration.Operations property is set when the configuration for a class is first build. Now, it is extended whenever a ConfigurationEntry row triggers a configuration monitoring update.
Comments