add csharpier

This commit is contained in:
Adam Hathcock
2024-05-21 16:34:46 +01:00
parent 1734d5162a
commit e341772cbc
110 changed files with 1096 additions and 656 deletions
@@ -4,6 +4,4 @@ using Akka.Remote;
[ProxyInterfaceGenerator.Proxy(typeof(AddressUid))]
// ReSharper disable once CheckNamespace
public partial interface IAddressUid
{
}
public partial interface IAddressUid { }
@@ -3,7 +3,5 @@ using Akka.Actor;
namespace ProxyInterfaceConsumerForAkka.Interfaces
{
[ProxyInterfaceGenerator.Proxy(typeof(LocalActorRefProvider))]
public partial interface ILocalActorRefProvider
{
}
}
public partial interface ILocalActorRefProvider { }
}