Skip to content

Releases: RhinobyteSoftware/dotnet-extensions

v1.0.2 ReflectionExtensions

03 Oct 16:00
Compare
Choose a tag to compare

v1.0.2

  • Adjusted the MethodBaseExtensions .ContainsReferenceTo(..) / ContainsReferenceToAny(..) / ContainsReferencesToAll(..) behavior so
    they're able to inspect the compiler generated IAsyncStateMachine.MoveNext method when the IL byte code has been optimized
    and does not contain a NEWOBJ opcode

v1.0.1 ReflectionExtensions

02 Oct 21:35
Compare
Choose a tag to compare

Rhinobyte.Extensions.Reflection version 1.0.1

  • Updated the MethodBase extension method .ContainsReferenceTo(..) / ContainsReferenceToAny(..) / ContainsReferencesToAll(..) logic to support finding member references in async methods by inspecting the compiler generated IAsyncStateMachine.MoveNext implementation for the async method

v1.0.0 all

29 Sep 05:51
Compare
Choose a tag to compare

Release commit for the following library versions published to nuget.org
Rhinobyte.Extensions.DataAnnotations v1.0.1
Rhinobyte.Extensions.DependencyInjection v1.0.0
Rhinobyte.Extensions.Reflection v1.0.0