This commit is contained in:
Stef Heyenrath
2023-02-25 10:12:37 +01:00
parent b2ab22a1bf
commit af99f41dc9
11 changed files with 91 additions and 203 deletions
@@ -16,7 +16,7 @@ internal
#endif
class ProxyInterfaceCodeGenerator : ISourceGenerator
{
private readonly ProxyAttributeGenerator _proxyAttributeGenerator = new ();
private readonly ExtraFilesGenerator _proxyAttributeGenerator = new ();
public void Initialize(GeneratorInitializationContext context)
{