Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user