EntityFieldsAnalyser 1.1.1.6
See the version list below for details.
dotnet add package EntityFieldsAnalyser --version 1.1.1.6
NuGet\Install-Package EntityFieldsAnalyser -Version 1.1.1.6
<PackageReference Include="EntityFieldsAnalyser" Version="1.1.1.6" />
paket add EntityFieldsAnalyser --version 1.1.1.6
#r "nuget: EntityFieldsAnalyser, 1.1.1.6"
// Install EntityFieldsAnalyser as a Cake Addin #addin nuget:?package=EntityFieldsAnalyser&version=1.1.1.6 // Install EntityFieldsAnalyser as a Cake Tool #tool nuget:?package=EntityFieldsAnalyser&version=1.1.1.6
This Tool allow you to get an overview about your entity :
the Fields in your entity by Types.
the percentage of use of each field in your entity.
charting about:
Managed/Unmanaged Fields in your Entity.
The Count of Fields Per Type.
the volume usage of your entity(about fields).
You can Also display the data chart by percentage.
The Count of Entities.
There's Also a field calculator to give you an idea if you can create such number of field of different types in your entity.
Learn more about Target Frameworks and .NET Standard.
-
- XrmToolBox (>= 1.2020.12.43)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fix isSearchable Column.
- Add The Count of Entities.