2 references to HasMachOSignatureLoadCommand
Microsoft.NET.Build.Tests (1)
AppHostTests.cs (1)
161MachOSignature.HasMachOSignatureLoadCommand(new FileInfo(appHostFullPath)).Should().Be(shouldBeSigned, $"The app host should {(shouldBeSigned ? "" : "not ")}have a Mach-O signature load command.");
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishASingleFileApp.cs (1)
1173MachOSignature.HasMachOSignatureLoadCommand(new FileInfo(singleFilePath))