Add support to generate code for interface without a namespace (#46)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// ReSharper disable once CheckNamespace
|
||||
public partial interface INoNamespace
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user