Easy.Common Versions Save

A set of useful .NET utilities and C# helpers used across Easy.* projects.

Easy.Common-release-v4.5.0

1 year ago
  • Improvements to DiagnosticReport
  • Improvements to tests
  • Minor refactoring

Easy.Common-release-v4.4.0

1 year ago

Fixed #37

Easy.Common-release-v4.3.0

2 years ago
  • Introduce Enum<T> for declaring enum classes
  • Improve DiagnosticReport to correctly report process details when the assembly is started via dotnet instead of .exe
  • Drop support for net471
  • Add support for multi-target tests
  • Update test dependencies

Easy.Common-release-v4.2.0

2 years ago
  • Introduce TypeLookup

Easy.Common-release-v4.1.0

2 years ago
  • Introduce AddRange extension method for HashSet<T>
  • Introduce ToDictionary on EasyDictionary<TKey, TValue>
  • Minor refactoring and cleanup

Easy.Common-release-v4.0.0

2 years ago
  • Drop support for net45 and net21
  • Add IsFinite extension method for doubles
  • Make Lock a readonly struct

Easy.Common-release-v3.8.9

3 years ago
  • Fixes #35

Easy.Common-release-v3.8.8

3 years ago
  • Add ReadOnlyListExtensions

Easy.Common-release-v3.8.7

3 years ago
  • [DiagnosticReport] Fix possible NullReferenceException

Easy.Common-release-v3.8.6

3 years ago
  • [DiagnosticReport] Include additional information for the assemblies