thesadrogue / TheSadRogue.Primitives

A collection of primitive data structures for working with a 2-dimensional grid.
MIT License
21 stars 6 forks source link

Added Proper Serialization and Expressive Types #38

Closed Chris3606 closed 4 years ago

Chris3606 commented 4 years ago

There is still a good bit of code formatting that needs to be done after the editorconfig edits, however it should probably be done in a separate ticket to avoid changing every file in the solution on this one. Additionally, I did not update the project to .NET Standard 2.1 nor do the multi-targeting to .NET Core 3 yet; I figured that would be a prime candidate for a future pull request as well, as it opens the door for a bunch more code cleanup using C# 8 features (see #37).