Version 1.1.23

Date 2020-09-10 (1,527 days ago)
Downloads 847 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.1 .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 4.8

#installation">Installation

#changelog">Changelog

  • Added extension method for checking whether a point matches Null Island (see 81e949d, 0f8f8a4)
    While partially a joke, Null Island refers to the point at zero degrees latitude and longitude. The extension method gives an easy way to check whether an instance of IPoint matches Null Island - which then typically indicates invalid coordinates.

  • Added utility methods for working with reflection and and custom attributes (see a98d8dc)
    This release introduces GetCustomAttribute, GetCustomAttributes and HasCustomAttribute utility methods targeting for both Enum and MemberInfo, allowing for cleaner code when working with custom attributes.

  • Added non-generic versions of the Cast, ToList and ToArray extension methods (see bdde027)
    The extension methods can be used as alternatives to their generic counterparts when the target type is not known at compile time.