Brondahl
- 148,201 total downloads
- last updated 1/5/2020
- Latest version: 4.0.2
Library to allow conversion between an Enum Value and a string, in both directions.
v4.0.1 fixes a MemoryLeak bug, in a MaliciousUser edge-case.
See nuget for full version history
- 1,638 total downloads
- last updated 8/11/2019
- Latest version: 1.0.0
A wrapper around an existing IEnumerable which immediately pre-fetches the first element of the source.
This means that any up-front initiation code is executed immediately, rather than when later iterated over, but retains the Lazy streaming nature of the Enumerable for all later elements.