Alpha implementation of dependency property source generator.

Testing project for source generator
This commit is contained in:
Alexandru Macocian
2021-04-06 10:40:06 +02:00
parent 127cfd749f
commit 7d3c2fbb9b
26 changed files with 1163 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace WpfExtended.Tests
[STAThread]
public static int Main()
{
{
return Instance.Run();
}