Generate structs for structs and fix struct out parameter if known (#8)

* Generate structs for structs and fix struct out parameter if known

* fmt
This commit is contained in:
Adam Hathcock
2024-06-17 17:04:52 +01:00
committed by GitHub
parent c6960c7370
commit a6b99abd13
28 changed files with 510 additions and 98 deletions
@@ -2,7 +2,12 @@ using Speckle.ProxyGenerator;
namespace ProxyInterfaceConsumer
{
[Proxy(typeof(Address), ImplementationOptions.ProxyBaseClasses, ProxyClassAccessibility.Public, new[] { "Weird" })]
[Proxy(
typeof(Address),
ImplementationOptions.ProxyBaseClasses,
ProxyClassAccessibility.Public,
new[] { "Weird" }
)]
public partial interface IAddress
{
public void Weird()