<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Fody on LevelUp</title><link>http://larrynung.github.io/tags/fody/</link><description>Recent content in Fody on LevelUp</description><generator>Hugo -- 0.148.1</generator><language>en</language><copyright>{year} Larry Nung</copyright><lastBuildDate>Sun, 19 Apr 2026 21:11:38 +0800</lastBuildDate><atom:link href="http://larrynung.github.io/tags/fody/index.xml" rel="self" type="application/rss+xml"/><item><title>MethodBoundaryAspect.Fody - Altering asynchronous method behavior</title><link>http://larrynung.github.io/posts/methodboundaryaspect-fody-altering-asynchronous-method-behavior/</link><pubDate>Sun, 01 Sep 2019 23:52:57 +0000</pubDate><guid>http://larrynung.github.io/posts/methodboundaryaspect-fody-altering-asynchronous-method-behavior/</guid><description>&lt;p>MethodBoundaryAspect.Fody 要修改非同步方法的回傳值，可在 OnExit 方法實作時將 MethodExecutionArgs.ReturnValue 屬性值轉回 Task，用 ContinueWith 串接處理，並將之塞回 MethodExecutionArgs.ReturnValue。&lt;/p></description></item><item><title>MethodBoundaryAspect.Fody - Altering method behavior</title><link>http://larrynung.github.io/posts/methodboundaryaspect-fody-altering-method-behavior/</link><pubDate>Sat, 31 Aug 2019 23:01:50 +0000</pubDate><guid>http://larrynung.github.io/posts/methodboundaryaspect-fody-altering-method-behavior/</guid><description>&lt;p>MethodBoundaryAspect.Fody 要修改方法的回傳值，可在 OnExit 方法實作時透過 MethodExecutionArgs.ReturnValue 屬性填入新的方法值。&lt;/p></description></item><item><title>MethodBoundaryAspect.Fody - A Fody weaver which allows to decorate methods and hook into method start, method end and method exceptions</title><link>http://larrynung.github.io/posts/methodboundaryaspect-fody-a-fody-weaver-which-allows-to-decorate-methods-and-hook-into-method-start-method-end-and-method-exceptions/</link><pubDate>Thu, 29 Aug 2019 14:19:53 +0000</pubDate><guid>http://larrynung.github.io/posts/methodboundaryaspect-fody-a-fody-weaver-which-allows-to-decorate-methods-and-hook-into-method-start-method-end-and-method-exceptions/</guid><description>&lt;p>MethodBoundaryAspect.Fody 能透過 Fody 在程式編譯時將進出方法與方法丟出錯誤時的處理掛入系統中。&lt;/p></description></item><item><title>ModuleInit.Fody - Adds a module initializer to an assembly</title><link>http://larrynung.github.io/posts/moduleinit-fody-adds-a-module-initializer-to-an-assembly/</link><pubDate>Mon, 26 Aug 2019 23:07:19 +0000</pubDate><guid>http://larrynung.github.io/posts/moduleinit-fody-adds-a-module-initializer-to-an-assembly/</guid><description>&lt;p>ModuleInit.Fody 能透過 Fody 在程式編譯時將初始化處理掛入系統程式中，能在系統一開始運行時做初始的動作。&lt;/p></description></item><item><title>MethodTimer.Fody - Injects some very basic method timing code</title><link>http://larrynung.github.io/posts/methodtimer-fody-injects-some-very-basic-method-timing-code/</link><pubDate>Mon, 26 Aug 2019 07:21:41 +0000</pubDate><guid>http://larrynung.github.io/posts/methodtimer-fody-injects-some-very-basic-method-timing-code/</guid><description>&lt;p>MethodTimer.Fody 能透過 Fody 在程式編譯時將用來計算時間的程式放入掛有 TimeAttribute 的方法。&lt;/p></description></item></channel></rss>