Skip to content

Custom adapters breaking change from 1.1 to 1.2

Csaba Nemes edited this page Oct 13, 2015 · 1 revision

For custom adapters there is a breaking change in the adapter's interface from version 1.1 to 1.2. The signature of TraceLeave changed; instead of the duration ticks it now contains two long entries one for the start ticks of the method and one for the end ticks. Duration can be derived as the difference between the two.

Clone this wiki locally