Skip to content

Instantly share code, notes, and snippets.

@MoaidHathot
Created February 8, 2017 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MoaidHathot/743cb97821bcd3b6a052bd1d5945ecc0 to your computer and use it in GitHub Desktop.
Save MoaidHathot/743cb97821bcd3b6a052bd1d5945ecc0 to your computer and use it in GitHub Desktop.
Types for testing the KnownTypes.Fody extention. Blog Post version.
using KnownTypes.Fody;
namespace AssemblyToProcess
{
[KnowsDeriveTypes]
public class A
{
}
public class B : A
{
}
public class C : A
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment