Z.ExtensionMethods Versions Save

C# Extension Methods | Over 1000 extension methods:

v2.1.1

5 years ago
  • ADDED: FileInfo.CountLines && FileInfo.CountLines(predicate) #22
  • MERGED: StreamReader.SkipLines() #21

V.2.1.0

5 years ago
  • ADDED: .NET Standard / Core support? #10
  • MERGED: Add String.EqualsIgnoreCase() to Z.Core #14
  • MERGED: New IList<T> extension method - Swap #13

Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods

V.2.0.13

6 years ago

Version 2.0.13

  • FIXED: Issue with XML Documentation / Comment was not appearing (Issue #6)

Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods

V.2.0.12

6 years ago

Version 2.0.12

  • ADDED: Overload to allow null value to use instead the default value specified (Pull #5)

Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods

V.2.0.11

7 years ago

Version 2.0.10

Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods

V.2.0.10

8 years ago

Version 2.0.10

  • CHANGED: All assemblies are now strongly named.

View online documentation: http://www.zzzprojects.com/documentations/dotnet/extension-methods/

V.2.0.9

8 years ago

Version 2.0.9

UNDO naming breaking change to Version 2.0.4. Prefix are not longer needed since database have now their own DLL.

  • MOVED: MySql, SqlServerCe && SQLite in their own dll to remove some dependency error reported.
  • BREAKING CHANGES: Removed prefix "MySQL" to All MySql methods.
  • BREAKING CHANGES: Removed prefix "SqlCe" to All SqlServerCe methods.
  • BREAKING CHANGES: Removed prefix "SQLite" to All SQLite methods.

View online documentation: http://www.zzzprojects.com/documentations/dotnet/extension-methods/

V.2.0.8

8 years ago

Version 2.0.8

Added few methods used for the next major version of .NET Runtime Compiler.

  • ADDED: Byte.SqlSystemTypeToSqlDbType
  • ADDED: Int16.SqlSystemTypeToSqlDbType
  • ADDED: Int.SqlSystemTypeToSqlDbType
  • ADDED: GetCustomAttributeByFullName
  • ADDED: GetCustomAttributeByName
  • ADDED: GetCustomAttributesByFullName
  • ADDED: GetCustomAttributesByName
  • ADDED/FIXED: GetCustomAttribute (Support enum, class, MemberInfo)
  • ADDED/FIXED: GetCustomAttributes (Support enum, class, MemberInfo)
  • ADDED/FIXED: GetCustomAttributeDescription (Support enum, class, MemberInfo)

View online documentation: http://www.zzzprojects.com/documentations/dotnet/extension-methods/

V.2.0.7

8 years ago

Version 2.0.7

Added few methods used for the next major version of .NET Runtime Compiler.

  • ADDED: StringBuilder.ExtractChar
  • ADDED: StringBuilder.ExtractComment
  • ADDED: StringBuilder.ExtractCommentMultiLine
  • ADDED: StringBuilder.ExtractCommentSingle
  • ADDED: StringBuilder.ExtractHexadecimal
  • ADDED: StringBuilder.ExtractNumber
  • ADDED: StringBuilder.ExtractOperator
  • ADDED: StringBuilder.ExtractString
  • ADDED: StringBuilder.ExtractStringArobasDoubleQuote
  • ADDED: StringBuilder.ExtractStringArobasSingleQuote
  • ADDED: StringBuilder.ExtractStringDoubleQuote
  • ADDED: StringBuilder.ExtractStringSingleQuote
  • ADDED: StringBuilder.ExtractStringToken
  • ADDED: StringBuilder.ExtractStringTriviaToken

View online documentation: http://www.zzzprojects.com/documentations/dotnet/extension-methods/

V.2.0.6

8 years ago

Version 2.0.6

  • ADDED: FULL API documentation powered by .NET Documentation Generator (v.0.0.2 Alpha)
  • ADDED: DirectoryInfo.CopyTo // Copy the source directory to the destination directory
  • ADDED: Object.Try // Try an action and return the value or a bool
  • ADDED: ConstructorInfo.GetSignature // Get the signature
  • ADDED: FieldInfo.GetSignature // Get the signature
  • ADDED: MemberInfo.GetSignature // Get the signature
  • ADDED: MethodInfo.GetSignature // Get the signature
  • ADDED: ParameterInfo.GetSignature // Get the signature
  • ADDED: PropertyInfo.GetSignature // Get the signature
  • ADDED: TypeInfo.GetSignature // Get the signature
  • FIXED: TypeInfo.GetDeclarations (Added support 'in' modifier, 'out' modifier, 'new', 'class')

View online documentations: http://www.zzzprojects.com/documentations/dotnet/extension-methods/