gulp-inject-svg icon indicating copy to clipboard operation
gulp-inject-svg copied to clipboard

Use of c# generics in razor views are closed

Open tormand86 opened this issue 7 years ago • 1 comments

Using this in a Razor views @{ var item = Model.Field<Checkbox>(); } Is complied to this @{ var item = Model.Field<checkbox>(); } </checkbox>

tormand86 avatar Oct 25 '17 13:10 tormand86

This is due to cheerio, I have to rewrite the code and remove cheerio-dependancy

viktorlarsson avatar Nov 06 '17 11:11 viktorlarsson