Fix issue #4 (string?) (#15)

* #4

* Only replace if required

* fix

* private readonly IMapper _mapper;

* CRLF
This commit is contained in:
Stef Heyenrath
2021-07-26 16:24:30 +02:00
committed by GitHub
parent 6f9a29a4b7
commit 86ef9ede98
9 changed files with 396 additions and 354 deletions
@@ -45,9 +45,9 @@ namespace ProxyInterfaceConsumer
//p.Void();
Console.WriteLine(JsonSerializer.Serialize(p, JsonSerializerOptions));
GeneratorExecutionContext g = new GeneratorExecutionContext();
IGeneratorExecutionContext gc = new GeneratorExecutionContextProxy(g);
int y = 9;
//GeneratorExecutionContext g = new GeneratorExecutionContext();
//IGeneratorExecutionContext gc = new GeneratorExecutionContextProxy(g);
//int y = 9;
}
}