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
@@ -0,0 +1,8 @@
using Microsoft.CodeAnalysis;
namespace ProxyInterfaceSourceGenerator
{
internal record Context(GeneratorExecutionContext GeneratorExecutionContext)
{
}
}