EntityFieldsAnalyzer 2.0.0.2
dotnet add package EntityFieldsAnalyzer --version 2.0.0.2
NuGet\Install-Package EntityFieldsAnalyzer -Version 2.0.0.2
<PackageReference Include="EntityFieldsAnalyzer" Version="2.0.0.2" />
paket add EntityFieldsAnalyzer --version 2.0.0.2
#r "nuget: EntityFieldsAnalyzer, 2.0.0.2"
// Install EntityFieldsAnalyzer as a Cake Addin #addin nuget:?package=EntityFieldsAnalyzer&version=2.0.0.2 // Install EntityFieldsAnalyzer as a Cake Tool #tool nuget:?package=EntityFieldsAnalyzer&version=2.0.0.2
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.
Version | Downloads | Last updated |
---|---|---|
2.0.0.2 | 314 | 8/23/2023 |
Release note:
- Adding new option to chose between Analyse Entity METADATA Only or Entity METADATA + Data to get the percentage of use of each attribute.
- Adding the possibility to display all the informations about entity columns.
- Export Analyse result as excel file with the full details of entity metadata.
- UI improvment