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
@@ -2,6 +2,6 @@ using Akka.Remote;
// namespace ProxyInterfaceConsumerForAkka.Interfaces; <-- no namespace
[ProxyInterfaceGenerator.Proxy(typeof(AddressUid))]
[Speckle.ProxyGenerator.Proxy(typeof(AddressUid))]
// ReSharper disable once CheckNamespace
public partial interface IAddressUid { }
@@ -2,6 +2,6 @@ using Akka.Actor;
namespace ProxyInterfaceConsumerForAkka.Interfaces
{
[ProxyInterfaceGenerator.Proxy(typeof(LocalActorRefProvider))]
[Speckle.ProxyGenerator.Proxy(typeof(LocalActorRefProvider))]
public partial interface ILocalActorRefProvider { }
}