toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 261 forks source link

Removed Obsolete InplaceStringBuilder and replaced with stringbuilder. #380

Closed ADNewsom09 closed 3 years ago

ADNewsom09 commented 3 years ago

InplaceStringBuilder throws errors when using the latest Microsoft.Extensions.Primitives 5.0.0+ as it was removed. This switches to using StringBuilder instead.

ADNewsom09 commented 3 years ago

Fixes #365

jzabroski commented 3 years ago

@ADNewsom09 Thanks for this - will package beta10 this week.