Commit Graph

131 Commits (9bfa52c60f99fdda2e5aca462e49bee4d9e49d85)

Author SHA1 Message Date
Luke Latham fd5713d06d
Add package INCLUDE (#24307) 2021-12-14 16:14:44 -06:00
Mohamed Amine HAMDI 948cb47f23
Update middleware.md package necessary to the extension method Configure (#24259) 2021-12-10 10:35:10 -06:00
Hao Kung aa72358108
Mention hosting bundle for 500 internals (#24138) 2021-11-30 14:57:18 -06:00
Rick Anderson 7ec686310e
Ra/test min api (#24117)
* Tests with Minimal Hosting Model

Updated Integration tests with minimal hosting modal configuration, setup and example.

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

* Add tests when using new minimal hosting model /1 /furoTmark

* Add tests when using new minimal hosting model /1 /furoTmark

* Add tests when using new minimal hosting model /1 /furoTmark

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

* Update aspnetcore/test/integration-tests.md

Co-authored-by: Stephen Halter <halter73@gmail.com>

Co-authored-by: Furó Tamás-Márk <furo.tamas.mark@gmail.com>
Co-authored-by: Stephen Halter <halter73@gmail.com>
2021-11-29 14:48:21 -10:00
Luke Latham 218f944523
.NET Hot Reload support (#23659) 2021-11-09 18:12:36 -06:00
Luke Latham 6b7dedbb45
Update Playwright naming (#23601) 2021-10-22 05:43:25 -05:00
Luke Latham 0597fc419a
Playwright Sharp SPA testing recommendation (#23594) 2021-10-21 21:53:44 -05:00
Gabriel Majeri e3a9128588
Remove "Shadow copying" section from integration testing guide (#23092)
* Remove "Shadow copying" section from integration testing guide

* Delete xunit.runner.json

* Keep shadow copying section but mention when it's needed

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-10-21 08:53:23 -10:00
Wade Pickett 9726e731e1
Remove outdated Channel 9 links (#23557) 2021-10-20 16:49:01 -07:00
Luke Latham 71289694bc
Update cross-link (#23451) 2021-10-05 07:38:02 -05:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Luke Latham 08649c5d5b
Integration testing updates (#22957) 2021-08-05 09:09:34 -05:00
Rick Anderson fa9615bd1d
Update load-tests.md (#22433)
* Update load-tests.md

* Update aspnetcore/test/load-tests.md

* Update aspnetcore/test/load-tests.md
2021-08-02 07:34:15 -07:00
Dominik Zarsky ac614678f9
Update links to XUnit website and documentation (#22637) 2021-06-30 12:17:04 -07:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Rick Anderson cac652fd8a
Update RazorPagesTestSample.csproj (#22119) 2021-04-23 12:22:55 -10:00
Ahmad Rasyid Salim 840db2efe1
xunit.github.io not found (#21973) 2021-04-04 04:18:17 -05:00
Carl Reinke 9bf23c39da
Fix broken link (#21748) 2021-03-10 15:20:10 -06:00
Scott Addie 09e3573c75 Finish default branch renaming work 2021-03-09 22:40:27 -06:00
Ihor Nechyporuk dfe4d06a6c
Add NBomber to list of load-testing tools (#21468)
Hi,

Please add NBomber to the list of load-testing tools

Github: https://github.com/PragmaticFlow/NBomber
Docs: https://nbomber.com/docs/index.html
> Very simple load testing framework for Pull and Push scenarios. It's 100% written in F# and targeting .NET Core and full .NET Framework.
2021-03-03 14:36:52 -10:00
Rick Anderson e91843f849
fix broken link caused by heading name change (#21569) 2021-02-16 15:14:41 -10:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
David Coulter 399d6c2daf
Links: AspNetCore - Pass 1 (#19880)
* Links: AspNetCore - Pass 1

* Apply suggestions from code review

* Update aspnetcore/fundamentals/routing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-15 13:08:26 -10:00
Manuel Pfemeter f5018c971f
Fix typo (#19772) 2020-09-03 08:06:55 -05:00
Kirk Larkin 0704f879cc Versioning and line highlights 2020-08-28 20:35:07 +01:00
Kirk Larkin cf9407ec1c Use GetTestClient() instead of GetTestServer().CreateClient() 2020-08-28 20:05:05 +01:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Mihail Vladov bc445b457c
Add JustMockLite to additional resources (#19284)
* Add JustMockLite to additional resources

* Addressing feedback
2020-07-22 13:54:01 -05:00
Luke Latham 97af55e45a
Update integration tests sample app (#19274) 2020-07-21 10:27:22 -05:00
Kirk Larkin 7f3528d810
Use AddRazorPages(options => ...) where appropriate (#19247)
* Use AddRazorPages(options => ...) where appropriate

* React to feedback
2020-07-19 08:59:03 -10:00
Rick Anderson e8c277db8d
update azure debug log (#19238)
* update azure debug log

* update azure debug log
2020-07-16 16:22:23 -10:00
Hao Kung 55e4bfa172
Clarify that authentication scheme needs to match (#19201)
* Clarify that authentication scheme needs to match

* Update aspnetcore/test/integration-tests.md

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-07-16 09:48:47 -05:00
Rick Anderson 43ae480ffc
TestServer comes in a package (#18969) 2020-06-25 14:41:15 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Rick Anderson b9f95ed77b
Cloud-based load testing service end of life (#18815)
* Cloud-based load testing service end of life

* Cloud-based load testing service end of life
2020-06-17 20:19:27 -10:00
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
Luke Latham f8addb3c9e
Blazor crosslink touchups (#18492) 2020-05-26 12:13:05 -05:00
Michal Ciechan a2eb937f08
Adding ConfigureTestServices (#18391) 2020-05-20 07:08:45 -05:00
Luke Latham 3d3f5ada4d
Integration testing 2.x set env update (#18254) 2020-05-15 08:11:39 -05:00
Stephen Hoerner c92bb5ab95
Add info for setting environment on IWebHostBuilder (#18313) 2020-05-15 08:10:02 -05:00
Rick Anderson fbecab1ce5
Testserver limitations (#18283)
* Testserver limitations

* Testserver limitations

* Testserver limitations

* Update aspnetcore/test/middleware.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* final fix

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
2020-05-14 08:22:20 -10:00
Luke Latham e8a7585f19
Test middleware topic (#18114) 2020-05-06 14:10:08 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Andrew Stanton-Nurse fbaa761fdd
Add note about ANCM 500.38 error (#17930) 2020-04-20 15:54:15 -05:00
Maira Wenzel 072292c86a
Replace www.microsoft.com/net links (#17346)
* Update instructions to skip one step

* remove links to /download/all

* additional microsoft.com/net links

* more link updates

* fix more instances
2020-03-18 10:44:43 -05:00
Luke Latham a510489773
Topic author updates (#17193) 2020-03-03 18:42:23 -06:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
Luke Latham 168f7baeda
Whole-topic versioning (#16908)
Versioning restructure of 16 topics.
2020-02-07 19:06:11 -08:00