-
-
Notifications
You must be signed in to change notification settings - Fork 3
Use UseKestrel() with WebApplicationFactory<T> #2334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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
4571c2c to
53d075a
Compare
|
@costellobot rebase |
a778c3c to
c5d3507
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c5d3507 to
f70b6be
Compare
d10a17e to
820c4e9
Compare
f70b6be to
2b68c92
Compare
820c4e9 to
13767f7
Compare
2b68c92 to
ff2a862
Compare
3232ffb to
a5ef63a
Compare
94b7637 to
b7568f9
Compare
a5ef63a to
d1bc6a0
Compare
b7568f9 to
1d36bbd
Compare
cc3ac68 to
bfca836
Compare
eb29440 to
9bab98d
Compare
7fa5510 to
6aed91e
Compare
Use the new `UseKestrel()` method for `WebApplicationFactory<T>` to remove the customisation needed to host the application on an HTTP port.
9bab98d to
2e6d87d
Compare
Use the new
UseKestrel()method forWebApplicationFactory<T>to remove the customisation needed to host the application on an HTTP port.Depends on dotnet/aspnetcore#62231.