<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.ValidatedNotNullAttribute

public sealed class ValidatedNotNullAttribute : Attribute
This class informs FxCop that the argument passed in, is checked for null. This means we do not need to disable warnings manually everywhere.
namespace Relativity.DataExchange { public sealed class ValidatedNotNullAttribute : Attribute { public ValidatedNotNullAttribute(); } }