I've been trying to generate comments using helpers but it's not working (unlike comments added in .hbs like //comment). Its almost like if the Helper method is not being called. Also, if there is way to check the property name within i.e.:
if(parameter == "CreatedOn"){
writer.write("//")
}
Using
netcoreapp2.1