ProxyBaseClasses (#27)

This commit is contained in:
Stef Heyenrath
2022-02-01 18:49:01 +01:00
committed by GitHub
parent 649ed89bb6
commit f9664e0564
45 changed files with 1305 additions and 836 deletions
@@ -1,13 +1,12 @@
using ProxyInterfaceSourceGenerator.FileGenerators;
namespace ProxyInterfaceSourceGenerator
namespace ProxyInterfaceSourceGenerator;
internal record ContextData
{
internal record ContextData
{
public string? InterfaceName { get; init; }
public string? InterfaceName { get; init; }
public string? ClassName { get; init; }
public string? ClassName { get; init; }
public FileData FileData { get; init; } = default!;
}
public FileData FileData { get; init; } = default!;
}