Say I have a simple console application:
public static class Program { private static ILog Log { get; set; } public static void Main() {
Had to change builder.RegisterType.AsSelf(); to builder.RegisterType().AsSelf(); to get this to work for me