Commit Graph

15369 Commits (0237b2257e45f0d8c4315091522ecef5ae390aef)

Author SHA1 Message Date
Bill Wagner 0237b2257e
Run quest nightly (#28629)
Quest runs nightly, rather than on each label update.

The following changes make that happen:

- The bulk action runs once a day, at a hopefully convenient time.
- The single item workflow runs only in response to a workflow dispatch event (user started)
- For security reasons, limit the permissions to write *issues*, not *contents*
2023-03-09 17:27:56 -05:00
Luke Latham 96c5a81622
Fix an example and add an example (#28628) 2023-03-09 10:58:58 -05:00
Rick Anderson c7d054826e
update how to update MVC legacy to Core (#28623)
* update how to update MVC legacy to Core

* update how to update MVC legacy to Core

* update how to update MVC legacy to Core

* update how to update MVC legacy to Core

* update how to update MVC legacy to Core

* update how to update MVC legacy to Core
2023-03-08 17:45:18 -10:00
Amalkrishna Nair f051b14b54
Fix missing property accessor in code and add jump link to section (#28521)
* Add jump link to section

* Add missing property accessor

Change `model.Insert(..)` to `model.Countries.Insert(..)`
2023-03-08 13:17:00 -08:00
Luke Latham 1ca6128fee
QuickGrid productization (#28622) 2023-03-08 16:12:49 -05:00
Luke Latham 3f237d5d80
Update the article date (#28620) 2023-03-08 15:36:46 -05:00
Daniel Roth 6fec734c31
Remove promise of future delivery of functionality that is not committed. (#28613) 2023-03-08 09:11:16 -05:00
Luke Latham 4075b300fa
Update filename -> file name (#28615) 2023-03-08 08:29:21 -05:00
Luke Latham 6b3c602e15
Blazor standalone WASM auth updates (#28614) 2023-03-08 08:06:52 -05:00
Rick Anderson 86b67367c7
upgrade not migrate /1 (#28592)
* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1

* upgrade not migrate /1
2023-03-07 14:11:54 -10:00
Luke Latham 50c9ba6127
Additional JS initializer scenarios (#28492) 2023-03-07 17:19:20 -05:00
Fiyaz Bin Hasan 621ec479c8
Update jsonpatch.md (#28605)
* Update jsonpatch.md

* Update jsonpatch.md
2023-03-07 20:52:52 +00:00
Wade Pickett c0e330b51d
SignalR Get Started - v7 prep (#28590)
* SignalR Get Started - v7 prep moving to version by file.
2023-03-07 12:27:29 -08:00
Luke Latham 3b0330e8c2
Edit pass on Blazor with Yarp (#28574)
* Edit pass on Blazor with Yarp

* Create BlazorEndpointRouteBuilderExtensions.cs

* Updates

* Updates
2023-03-07 08:45:47 -10:00
Luke Latham 75d6110df8
Blazor Hosted WASM AAD B2C updates (#28586) 2023-03-07 08:27:45 -05:00
Tommy Sørbråten 81a2702037
Fix typo ("or" to "and" in "both x or y") (#28593) 2023-03-06 18:32:57 -05:00
Luke Latham 4ae8e3d103
Fix example code (#28588) 2023-03-06 14:09:35 -05:00
snikolaj 66cf5b3a5f
Fixing typo in links to previous/next pages (#28577) 2023-03-05 10:03:08 -10:00
Selvin Fehric 20651ef8e5
Fixing paths for apache error and access logs (#28580)
Paths were saved to:
/var/log/apache2helloapp-error.log
/var/log/apache2helloapp-access.log

Instead, it should be:
/var/log/apache2/helloapp-error.log
/var/log/apache2/helloapp-access.log
2023-03-05 12:01:55 -08:00
落花雨 9e938bdb12
Fix some typos (#28578) 2023-03-04 19:04:45 -06:00
Luke Latham 50896b0a62
Fix broken example and add an explanation (#28575) 2023-03-04 13:05:12 -06:00
Luke Latham 35ebc68060
Improve explanation wording (#28569) 2023-03-04 06:39:34 -06:00
Rick Anderson 60eec69e5b
Update toc.yml (#28564) 2023-03-03 15:12:01 -10:00
Taylor Southwick 3d1b2bfa1d
Add doc for using Blazor with YARP (#28535) 2023-03-03 14:38:53 -10:00
Rick Anderson d01a9016ec
A/B Test edit pass /1 (#28551)
* A/B Test edit pass /1

* A/B Test edit pass /1

* Update aspnetcore/migration/inc/abtesting.md
2023-03-03 14:35:49 -10:00
Tom Dykstra af05461c76
Fix code style issues (#28560) 2023-03-03 11:23:52 -08:00
Rick Anderson 506955d63a
Merge pull request #28542 from christianskovholm/patch-1
Update services.md
2023-03-02 17:40:23 -10:00
Rick Anderson b6fd4c1590
Merge pull request #28557 from dotnet/dependabot/nuget/aspnetcore/security/cookie-sharing/samples/WebCookieShare-NetFx/jQuery.Validation-1.19.3
Bump jQuery.Validation from 1.17.0 to 1.19.3 in /aspnetcore/security/cookie-sharing/samples/WebCookieShare-NetFx
2023-03-02 16:55:05 -10:00
Rick Anderson bdb0de38e8
Merge pull request #28559 from dotnet/Rick-Anderson-patch-4
Update load-tests.md
2023-03-02 16:41:26 -10:00
Rick Anderson fb1508139e
Update load-tests.md 2023-03-02 16:32:45 -10:00
dependabot[bot] 27808143fc
Bump jQuery.Validation
Bumps jQuery.Validation from 1.17.0 to 1.19.3.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 02:13:49 +00:00
Rick Anderson f75719561a
Merge pull request #28503 from fiyazbinhasan/endpoint-cors-dotnet-8
modify cors sample and doc
2023-03-02 16:13:19 -10:00
Rick Anderson 48f960fef2
Draft-WIP: ModelState.AddModelError /2 (#28445)
* changed date😎

* IResult model binding and testing /2

* work

* work

* work

* work

* work

---------

Co-authored-by: Samson Amaugo <sammychinedu2ky@gmail.com>
2023-03-02 15:49:48 -10:00
Tom Dykstra 9e6b39f459
Prefer the dotnet version of high-perf logging (#28553) 2023-03-02 17:23:43 -08:00
github-actions[bot] 37a6bbeec8
What's new article (#28527)
* Bot 🤖 generated "What's new article"

* Update aspnetcore/whats-new/dotnet-AspNetCore.Docs-mod2.md

* Update aspnetcore/whats-new/dotnet-AspNetCore.Docs-mod2.md

---------

Co-authored-by: Rick-Anderson <Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-03-02 13:14:03 -10:00
Taylor Southwick 5c75d2ac1c
Fix a couple of incorrect APIs for the incremental migration docs (#28545) 2023-03-02 12:27:45 -10:00
Rick Anderson 7d1bd99b73
Create stub.text 2023-03-02 12:08:40 -10:00
Taylor Southwick c144129225
Add A/B testing info for incremental migration (#28534)
* Add A/B testing info for incremental migration

* default value to true
2023-03-02 11:51:48 -10:00
Rick Anderson 5aff3ba02e
Update accconfirm.md (#28543) 2023-03-02 08:58:55 -10:00
Christian Skovholm 1d262ec45b
Update services.md 2023-03-02 17:08:27 +01:00
Tom Dykstra e1b46efe30
Make links absolute (#28528) 2023-02-28 19:33:38 -08:00
Tom Dykstra fbda1c432d
Set up localization.md for version >=6 (#28523) 2023-02-28 18:16:51 -08:00
Wade Pickett f7981d6f07
First MVC Series: Versioning (#28504)
* First MVC Series: Versioning

* Removed accidental index.md change, fixed include link

* Changed .png paths from relative to absolute.

* Fixed next step link

* adding-contoller tutorial versioned.

* adding-view versioned

* adding-model versioned

* adding-model includes for older versions

* working-with-sql versioning

* working-with-sql all versions fix link

* controller-methods-views versioned

* search versioned and a link fixed for controller-method-vie3ws

* new-field versioned

* validation versioned plus code link fix on controller-methods-views6.md

* Details versioned

* Details link to validation.md fixed

* Isolating details.md H1 warning by temp removing earlier versions.

* Isolating details.md H1 warning by temp adding only vers 6 leave out vers 3

* Isolating details.md H1 warning adding details3-5.md back in.

* Fixing links in details and new-field docs

* meta data moniker range ignored on SQL, setting to below date to test

* Fixed search.md version includes at bottom
2023-02-28 11:03:35 -08:00
Luke Latham 5ad4cf879a
Patch typeface (#28519) 2023-02-28 10:12:53 -06:00
Luke Latham 30dfb68033
WASM security overview updates (#28518) 2023-02-28 06:37:36 -06:00
Luke Latham 05109e1f84
Hosted Blazor WASM AAD updates (#28515) 2023-02-28 06:10:11 -06:00
Rick Anderson cd1ab4c4db
Update key-storage-ephemeral.md (#28485) 2023-02-27 14:07:33 -10:00
Rick Anderson 08af467683
Update linux-nginx.md (#28483)
* Update linux-nginx.md

* Update aspnetcore/host-and-deploy/linux-nginx.md

* Update aspnetcore/host-and-deploy/linux-nginx.md

* Update aspnetcore/host-and-deploy/linux-nginx.md
2023-02-27 13:06:11 -10:00
Tom Dykstra f1aff86565
Dev tunnels in VS GA (#28511) 2023-02-27 10:00:44 -08:00
Luke Latham 3b78bb0374
Change author in metadata (#28507) 2023-02-27 06:41:37 -06:00