2 references to PermitMissingInbox
Microsoft.DotNet.Build.Tasks.Packaging (2)
ValidateFrameworkPackage.cs (2)
69
var permittedMissingInbox = GetSuppressionValues(Suppression.
PermitMissingInbox
) ?? new HashSet<string>();
79
logMissingPackage($"File {missingInboxAssembly.Key}.dll is marked as inbox for framework {Framework} but was missing from framework package {_report.Id}/{_report.Version}. Either add the file or update {nameof(PackageInfo.InboxOn)} entry in {string.Join(";", _index.IndexSources)}. This may be suppressed with {nameof(Suppression.
PermitMissingInbox
)} suppression");