More search replace

This commit is contained in:
Adam Hathcock
2024-05-22 10:58:00 +01:00
parent ae8133ad2d
commit ad0caacc10
23 changed files with 47 additions and 48 deletions
@@ -90,8 +90,8 @@ public sealed class Clazz
public string Name { get; set; } = string.Empty;
}
[ProxyInterfaceGenerator.Proxy(typeof(Test))]
[Speckle.ProxyGenerator.Proxy(typeof(Test))]
public partial interface ITest { }
[ProxyInterfaceGenerator.Proxy(typeof(Clazz))]
[Speckle.ProxyGenerator.Proxy(typeof(Clazz))]
public partial interface IClazz { }