Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IGeneratorExecutionContext.cs
T
Stef Heyenrath 86ef9ede98 Fix issue #4 (string?) (#15)
* #4

* Only replace if required

* fix

* private readonly IMapper _mapper;

* CRLF
2021-07-26 16:24:30 +02:00

7 lines
204 B
C#

namespace ProxyInterfaceConsumer
{
// [ProxyInterfaceGenerator.Proxy(typeof(Microsoft.CodeAnalysis.GeneratorExecutionContext))]
public partial interface IGeneratorExecutionContext
{
}
}