Fic.XTB.FastRecordCounter 1.2025.3.2

dotnet add package Fic.XTB.FastRecordCounter --version 1.2025.3.2
                    
NuGet\Install-Package Fic.XTB.FastRecordCounter -Version 1.2025.3.2
                    
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="Fic.XTB.FastRecordCounter" Version="1.2025.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fic.XTB.FastRecordCounter" Version="1.2025.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Fic.XTB.FastRecordCounter" />
                    
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 Fic.XTB.FastRecordCounter --version 1.2025.3.2
                    
#r "nuget: Fic.XTB.FastRecordCounter, 1.2025.3.2"
                    
#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 Fic.XTB.FastRecordCounter@1.2025.3.2
                    
#: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=Fic.XTB.FastRecordCounter&version=1.2025.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Fic.XTB.FastRecordCounter&version=1.2025.3.2
                    
Install as a Cake Tool

Get number of total records per entity instantly.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2025.3.2 3,968 3/3/2025
1.2025.2.1 298 2/28/2025
1.2024.11.2 3,037 11/19/2024
1.2024.5.11 4,876 5/23/2024
1.2024.5.9 747 5/10/2024
1.2020.12.7 32,032 12/22/2020
1.2020.12.5 1,133 12/10/2020
1.2020.12.2 627 12/9/2020
1.2020.12.1 554 12/8/2020

1.2025.2.3
- Fixed bug if there is no snapshot for a record
1.2025.2.2
- Fixed issue when there is no last update date, with traditional contains check
1.2024.12.3
- Fixed issue when there is no last update date, thx @rappen
1.2024.05.11
- Fixed issue when you select only one table to count
1.2024.5.8
- Added count last update date
1.2020.12.7
- Added support for legacy count methods
- Fixed search to be case insensitive
1.2020.12.2
- Fixed Select All behavior
- Added warning for organizations that are not on v9+
1.2020.12.1
- Initial version of the tool released