Skip to content

Releases: Fody/MethodTimer

3.2.2

23 May 11:11
Compare
Choose a tag to compare

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

Bugs

  • #526 FieldAccessException when using Blazor and generic async methods
  • #527 Use reference instead of definition when using message in async state machine

3.2.1

06 Jan 11:47
ed6aba0
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Feature

  • #496 remove boxing of elapsed ms

3.1.2

26 Jan 11:03
Compare
Choose a tag to compare
  • Prevent duplicate logs by checking whether the stopwatch is actually running
  • Fix generics while processing async state machines

3.1.1

26 Jan 09:08
Compare
Choose a tag to compare

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

Bugs

  • #128 Simplify async method handling and fix some bugs
  • #124 Async method that throws Exception not working

3.1.0

26 Jan 09:08
Compare
Choose a tag to compare

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

Improvement

  • #112 Update to Fody 6

3.0.0

26 Jan 09:08
Compare
Choose a tag to compare

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

Improvement

  • #94 Update to Fody version 5

2.3.3

26 Jan 09:08
53f9a63
Compare
Choose a tag to compare

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

Improvements

  • #79 Reverse fix returns
  • #78 Expression-bodied member causes System.InvalidProgramException: JIT Compiler encountered an internal limitation.

2.3.2

26 Jan 09:08
Compare
Choose a tag to compare

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

Improvement

  • #68 add missing nuget metadata

2.3.1

26 Jan 09:08
562b5f1
Compare
Choose a tag to compare

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

Improvements

  • #67 Ensure to use TimeSpan type when searching for the timespan log overloads
  • #66 Incorrect parameters when detecting log methods?

2.3.0

26 Jan 09:08
Compare
Choose a tag to compare

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

Improvements

  • #57 Add support for '{this}' in the message format
  • #55 Support {this} in the message