46 references to Entries
Microsoft.Arcade.Common (2)
Microsoft.AspNetCore.App.UnitTests (2)
Microsoft.Build (1)
Microsoft.Build.CommandLine.UnitTests (1)
Microsoft.Build.Engine.UnitTests (10)
BinaryLogger_Tests.cs (10)
465zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith("testtaskoutputfile.txt"),
466$"Embedded files: {string.Join(",", zipArchive.Entries)}");
525zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith("testtaskoutputfile.txt"),
526customMessage: $"Embedded files: {string.Join(",", zipArchive.Entries)}");
527zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(symlinkName),
528customMessage: $"Embedded files: {string.Join(",", zipArchive.Entries)}");
529zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(symlinkLvl2Name),
530customMessage: $"Embedded files: {string.Join(",", zipArchive.Entries)}");
531zipArchive.Entries.ShouldContain(zE => zE.Name.EndsWith(emptyFileName),
532customMessage: $"Embedded files: {string.Join(",", zipArchive.Entries)}");
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (4)
Microsoft.DotNet.Helix.Sdk (2)
Microsoft.DotNet.Internal.SymbolHelper (1)
Microsoft.DotNet.NuGetRepack.Tasks (1)
Microsoft.DotNet.NuGetRepack.Tests (2)
Microsoft.DotNet.SignCheckLibrary (8)
Microsoft.DotNet.SignTool (2)
Microsoft.DotNet.VersionTools (1)
Microsoft.ML.Core (1)
Microsoft.ML.Ensemble (2)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.TestFramework (1)
System.IO.Compression.ZipFile (1)
System.IO.Packaging (2)