toddams / RazorLight

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

InplaceStringBuilder no longer exists in Microsoft.Extensions.Primitives #436

Closed aevi1103 closed 3 years ago

aevi1103 commented 3 years ago

can we use string.create instead the InplaceStringBuilder is obsolete already..

https://github.com/toddams/RazorLight/blob/8e043e10423ecc0b88b49787dd597adddd4caa31/src/RazorLight/Compilation/RazorTemplateCompiler.cs#L263