Top 20 NuGet Packages depending on Mono.Reflection.Core

Total dependencies: 3

A library which is able to decompile a delegate or a method body to its lambda representation
Replace any .NET method (including static and non-virtual) with a delegate
Shimmy is an easy-to-use mocking framework based on Pose. Like Pose, Shimmy helps you test your code by replacing calls to methods (including static, non-virtual and even private methods) with delegates (shims). However, with Shimmy, you don't have to write these delegates yourself. Instead, simply...