Add support to generate code for interface without a namespace (#46)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Akka.Remote;
|
||||
|
||||
// namespace ProxyInterfaceConsumerForAkka.Interfaces; <-- no namespace
|
||||
|
||||
[ProxyInterfaceGenerator.Proxy(typeof(AddressUid))]
|
||||
// ReSharper disable once CheckNamespace
|
||||
public partial interface IAddressUid
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user