You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月30日(周一) 晚上6:35
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [inversionhourglass/Rougamo] 如何设置全局拦截 而不是程序及拦截 (Issue #96)
你是说整个解决方案吧,这个目前不支持,Rougamo 是项目级 AOP 组件,运行依赖项目本身的 MSBuild 任务。
不过你可以自己编写一个 SourceGenerator,为每个项目生成这样一段代码。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
// 在程序集级别进行代理,所有标记了 ObsoleteAttribute 的方法都将应用 ObsoleteProxyMoAttribute
[assembly: MoProxy(typeof(ObsoleteAttribute), typeof(ObsoleteProxyMoAttribute))]
The text was updated successfully, but these errors were encountered: