Post date: Oct 14, 2016 3:19:19 PM
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.