update WireMock.Net.Console.NET5

This commit is contained in:
Stef Heyenrath
2021-01-31 15:55:03 +01:00
parent acee016dec
commit 48c50e8207
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ namespace WireMock.Net.ConsoleApplication
HandlebarsRegistrationCallback = (handlebarsContext, fileSystemHandler) =>
{
var transformer = new CustomNameTransformer();
handlebarsContext.RegisterHelper(transformer.Name, transformer.Render);
// handlebarsContext.RegisterHelper(transformer.Name, transformer.Render);
},
// Uncomment below if you want to use the CustomFileSystemFileHandler