This commit is contained in:
Stef Heyenrath
2021-07-23 21:30:01 +02:00
parent 42073eed3d
commit d129f52441
11 changed files with 108 additions and 96 deletions
@@ -1,6 +1,6 @@
namespace SourceGeneratorInterface
{
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person))]
[ProxyInterfaceGenerator.Proxy(typeof(SourceGeneratorInterface.Person), true)]
public partial interface IPerson
{
}