JasonBock / SpackleNet

Spackle is a project that contains a number of helper methods I've used to supplement the core classes in .NET.
MIT License
14 stars 1 forks source link

Added support for float / System.Single (Issue #9) #10

Closed AllenConway closed 8 years ago

AllenConway commented 9 years ago

Added logic to handle randomly generated data for type: float (System.Single). Added unit test to support and test new code.

JasonBock commented 8 years ago

Rejecting this, not because it's wrong, but I just ended up adding in the implementation and with all the .NET Core changes it wasn't worth trying to merge this in.