Found 60 packages
Extensible tool for weaving .net assemblies.
Attributes-based compile-time AOP framework. Cross-cutting concerns made easy! Just apply your attributes where you need them and everything automagicaly works! No xml configs! No wierd reflection hacks! No runtime emit! Works with AOT and Blazor! See release notes for this version here: https://github.com/pamidur/aspect-injector/releases/tag/2.9.0
A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions. Additionally you have access to useful method parameters.
Aspects is a AOP tool based on Fody, that allow you to encapsulate your code with attributes..
Catel fody add-in that automatically generates Catel style properties and more!
Aspects is a AOP tool based on Fody, that allow you to encapsulate your code with attributes..
Fody add-in for forcing referenced assemblies to be loaded on startup. This allows other modules to register types without actually having to using their types directly.
WeavingDB.Logical是基于weaving-socket的网关应用框架的缓存数据库之服务端核心类库。优化字符串like匹配,效率提升100%,使用b*tree建立查询索引,增加数据库表结构以及索引结构的保存,以及全新的二进制打包模式
WeavingDB.Client是基于weaving-socket的网关应用框架的缓存数据库之客户端核心类库。
Aspects is a AOP tool based on Fody, that allow you to encapsulate your code with attributes..
WeavingDB.DataEncoding是基于weaving-socket的网关应用框架的缓存数据库之数据转换处理接口类库。
Aspects is a AOP tool based on Fody, that allow you to encapsulate your code with attributes..
Base classes and weaving capabilities for modules that output Java files for Intent Architect.
Powerful weaving capabilities for HTML files.
Powerful weaving capabilities for TypeScript files.
Intent Architect TypeScript decorators for instructing the code management systems
"Syringe is simple engine for post build IL level assembly processing. It serves as a bridge between IL code weaving logic (implemented in separate dll) and target project's build process. Syringe uses MEF (Managed Extensibility Framework) to collect every class exported as ICodeAmpoule contract and injects it into project's build process."
IL Rewrite Implement INotifyPropertyChanged
Compile time IL weaver for AOP implementation.
This framework provides a generator to generate proxy class which can override non-final virtual methods of base classes in run-time. The generator is implemented with dynamic IL weaving via System.Reflection.Emit library. It is designed in plugin model, which allows users to easily extend its function.