feat: Added AggregateOrDefault extension method

This commit is contained in:
Austin Noska
2020-06-17 14:05:54 -04:00
committed by Chris Cameron
parent 4f34b3da7c
commit ee670487dd
2 changed files with 53 additions and 25 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added attributes for controlling obfuscation
- Added AggregateOrDefault extension method for applying an accumulator function over a sequence that returns a default value if the sequence is empty
## [12.0.0] - 2020-06-18
### Added