MrAdvice.Fody by Arx One

<PackageReference Include="MrAdvice.Fody" Version="2.0.0" />

Package Files

0 bytes

 MrAdvice.Fody 2.0.0

Obsolete! Use https://www.nuget.org/packages/MrAdvice/ instead! MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MrAdvice.Fody</id>
    <version>2.0.0</version>
    <title>Mr. Advice</title>
    <authors>Arx One</authors>
    <owners>Arx One</owners>
    <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://mradvice.arxone.com</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/ArxOne/MrAdvice/master/Icon/MrAdviceOPD.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Obsolete! Use https://www.nuget.org/packages/MrAdvice/ instead! MrAdvice allows to weave aspects at build-time (just like PostSharp, but free as in free beer). Write your own aspects in the form of attributes and apply them to target methods or properties.</description>
    <summary>.NET build step aspect weaver</summary>
    <releaseNotes>MrAdvice.Fody package is obsolete. Use MrAdvice instead.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>weaver aspect advice pointcut .net attributes injection pcl portable windows silverlight sl5</tags>
    <dependencies>
      <dependency id="MrAdvice" />
    </dependencies>
  </metadata>
</package>