<PackageReference Include="Namotion.Reflection" Version="3.4.1" />

System.Diagnostics.CodeAnalysis.MaybeNullAttribute

sealed class MaybeNullAttribute : Attribute
Specifies that an output may be null even if the corresponding type disallows it.
namespace System.Diagnostics.CodeAnalysis { internal sealed class MaybeNullAttribute : Attribute { public MaybeNullAttribute(); } }