This is a simple solution used to illustrate how to write a Fody addin.
See also Fody usage.
Install the BasicFodyAddin.Fody NuGet package and update the Fody NuGet package:
PM> Install-Package Fody
PM> Install-Package BasicFodyAddin.Fody
The Install-Package Fody
is required since NuGet always defaults to the oldest, and most buggy, version of any dependency.
Add <BasicFodyAddin/>
to FodyWeavers.xml
<Weavers>
<BasicFodyAddin/>
</Weavers>
See writing an addin
Lego designed by Timur Zima from The Noun Project.