<PackageReference Include="Castle.Core" Version="4.2.1" />

Castle.Components.DictionaryAdapter.FetchAttribute

public class FetchAttribute : Attribute
Identifies an interface or property to be pre-fetched.
namespace Castle.Components.DictionaryAdapter { public class FetchAttribute : Attribute { public bool Fetch { get; } public FetchAttribute(); public FetchAttribute(bool fetch); } }