Releases: nameofSEOKWONHONG/eXtensionSharp
Releases · nameofSEOKWONHONG/eXtensionSharp
Release 1.0.1.12
- 1.0.1.12
- remove - xToJoin
- change - xJoin, if empty collection, return string.empty.
Release 1.0.0.9
- 1.0.0.9
- remove - xForEach: remove thread.sleep
- remove - xForEach: remove number type from to xforeach, use Enumerable.Range(from, to)
- modify - xForEach: change xforeach func item priority. (int Index, Generic T Item)
- remove - XHttpExtension
- add - xToDayOfWeek : day of week name (base by cultureinfo)
- etc - XFileExtension change huge naming.
- caution - xForEach can happen object null exception.
case 1 : use AOT, happen exception after serialize object.
Release 1.0.0.8
- 1.0.0.8
- add - xToDictionary(this DataTable datatable) return IDictionary<string, object?>
- add - xToDate(this DateTime dt, string format, CultureInfo culture) return string
- modify - xBetween(this DateTime v, DateTime from, DateTime to) return bool
- modify - project file - target framework
- abort - XEnumBase<> - don't use more. use smartenum.
- remove - FastDeepCloner - don't use more. use mapster.
Release 1.0.0.6
- 1.0.0.6
- add - static string xDistinct(this IEnumerable items)
- support net8
1.0.0.5 Release
add xTryDateParse : datetime tryparse
1.0.0.4 Release
The xIsEmpty function has been updated to return true when the input is less than or equal to 0.
1.0.0.3 release
add "xIsDuplicate"
add "xTryDuplicate"
1.0.0.2 Release
Version that passed the combat test
first release
first release