EntityFieldsAnalyzer 2.0.0.2

dotnet add package EntityFieldsAnalyzer --version 2.0.0.2
NuGet\Install-Package EntityFieldsAnalyzer -Version 2.0.0.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="EntityFieldsAnalyzer" Version="2.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFieldsAnalyzer --version 2.0.0.2
#r "nuget: EntityFieldsAnalyzer, 2.0.0.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.
// 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.

There are no supported framework assets in this 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
2.0.0.2 280 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