PGCafeCore 8.1.5

dotnet add package PGCafeCore --version 8.1.5
                    
NuGet\Install-Package PGCafeCore -Version 8.1.5
                    
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="PGCafeCore" Version="8.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGCafeCore" Version="8.1.5" />
                    
Directory.Packages.props
<PackageReference Include="PGCafeCore" />
                    
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 PGCafeCore --version 8.1.5
                    
#r "nuget: PGCafeCore, 8.1.5"
                    
#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.
#:package PGCafeCore@8.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PGCafeCore&version=8.1.5
                    
Install as a Cake Addin
#tool nuget:?package=PGCafeCore&version=8.1.5
                    
Install as a Cake Tool

Something to use. (The PGCafe that Support .Net Core)

           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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PGCafeCore:

Package Downloads
PGDatabaseCore

Something to use. (The PGCafe that Support .Net Core) 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
8.1.5 99 5/25/2026
8.1.4 271 10/31/2025
8.1.3 245 10/28/2025
8.1.2 228 10/26/2025
8.1.1 323 9/15/2025
8.1.0 249 9/11/2025
8.0.9 263 9/2/2025
8.0.8 237 9/1/2025
8.0.7 257 9/1/2025
8.0.6 318 8/8/2025
8.0.5 160 8/2/2025
8.0.4 572 7/24/2025
8.0.3 576 7/24/2025
8.0.2 577 7/24/2025
8.0.1 570 7/24/2025
8.0.0 437 7/21/2025
0.2.5.8 178 7/19/2025
0.2.5.7 251 6/30/2025
0.2.5.6 239 5/11/2025
0.2.5.5 251 5/11/2025
Loading failed

2026.05.25 Release 8.1.5
           - fix: PGCache add the disable cache feature.
           
           2025.10.31 Release 8.1.4
           - fix: the bug of RectangleFConverter.

           2025.09.13 Release 8.1.3
           - fix: the bug when get the extend value from flag enum.
           - fix: Image.RotateFlip extension method will now remove the property after rotate.

           2025.09.12 Release 8.1.2
           - add: PointD for double value's point.
           - add: SizeD for double value's size.
           - add: RectangleD for double value's rectangle.
           - add: Numeric for variable numeric type support.

           2025.09.11 Release 8.1.1
           - add: double support of PGAlignment.

           2025.09.11 Release 8.1.0
           - add: PGHelpMe.TryCatchAsync.

           2025.09.02 Release 8.0.9
           - fix: the UseWinform issue.

           2025.09.01 Release 8.0.8
           - fix: the assembly version.

           2025.09.01 Release 8.0.7
           - fix: the bug of PGAF for null prefix or suffix.

           2025.08.08 Release 8.0.6
           - fix: the bug of IEnumerableExtension.WhereNotNull (for struct)

           2025.8.02 Release 8.0.5
           - fix: the bug of PGEnum.FlagAll
           - remove: IEnumerable extension: SkipLast, TakeLast (.Net 8 has this function)

           2025.7.24 Release 8.0.4
           - fix: the bug of PGType.GetNullableTypeMap

           2025.7.24 Release 8.0.3
           - add: PGType.GetTypeMap, PGType.GetNullableTypeMap
           - Upgrade to Net 8.0
           - add: PGAffixer, provide the suffix, prefix function. (Simple Alias class: PGAF)
           - Obsolete: PrefixIf, SuffixIf, FixIf...

           2025.7.19 Release 0.2.5.8
           - adjust: linq WithIndex use tuple instead the struct.
           - adjust: DefaultIfxxx support null source.

           2025.06.30 Release 0.2.5.7
           - adjust: ToEnumByDescription, ToEnumByExtendValue support reserve the valid part of the flag-enum.
           - add: ToEnumByString function instead the C# convertor to support reserve the valid part of the flag-enum.

           2025.05.11 Release 0.2.5.6
           - fix: PGObject.IsSameWith bug for nullable type.
           - adjust: PGObject.IsSameWith use the Equals method that is override by the type.

           2025.03.09 Release 0.2.5.3
           - fix: PGCache's bug of the Update.
           - add: PGRetry functions.

           2025.02.04 Release 0.2.5.2
           - add: StringDateRangeAndTimeRangeConverter for json serialize and deserialize.

           2025.01.31 Release 0.2.5.1
           - fix: StringDateOnlyConverter support JsonType.Date object

           2024.03.21 Release 0.2.5.0
           - add: PGUnit..ToShortName

           2024.03.21 Release 0.2.4.9
           - add: PGUnit..FromShortName
           - fix: but of PGEnum

           2024.03.16 Release 0.2.4.8
           - fix: bug of PGCrypto.Aes

           2024.03.15 Release 0.2.4.7
           - add: PGCrypto.AES

           2023.12.30 Release 0.2.4.6
           - add: Add cancel function of PGDebouncer and PGThrottle

           2023.09.01 Release 0.2.4.5
           - fix: PGCacheGroup.SetGroup and PGCacheSignle.SetOneByOne will not set the exist status when the data is empty and has pass ExpectKeys argument.

           2023.05.30 Release 0.2.4.4
           - add: Linq function: WhereNotNull.

           2023.05.12 Release 0.2.4.3
           - add: Linq function: AverageSplit.

           2023.05.09 Release 0.2.4.2
           - add: PGCacheGroup add the batch access functions.

           2023.05.09 Release 0.2.4
           - add: PGCacheSignle add the batch access functions. (will add to another cache later)

           2023.04.26 Release 0.2.3
           - add: .net 6.0 windows library of nuget package.

           2023.04.26 Release 0.2.2
           - add and fix: Some object support to PropertyGrid.

           2023.04.21 Release 0.2.1
           - add: Some object support to PropertyGrid.
           - add: Serializable Pen

           2023.03.19 Release 0.2.0
           - add: The PGCache now support absolute expiration time.

           2023.03.10 Release 0.1.9
           - fix: The bug of PGCacheGroup.IsExist again

           2023.03.06 Release 0.1.8
           - fix: The bug of PGCache.IsExist again

           2023.03.06 Release 0.1.7
           - fix: The bug of PGCache.IsExist

           2023.03.06 Release 0.1.6
           - fix: The bug of PGCacheBetween

           2022.12.05 Release 0.1.5
           - fix: DateOnly.Equals is not correct compare.
           - fix: Substring, SubstringShrink support the empty string of [to] parameter represent the end of source.

           2022.10.01 Release 0.1.4
           - Revised some detail of DateTime relative methods.
           - Add PGUnit module.
           - Revised Update the structure of PGCache.

           2022.04.24 Release 0.1.3
           - Add more function of DateRange and TimeRange: SetDate, SetTime, FromAbsDate, FromAbsTime.
           - Add extension functions of TimeOnly.

           2022.02.20 Release 0.1.2
           - Remove: PGBarcode

           2022.02.03 Release 0.1.1
           - fix: the function DateTime.LastTimeOfDay, TaiwanDateTime.LastTimeOfDay will not return correct value.

           2021.12.17 Release 0.1.0
           - Try change the package to .net 6.0

           2021.12.14 Release 0.0.9
           - Initialize