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
@@ -1,6 +1,6 @@
namespace SourceGeneratorInterface
{
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), true)]
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), false)]
public partial interface IPerson
{
}
@@ -1,4 +1,6 @@
namespace SourceGeneratorInterface
using Microsoft.CodeAnalysis;
namespace SourceGeneratorInterface
{
public class Person
{
@@ -23,6 +25,10 @@
{
//
}
public Compilation Compilation { get; }
public INamedTypeSymbol MyNamedTypeSymbol { get;set; }
}
public class Address