Skip to content

Tags: zzzprojects/Z.ExtensionMethods

Tags

v2.1.1

Add unit test for FileInfo.CountLines()

V.2.1.1

Add unit test for FileInfo.CountLines()

V.2.1.0

Add unit test for FileInfo.CountLines()

V.2.1,0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from falwickster/master

New IList<T> extension method - Swap

V.2.0.13

Add overload useDefaultIfNull

Add overload useDefaultIfNull

V.2.0.12

Add overload useDefaultIfNull

Add overload useDefaultIfNull

V.2.0.11

V2.0.11

V2.0.11

V.2.0.10

Update README.md

V.2.0.9

Move Specialized Database in their own assembly

V.2.0.8

ADD ToSqlDbType \ Revamp GetCustomAttributes

ADD: Byte.SqlSystemTypeToSqlDbType
ADD: Int16.SqlSystemTypeToSqlDbType
ADD: Int.SqlSystemTypeToSqlDbType
ADD: String.SqlTypeNameToSqlDbType
ADD: GetCustomAttributeByFullName
ADD: GetCustomAttributeByName
ADD: GetCustomAttributesByFullName
ADD: GetCustomAttributesByName
ADD/FIX: GetCustomAttribute (Support enum, class, MemberInfo)
ADD/FIX: GetCustomAttributes (Support enum, class, MemberInfo)
ADD/FIX: GetCustomAttributeDescription (Support enum, class, MemberInfo)