intermediate commit

This commit is contained in:
Adam Hathcock
2024-05-21 13:55:59 +01:00
parent 5568a98e0b
commit e5a0b7b7d3
4 changed files with 240 additions and 2 deletions
@@ -105,7 +105,11 @@ public class ProxyInterfaceSourceGeneratorTest
AttributeToAddToInterface = new ExtraAttribute
{
Name = "ProxyInterfaceGenerator.Proxy",
ArgumentList = "typeof(ProxyInterfaceSourceGeneratorTests.Source.Foo2)"
ArgumentList = new []
{
"typeof(ProxyInterfaceSourceGeneratorTests.Source.Foo2)", "false", "ProxyClassAccessibility.Public",
"new []{\"Weird\"}"
}
}
};