Commit Graph

15395 Commits (ae11ba42c6025005c83242a0f7a62d48bf811cce)

Author SHA1 Message Date
Tom Dykstra ae11ba42c6
Install Microsoft.Extensions.Hosting.WindowsServices NuGet package (#28686) 2023-03-16 11:45:24 -07:00
Taylor Southwick d274c5b604
Use xref to reference types in incremental migration (#28688)
* Use xref to reference types in incremental migration

* Fix xref

* fix

* Fix2

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

---------

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-03-16 08:44:12 -10:00
Tom Dykstra fb405a3688
Fix links (#28691) 2023-03-16 11:42:26 -07:00
Matt K 287b1dafba
Move code snippet to better location (#28690) 2023-03-16 08:35:03 -07:00
Luke Latham 211b9a23e6
Blazor standalone WASM auth updates (#28684) 2023-03-16 06:27:45 -04:00
Tom Dykstra e376d96ef5
Remove duplicate snippet (#28689) 2023-03-15 19:30:55 -07:00
Luke Latham a190b97f7f
Change example 3rd party package (#28682)
* Change example 3rd party package

* Update css-isolation.md
2023-03-15 16:16:55 -04:00
Luke Latham 7732e0279b
Remove @bind:{get|set|after} feature NOTEs (#28683) 2023-03-15 16:12:53 -04:00
Luke Latham 9e6d8ba0ef
Protect class instance invokable methods (#28631) 2023-03-15 16:12:28 -04:00
Luke Latham c5aedf7a09
Blazor WASM MS accts updates (#28672) 2023-03-15 07:35:12 -04:00
Tom Dykstra f401d3260a
Remove outdated note about output caching (#28679) 2023-03-14 14:58:09 -07:00
David Pine bfca811383
Update check-for-build-warnings.yml (#28675) 2023-03-14 11:01:44 -10:00
David Pine b0a21fd127
Update check-for-build-warnings.yml (#28661)
* Update check-for-build-warnings.yml

* Apply suggestions from code review
2023-03-13 12:54:47 -10:00
Tom Dykstra cc7e14eeb3
Prep WebApplication.md for 8.0 content (#28655) 2023-03-13 14:53:36 -07:00
Rick Anderson 72fa3983fa
Create stub.txt 2023-03-13 08:45:22 -10:00
Luke Latham 177a978e07
Layouts versioning (#28659) 2023-03-13 10:44:54 -04:00
Tom Dykstra 51134128f5
Prep HTTP.sys for .NET 8.0 version (#28652) 2023-03-10 15:13:54 -08:00
Wade Pickett 1699635909
SignalR Get Started v7 Update (#28626)
* SignalR Get Started v7 Update
2023-03-10 15:01:52 -08:00
Tom Dykstra 3250cabe2f
Prep for 8.0 version (#28649) 2023-03-10 14:33:54 -08:00
Rick Anderson 5c2c2e6f16
Merge pull request #28647 from dotnet/Rick-Anderson-patch-4
Update index.md
2023-03-10 11:06:56 -10:00
Rick Anderson 0557e6ec26
Update index.md 2023-03-10 11:01:23 -10:00
Rick Anderson cde5233aea
Merge pull request #28645 from dotnet/tdykstra-patch-1
Add note about AddEndpointsApiExplorer
2023-03-10 10:23:03 -10:00
Tom Dykstra 343a551c19
Add note about AddEndpointsApiExplorer 2023-03-10 11:25:00 -08:00
Rick Anderson 20097b88d7
update how to update MVC legacy to Core (#28625)
* 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-10 08:43:04 -10:00
Tom Dykstra 8e75587013
Remove manual package installations from VS tab (#28636) 2023-03-10 08:42:52 -10:00
Luke Latham e5b2c32b68
Blazor standalone WASM security updates (#28640) 2023-03-10 09:02:08 -05:00
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