<PackageReference Include="Castle.Windsor" Version="5.1.2" />

Castle.MicroKernel.ModelBuilder.Inspectors.ExtendedPropertiesConstants

Only to hold internal constants and get rid of magic numbers and hardcode names.
namespace Castle.MicroKernel.ModelBuilder.Inspectors { internal abstract class ExtendedPropertiesConstants { public static readonly int Pool_Default_InitialPoolSize; public static readonly int Pool_Default_MaxPoolSize; public static readonly string Pool_InitialPoolSize; public static readonly string Pool_MaxPoolSize; protected ExtendedPropertiesConstants(); } }