Add <auto-generated> (#24)

This commit is contained in:
Stef Heyenrath
2021-08-05 21:34:50 +02:00
committed by GitHub
parent 2a56acea6e
commit 8d43c73816
7 changed files with 83 additions and 53 deletions
@@ -7,7 +7,7 @@ using ProxyInterfaceSourceGenerator.SyntaxReceiver;
namespace ProxyInterfaceSourceGenerator
{
[Generator]
public class ProxyInterfaceCodeGenerator : ISourceGenerator
internal class ProxyInterfaceCodeGenerator : ISourceGenerator
{
private readonly ProxyAttributeGenerator _proxyAttributeGenerator = new ProxyAttributeGenerator();