This commit is contained in:
Stef Heyenrath
2021-07-23 22:10:08 +02:00
parent d129f52441
commit 36fdd645b1
12 changed files with 112 additions and 69 deletions
@@ -6,10 +6,7 @@
public Data GenerateFile()
{
return new Data
{
FileName = $"{ClassName}.cs",
Text = $@"using System;
return new Data($"{ClassName}.cs", $@"using System;
namespace ProxyInterfaceGenerator
{{
@@ -25,8 +22,7 @@ namespace ProxyInterfaceGenerator
ProxyAll = proxyAll;
}}
}}
}}"
};
}}");
}
}
}