<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.PortableExecutable.DebugDirectoryBuilder

sealed class DebugDirectoryBuilder
namespace System.Reflection.PortableExecutable { internal sealed class DebugDirectoryBuilder { public DebugDirectoryBuilder(); public void AddCodeViewEntry(string pdbPath, BlobContentId pdbContentId, ushort portablePdbVersion); public void AddReproducibleEntry(); } }