EntityFieldsAnalyser 1.1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFieldsAnalyser --version 1.1.1.3
NuGet\Install-Package EntityFieldsAnalyser -Version 1.1.1.3
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="EntityFieldsAnalyser" Version="1.1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFieldsAnalyser --version 1.1.1.3
#r "nuget: EntityFieldsAnalyser, 1.1.1.3"
#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 EntityFieldsAnalyser as a Cake Addin
#addin nuget:?package=EntityFieldsAnalyser&version=1.1.1.3

// Install EntityFieldsAnalyser as a Cake Tool
#tool nuget:?package=EntityFieldsAnalyser&version=1.1.1.3

BETA ! 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.

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.
Thanks To Taha Merey For his Support.

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.1.0.1 2,537 2/11/2024
2.0.0.6 1,003 1/15/2024
2.0.0.4 4,148 9/9/2023
2.0.0.3 1,170 8/23/2023
2.0.0.2 379 8/23/2023
2.0.0.1 349 8/22/2023
1.1.1.6 20,779 10/3/2021
1.1.1.5 3,985 6/19/2021
1.1.1.3 2,729 3/25/2021
1.1.1.2 658 3/22/2021
1.1.1.1 404 3/21/2021

- Request Optimization.
- Analyse Optimization.
- Button issue Fixed.