Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tests/Aspire.Hosting.Tests/DistributedApplicationTests.cs
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
danegsta and Copilot authored Nov 4, 2025
commit 6f15a6a41f32079a6f2570795d4cc1681d999ebf
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public async Task VerifyContainerIncludesExpectedDevCertificateConfiguration(boo

if (trustScope == CertificateTrustScope.Override)
{
foreach (var bundlePath in expectedDefaultBundleFiles!.Select<String, (string dir, string filename)>(bp =>
foreach (var bundlePath in expectedDefaultBundleFiles!.Select(bp =>
{
var filename = Path.GetFileName(bp);
var dir = bp.Substring(0, bp.Length - filename.Length);
Expand Down