Releases: RhinobyteSoftware/dotnet-extensions
Releases · RhinobyteSoftware/dotnet-extensions
v1.0.2 ReflectionExtensions
v1.0.2
- Adjusted the
MethodBaseExtensions
.ContainsReferenceTo(..)
/ContainsReferenceToAny(..)
/ContainsReferencesToAll(..)
behavior so
they're able to inspect the compiler generatedIAsyncStateMachine.MoveNext
method when the IL byte code has been optimized
and does not contain aNEWOBJ
opcode
v1.0.1 ReflectionExtensions
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 generatedIAsyncStateMachine.MoveNext
implementation for the async method
v1.0.0 all
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