inversionhourglass/Rougamo
Compile-time AOP component. Works with any method, whether it is async or sync, instance or static. Uses an aspectj-like pattern to match methods.
C#MIT
Pinned issues
Issues
- 3
- 2
Change the nuget package icon to Rougamo
#93 opened by tonyqus - 20
子类,打上 aop 标记后 无法拦截 父类中的函数或者属性
#92 opened by hzy-6 - 2
Supports Unity3D
#91 opened by inversionhourglass - 4
是否有办法可以判断方法由Http请求调用还是代码直接调用
#90 opened by Zzzzjle - 7
这段代码会报错 KeyNotFoundException: The given key 'NewScript' was not present in the dictionary. Rougamo/shared/Fody.Simulations/Extensions/MonoCloneExtension.cs:221
#86 opened by gaozhou - 14
对 .NET 9 Blazor 组件构造函数注入的支持
#88 opened by ElderJames - 6
为什么不支持.net framework?
#89 opened by byrybye - 3
a mode suggest
#87 opened by gonggonggnog - 6
有个问题请教下:更改方法体Instructions后在vs2022打断点调试会有乱跳的情况
#85 opened by chipeng1023 - 3
4.0.1 blazor webassembly 是否可以考虑支持
#78 opened by bxjg1987 - 13
关于 MoAttribute 中获取 IServiceProvider 对象的问题
#57 opened by 2881099 - 3
这个配置现在是有的吗?内联织入方式。
#82 opened by food4321 - 7
多维数组 声明后报错
#81 opened by food4321 - 1
try catch 中包含空 trhow new exception 报错
#83 opened by food4321 - 11
可以在父类设置 Attribute后,子类同样生效吗? 如何设置?
#80 opened by food4321 - 1
- 4
关于3.0以上版本在net8环境下进入调试后无法查看方法内任何变量对象的问题
#77 opened by hchxxzx - 2
Controller方法的属性问题
#76 opened by josephgugu - 2
织入代码后Swagger报错
#75 opened by aiken-hi - 10
肉夹馍3.0.1,blazor泛型抽象组件应用自定义拦截器报错。
#73 opened by bxjg1987 - 2
3.0.0没有报错,3.0.1发布时报错了。
#74 opened by qcjxberin - 8
3.0在blazor web app 项目确实有问题
#71 opened by bxjg1987 - 4
使用结构体时 Feature 不起作用
#72 opened by DengWang - 2
根据说明文档建了测试环境,但不起作用
#70 opened by sicode - 9
async void方法织入方式投票及讨论
#68 opened by inversionhourglass - 2
blazor中使用3.0发布失败
#69 opened by bxjg1987 - 2
使用 Rougamo 创建的 snupkg 会提示 pdb 和 dll 不匹配
#54 opened by weilence - 2
请问是否未支持使用泛型特性?
#63 opened by YooRarely - 3
特性不支持Type参数传入
#65 opened by kimdiego2098 - 5
使用 Rougamo 2.2.0 自定义AsyncMethodBuilder。
#60 opened by abramped - 1
能不能在OnEntry,根據某些條件,中斷實際方法的執行 類型與執行 next() 才會執行真正方法
#67 opened by xbin-y - 4
方法参数使用ReadOnlySpan<byte>类型 运行时异常
#61 opened by abramped - 1
返回值是Tuple的怎么快速获取到具体的返回值?
#62 opened by LemonDXR - 12
类库项目中,在Attribute中设置Pattern值,并将其添加到程序集中(在AssemblyInfo.cs文件中设置assembly值),编译报错。如果删除Pattern值,能够正常编译通过。
#66 opened by helloworld666 - 3
引入Rougamo后,降低了整个项目的代码覆盖率,如何解决?
#64 opened by Harper0712 - 4
使用 Rougamo 2.2.0 源码无法AOP,
#59 opened by abramped - 3
如何获取泛型类型的 真实泛型参数 T
#58 opened by hzy-6 - 3
派生自MoAttribute的特性的Inherited失效
#56 opened by ViewSuSu - 12
可以提供一个unity的例子吗?
#46 opened by gaozhou - 3
新版本 MoAttribute 继承之后使用造成入侵
#55 opened by 2881099 - 7
拦截方法时,无法获取到out参数值
#53 opened by MichaelEdson - 2
在现有特征匹配的基础上增加对被标记了的Attribute的方法筛选
#48 opened by yuwenhuisama - 4
好像无法拦截泛型属性
#52 opened by hzy-6 - 1
dll传递应用可以实现吗
#50 opened by hzy-6 - 1
System.InvalidProgramException
#51 opened by inversionhourglass - 13
想获取方法内执行的参数再传入Rougamo
#49 opened by loveyeguo - 2
请问在Unity3D里可以使用肉夹馍吗?
#45 opened by Hitokamikon - 5
能否在一个函数体内获取到对应的MethodContext?
#43 opened by Hitokamikon - 2
可以在重写OnEntry()里终止这个方法吗?
#44 opened by ViewSuSu