Skip to content

Conversation

@martincostello
Copy link
Owner

Use the new UseKestrel() method for WebApplicationFactory<T> to remove the customisation needed to host the application on an HTTP port.

Depends on dotnet/aspnetcore#62231.

@martincostello martincostello added enhancement New feature or request .NET Pull requests that update .NET code labels Jun 4, 2025
Copy link
Collaborator

@costellobot costellobot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
desktop https://localhost:50001/sign-in

Device URL
mobile https://localhost:50001/sign-in

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from 4571c2c to 53d075a Compare June 11, 2025 07:43
@martincostello
Copy link
Owner Author

@costellobot rebase

@codecov
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.62%. Comparing base (6aed91e) to head (2e6d87d).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff               @@
##           dotnet-nightly    #2334   +/-   ##
===============================================
  Coverage           85.62%   85.62%           
===============================================
  Files                 108      108           
  Lines                3980     3980           
  Branches              458      458           
===============================================
  Hits                 3408     3408           
  Misses                452      452           
  Partials              120      120           
Flag Coverage Δ
linux 85.60% <ø> (ø)
macos 85.60% <ø> (ø)
windows 85.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello changed the base branch from dotnet-vnext to dotnet-nightly June 11, 2025 14:13
@martincostello martincostello force-pushed the dotnet-nightly branch 2 times, most recently from cc3ac68 to bfca836 Compare July 11, 2025 16:55
@martincostello martincostello force-pushed the dotnet-nightly branch 4 times, most recently from 7fa5510 to 6aed91e Compare July 13, 2025 16:47
Use the new `UseKestrel()` method for `WebApplicationFactory<T>` to remove the customisation needed to host the application on an HTTP port.
@martincostello
Copy link
Owner Author

#2505

@martincostello martincostello deleted the kestrel-waf branch July 15, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants