Пример #1
0
        public void Can_Generate_Code_Using_Microsoft_Build_Compilation()
        {
            OpenBundledProjectAsync().Wait();

            Bundle.AddClassAnnotation <ImplementBuzInterfaceAttribute>(Bar);
            Bundle.AddOuterTypeNamespaceUsingStatement <ImplementBuzInterfaceAttribute>(Bar);

            ResolveCompilation();
        }