Releases: NimaAra/Easy.Common
Releases · NimaAra/Easy.Common
Easy.Common - 1.18.0
- Better defaults for
EnumerateDirectoriesSafe
andEnumerateFilesSafe
- Added
CodeBase
to the output ofGetSystemDetails()
Easy.Common - 1.17.0
- Added new overload to
ProcessHelper
- Minor bug fix and refactoring
Easy.Common - 1.16.0
- Added GetOrAdd extension methods to both
IDictionary<TKey, TValue>
andKeyedCollectionEx<TKey, TValue>
.
Easy.Common - 1.15.0
- Added a method for getting all local IP addresses of a system
- Added
IEqualityComparer
toKeyedCollectionEx
- Added
ToHashSet<T>
extension method toIEnumerable<T>
- Minor fixes and refactoring
- Minor improvements to documentation
Easy.Common - 1.14.0
- Improved performance of
HashHelper
- Fixed documentation
Easy.Common - 1.12.0
- Added support for types with Getter only or Setter only
- Minor refactoring and API improvement
Easy.Common - 1.11.0
- Refactored ProducerConsumerQueue
- Fixed some documentation
- Minor refactoring
Easy.Common - 1.10.0
- Added support for getting property names of structs, classes and
ExpandoObject
- Minor refactoring.
Easy.Common - 1.9.0
- Added
RandomExtensions
; ConfigReader
can now read mulitple values for a given key;- More tests;
- Minor refactoring and performance improvements.
Easy.Common - 1.8.3
Fixed #1