Easy.Common Versions Save

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

Easy.Common-release-v6.7.0

1 month ago
  • Introduce JsonHelper
  • Remove JSONContent in favour of System.Net.Http.HttpContent.JsonContent
  • Improve Retry.On
  • Improve Enum
  • Improve TaskExtensions
  • Minor refactoring

Easy.Common-release-v6.6.0

4 months ago
  • Improve Accessors (GenericAccessor & ObjectAccessor)
  • Improve Enum<T>
  • Improve Tests and XML documentation

Easy.Common-release-v6.5.0

7 months ago
  • Improve Accessor to return Properties as an array maintaining the order defined in the object instead of SortedList
  • Add Support for .NET8
  • Adopt file-scoped namespaces
  • Improve XML GetElements extension method
  • Improve Byte array comparison
  • Minor refactoring and cleanup

Easy.Common-release-v6.4.2

11 months ago
  • Improve TypeExtensions

Easy.Common-release-v6.4.1

1 year ago
  • Improve Nullability

Easy.Common-release-v6.4.0

1 year ago
  • Introduce AsyncLock, AsyncSemaphore, Disposable and AsyncDisposable

Easy.Common-release-v6.3.0

1 year ago
  • Improve DiagnosticReport to better handle assemblies with empty Location also sort env vars

Easy.Common-release-v6.2.0

1 year ago
  • Improve DiagnosticReport to sort env vars by key and assemblies by name.

Easy.Common-release-v6.1.0

1 year ago
  • Enable Nullability
  • Addresses #40

Easy.Common-release-v6.0.0

1 year ago
  • Only support .NET6 as the minimum moving forward
  • Introduce EasyProcess
  • Add ArrayExtensions
  • Add tests for string obfuscation
  • Remove ConfigReader & IConfigReader