Found 272 packages
Injects an empty constructor into classes.
A set of backports of new BCL features to all frameworks which MonoMod supports.
The code functionality for runtime detouring. Use `DetourFactory.Current` to get a DetourFactory capable of installing unique method detours. WARNING: THIS IS A LOW-LEVEL LIBRARY THAT IS DIFFICULT TO USE ON ITS OWN. If possible, use MonoMod.RuntimeDetour instead.
Fody add-in for changing all members to virtual.
Generate ToString method from public properties.
NuGet packaging Fody repositories
Allows a more expressive use of the ObsoleteAttribute.
24.8.10.9-HiNetCoreAssembly-MD5【3mm7Kdap37YVqQ3zWA1jsQ==】
24.8.10.9-HiNetCoreAssembly-MD5【HGrKDxsfoWYfweQ8eTNPfA==】
Fody add-in that helps with implementing IDisposable.
Trace.Fody is an ILWeaver which adds trace enter and leave log entries to methods. Besides it rewrites static log calls to instance calls adding method information to the call in order to avoid costly stack walks in the logger. This is a general rewriter which can be adapted to different logging frameworks, do not use it directly. Use one of the existing adapters in your project like Tracer.Log4Net.Fody or build your own.
24.8.10.9-HiNetCoreAssembly-MD5【bV64YMK+Xb60cOfT8+fdpA==】
An AOP component that can be applied to any method, whether it is synchronous or asynchronous, instance or static, constructor or property. You can also apply it to types and assemblies, and use an AspectJ-like pattern to match the methods you want.
Add property notification to all classes that implement INotifyPropertyChanging.
Automatic null check injection for runtime C# Nullable Reference Types (NRT) parameter/contract validation.
24.8.10.9-HiNetCoreAssembly-MD5【bn8PT/9sSeP2YSfCO38aUw==】
Simplifies logging through a static helper class and some IL manipulation.
Simplifies logging through a static helper class and some IL manipulation.
helpers for mono cecil.
Embeds translations (satellite assemblies) automatically into the exe/dll itself during the build process and hooks up code to extract them dynamically during runtime. Once installed, you don't have to deploy all those "language code" folders anymore as they will be read from the resource section automatically. If you use Fody.Costura this may interest you as well (or vica versa). Supports: .Net Standard 2.0, .Net Core 2.0 and Net 4.7.2 and above.