PGCafe 2.5.7

dotnet add package PGCafe --version 2.5.7
                    
NuGet\Install-Package PGCafe -Version 2.5.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PGCafe" Version="2.5.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGCafe" Version="2.5.7" />
                    
Directory.Packages.props
<PackageReference Include="PGCafe" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PGCafe --version 2.5.7
                    
#r "nuget: PGCafe, 2.5.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=PGCafe&version=2.5.7
                    
Install as a Cake Addin
#tool nuget:?package=PGCafe&version=2.5.7
                    
Install as a Cake Tool

Something to use.

     Readme chm:https://drive.google.com/file/d/0B5BBXUrl0M5IRW9COWItR1NmLTg/view?usp=sharing

     if has bug, please e-mail to me, i'll fix them as soon as i can.

     a15752468@gmail.com

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PGCafe:

Package Downloads
PGDatabase

Something to use. Readme chm:no support. if has bug, please e-mail to me, i'll fix them as soon as i can. a15752468@gmail.com

PGDBCodeHelper

Something to use. Readme chm:no support. if has bug, please e-mail to me, i'll fix them as soon as i can. a15752468@gmail.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.5.7 173 3/7/2024
2.5.6 366 12/5/2022
2.5.5 568 1/11/2022
2.5.4 403 10/29/2021
2.5.3 455 10/23/2021
2.5.2 476 9/10/2021
2.5.1 402 9/10/2021
2.5.0 405 8/30/2021
2.4.9 431 5/24/2021
2.4.8 458 5/20/2021
2.4.7 510 5/16/2021
2.4.6 389 3/25/2021
2.4.5 428 3/25/2021
2.4.4 413 3/25/2021
2.4.3 506 1/7/2021
2.4.2 2,741 12/4/2020
2.4.1 497 11/2/2020
2.4.0 604 10/20/2020
2.3.9 568 10/19/2020
2.3.8 635 10/18/2020
2.3.7 493 10/17/2020
2.3.6 577 10/3/2020
2.3.5 508 10/1/2020
2.3.4 686 9/26/2020
2.3.3 725 9/26/2020
2.3.2 535 9/26/2020
2.3.1 588 9/16/2020
2.3.0 722 7/12/2020
2.2.9 569 6/30/2020
2.2.8 533 6/17/2020
2.2.7 574 6/15/2020
2.2.6 567 6/1/2020
2.2.5 584 5/28/2020
2.2.4 604 4/4/2020
2.2.3 624 10/1/2019
2.2.2 698 7/11/2019
2.2.1 1,698 7/9/2019
2.2.0 814 12/4/2018
2.1.9 1,028 7/30/2018
2.1.8 1,224 4/3/2018
2.1.7 2,584 3/8/2018
2.1.6 1,193 3/7/2018
2.1.5 1,200 2/12/2018
2.1.4 1,210 1/31/2018
2.1.3 1,246 1/12/2018
2.1.2 1,214 1/11/2018
2.1.1 1,251 1/10/2018
2.1.0 1,087 9/26/2017
2.0.9 1,106 7/31/2017
2.0.8 1,079 7/27/2017
2.0.7 1,104 6/25/2017
2.0.6 1,172 4/29/2017
2.0.5 1,826 4/29/2017
2.0.4 1,143 4/12/2017
2.0.3 1,147 4/12/2017
2.0.2 1,132 3/17/2017
2.0.1 1,131 2/24/2017
2.0.0 1,185 1/25/2017
1.9.9 1,161 1/10/2017
1.9.0 1,107 1/10/2017
1.0.4 1,224 12/27/2015
1.0.3 1,207 5/29/2015
1.0.2 1,187 5/26/2015
1.0.1 1,198 5/26/2015
1.0.0 1,617 5/26/2015
0.9.0 1,152 1/10/2017
0.0.1 1,199 12/27/2015

2024.03.07 Release 2.5.7
       - add: PGThrottle and PGDebouncer object
       
       2022.12.05 Release 2.5.6
       - fix: the function DateTime.LastTimeOfDay, TaiwanDateTime.LastTimeOfDay will not return correct value.
       - fix: DateOnly.Equals is not correct compare.
       - fix: Substring, SubstringShrink support the empty string of [to] parameter represent the end of source.

       2022.01.11 Release 2.5.5
       - fix: the null reference exception but of ToTaiwanDateTime

       2021.10.29 Release 2.5.4
       - fix: the bug of PGCache

       2021.10.23 Release 2.5.3
       - fix: the bug of DateOnly
       - fix: use the DateOnly object int the interoplation will contains time string.

       2021.09.10 Release 2.5.2
       - fix: the bug of PGEnumerable.Enumerate

       2021.09.10 Release 2.5.1
       - fix: the bug of TimeRange.FromShiftMonth
       - add: GraphicsExtension.ScaleTransform
       - remove: GraphicsExtension.IsTransformClear (This funciton is not work correct, use Transform.IsIdentity to instead determine transform is clear or not)

       2021.08.30 Release 2.5.0
       - fix: try fix the TaiwanDateTime.Parse will not work when the application running some time later. (Since it is difficult to test, the but may not be fixed)

       2021.05.24 Release 2.4.9
       - fix: bugs of PGCache

       2021.05.20 Release 2.4.8
       - fix: bugs of PGCache

       2021.05.16 Release 2.4.7
       - fix: bugs of type converter for DateOnly and Cache.

       2021.03.25 Release 2.4.6
       - fix: bugs of type converter for DateOnly.

       2021.03.25 Release 2.4.5
       - fix: bugs of type converter for DateOnly.

       2021.03.25 Release 2.4.4
       - add: type converter for DateOnly.

       2021.01.07 Release 2.4.3
       - add: methods of IEnumerable: LeftJoin, RightJoin, FullJoin

       2020.12.04 Release 2.4.2
       - adjust: methods of TimeRange, TimeRegion, DateRange, DateRegion.
       - add: methods of ThisYear, ThisMonth, ThisWeek, ... of TimeRange and DateRange

       2020.11.02 Release 2.4.1
       - adjust: use EnumExtension.Overlap to instead EnumExtension.HasAnyFlags.
       - adjust: Enhanced TaiwanDateTime.Parse function (include TaiwanDateOnly)
       - add: PGDataTable class to support convert between DataTable and object.

       2020.10.20 Release 2.4.0
       - adjust: Let Description support Enum flag.

       2020.10.19 Release 2.3.9
       - add: GetFlags, GetIndividualFlags in PGEnum.
       - adjust: Let EnumStringValue support Enum flag.

       2020.10.18 Release 2.3.8
       - adjust: Add Enum of naming case convert methods (ENamingCase)

       2020.10.17 Release 2.3.7
       - add: Test network and Get local IP relative methods in PGWeb.
       - add: Naming case convert methods in PGString.

       2020.10.03 Release 2.3.6
       - fix: Bug of PGCache

       2020.10.01 Release 2.3.5
       - add: some methods of TaiwanDateTime, TaiwanDateOnly, DateTime, DateOnly
       - fix: Bug of PGCache

       2020.09.26 Release 2.3.3, 2.3.4
       - add: some methods which support convert between TaiwanDateTime, TaiwanDateOnly, DateTime, DateOnly

       2020.09.26 Release 2.3.2
       - add: TaiwanDateTime, TaiwanDateOnly to support datetime in taiwan calendar.
       - fix: some bug of DateOnly.
       - add: extension of static method string.Join( ... )

       2020.09.16 Release 2.3.1
       - add: LazyForEach for linq's extension

       2020.07.12 Release 2.3.0
       - add: TimeRange's extension methods: ToTimeRegion

       2020.06.17 Release 2.2.9
       - adjust: few member of TimeRegion, DateRegion's

       2020.06.17 Release 2.2.8
       - add: DateRegion object

       2020.06.15 Release 2.2.7
       - add: Enumerate methods for DateTime, TimeRange, TimeRegion
       - add: DateOnly object
       - add: Timeout parameter for PGWeb.GetBytes, PGWeb.GetString

       2020.06.01 Release 2.2.6
       - fix: TimeRegion bug of Intersection.
       - add: static function for TimeRange: FromYear, FromMonth, FromWeek, FromDay

       2020.05.28 Release 2.2.5
       - Optimize: ToType performance of convert string to enum.

       2020.04.04 Release 2.2.4
       - Add PGVar: provide methods to use var type with complex type or anonymous type.

       2019.10.01 Release 2.2.3
       - add bool's extension: IsNOrE, IsNOrWS, just the simple name of IsNullOrEmpty and IsNullOrWhiteSpace.
       - add string's extension: IfTrue, IfFalse..., use to return specify value when bool is true or false or null.

       2019.07.10 Release 2.2.2
       - fix: FixIfNE bug.

       2019.07.09 Release 2.2.1
       - adjust: Obsolete PrefixIfNotNullOrEmpty, use PrefixToIfNotNullOrEmpty instead.
       - adjust: Obsolete PrefixIfNotNullOrWhiteSpace, use PrefixToIfNotNullOrWhiteSpace instead.
       - adjust: Obsolete FixIfNotNullOrEmpty, use FixToIfNotNullOrEmpty instead.
       - adjust: Obsolete FixIfNotNullOrWhiteSpace, use FixToIfNotNullOrWhiteSpace instead.

       2018.12.04 Release 2.2.0
       - adjust: Change name of Enumerable's Extension => TakeCircle to TakeCycle.
       - fix: the bug in ConvertExtension.ToType series function occur with the multiple thread.

       2018.03.08 Release 2.1.9
       - adjust: Make Enum's extension ToEnumByDescription and ToEnumByStringValue allow null value of default value, and return nullable enum.

       2018.03.08 Release 2.1.8
       - adjust: reset file version and assembly version to 2.1.8

       2018.03.08 Release
       - adjust: let EnumStringValueAttribute can be set multiple, and add the key property to distinguish multiple string value of one enum.
       - adjust: Enum relative method to adapt multiple EnumStringValueAttribute.

       2018.03.07 Release
       - adjust: modify some class to support json serizalize.
       - add: add new method of PGEnum.GetDisplayValueWithDescription and PGEnum.GetDisplayValueWithName, to get on selected value to DisplayValue type instance.

       2018.02.12 Release
       - adjust iterator TargetInvocationException with object type TryToType method in ConvertExtension.

       2018.01.31 Release
       - remove PGCafe.Object.OldVersionUse.ReadOnlyDictionary of .Net Framework 4.5.

       2018.01.12 Release
       - fix bug of IEnumerableExtension.TakeLast method.
       - add string's extension: PrefixIfNotNullOr..., SuffixIfNotNullOr..., FixIfNotNullOr..., DefaultIfNotNullOr...

       2018.01.11 Release
       - fix bug of ControlExtension.Clone method.

       2018.01.10 Release
       - fix some bugs.
       - add PGMath.Min and PGMath.Max of DateTime

       2017.09.26 Release - fix some bugs.

       2017.07.27 Release - fix some bugs, add PGMath's method.

       2017.04.29 Release - fix some bugs.

       2017.04.12 Release - fix some bugs.

       2017.01.10 Release - just arrange PGExtension and add few things.