kevin-montrose / Cesil

Modern CSV (De)Serializer
MIT License
65 stars 3 forks source link

Upgrade to .NET 5 #48

Closed kevin-montrose closed 3 years ago

kevin-montrose commented 3 years ago

Updates Cesil to .NET 5 and takes advantage of all the new goodies that brings along.

Visible changes

Internal changes (optional)

Commentary

Performance comparisons will be interesting. Just the .NET 5 upgrade probably contributes a lot, but removing pinning and Throw's IL pressure could make serious contributions.