Skip to content

Releases: Fody/MethodTimer

2.2.0

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 282 commits which resulted in 2 issues being closed.

Improvements

  • #44 Add support for TimeSpan overloads in interceptor
  • #43 get Elapsed property in Interceptor

2.1.0

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #42 Update to Fody 3.0

2.0.1

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 296 commits which resulted in 1 issue being closed.

Improvement

  • #40 Fall back to debug if no trace

2.0.0

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 310 commits which resulted in 1 issue being closed.

Improvement

  • #39 Write to Trace instead of Debug

1.19.1

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 336 commits which resulted in 1 issue being closed.

Improvement

  • #37 Convert to .NET Standard

1.16.0

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #29 feature request: disable weaving if DEBUG isn't set

1.15.4

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 365 commits which resulted in 1 issue being closed.

Improvement

  • #19 Empty async Task method no longer working

1.15.3

26 Jan 09:08
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Improvements

  • #18 Throw proper stack trace for exception
  • #17 Move back to try finally for method timing
  • #16 Throw error and/or warning for yield state machines