terrajobst / nquery-vnext

A Roslyn inspired rewrite of NQuery
MIT License
72 stars 16 forks source link

Use string.Join instead of StringBuilder in CompilationException #59

Closed dallmair closed 2 years ago

dallmair commented 2 years ago

This gets rid of the trailing newline, and optimizes memory use.