This commit is contained in:
Stef Heyenrath
2021-07-23 17:35:35 +02:00
parent 592f5df637
commit 42073eed3d
3 changed files with 7 additions and 3 deletions
@@ -9,6 +9,7 @@ namespace SourceGeneratorInterface
PersonProxy p = new PersonProxy(new Person());
p.Name = "test";
p.Add("x");
p.Void();
Console.WriteLine(System.Text.Json.JsonSerializer.Serialize(p));
}
}