DotNext by Roman Sakno

<PackageReference Include="DotNext" Version="0.11.0" />

 RuntimeFeaturesAttribute

public sealed class RuntimeFeaturesAttribute : Attribute
Indicates that the code inside of method, type, module or assembly relies on specific runtime features.

Indicates that code relies on dynamic IL code generation or compilation of Expression Trees.

public bool PrivateReflection

Indicates that code relies on reflection of private or internal members.

Indicates that code relies on MakeGenericMethod or MakeGenericType calls.