Commit Graph

14996 Commits (558441dff52136abf5fd159462f39f43254de552)

Author SHA1 Message Date
Rick Anderson 153e32a1d5
RP to .NET 7 /2 (#27367)
* RP to .NET 7 /2

* RP to .NET 7 /2

* RP to .NET 7 /2
2022-10-24 17:06:45 -10:00
Rick Anderson 4bee207744
Moniker Prep (#27364) 2022-10-24 15:37:38 -10:00
Tom Dykstra eabfd8872f
Add route groups section (#27362)
* add route groups section

* tweak wording
2022-10-24 14:55:31 -10:00
Tom Dykstra a004c0adef
Add information about multiple return types (#27348) 2022-10-24 16:56:45 -07:00
Safia Abdalla 6b44d19e18
Fix malformed title on user-jwts page (#27360)
* Fix malformed title on user-jwts page

* Update aspnetcore/security/authentication/jwt-authn.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>
2022-10-24 23:10:56 +00:00
Tom Dykstra 514adfb1f0
Add snippet tags (#27361) 2022-10-24 15:33:36 -07:00
Luke Latham a9c4a61386
Surface new default scheme coverage (#27357) 2022-10-24 12:55:51 -05:00
Sabah Shariq b6ff36f1d1
spelling correction (#27352) 2022-10-23 14:05:48 -05:00
Rick Anderson 1ada153ea7
Middleware API to TOC (#27328) 2022-10-22 12:38:19 -10:00
Rick Anderson e4a6ffef32
.NET 7: Intro to Web API /2 (#27333)
* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* .NET 7: Intro to Web API /2

* work

* work

* work

* work
2022-10-21 15:47:14 -10:00
Luke Latham d5d4bc524f
Blazor Hybrid/web shared assets via RCL (#26331) 2022-10-21 17:21:00 -05:00
Luke Latham d0a0afcdd0
Escape didn't work in name (#27345) 2022-10-21 07:40:50 -05:00
Luke Latham 132fdf4b5f
Thin the Blazor "JavaScript" names to "JS" (#27344) 2022-10-21 07:21:00 -05:00
Luke Latham c6b85c3f29
Update Blazor section JS interop section (#27343) 2022-10-21 05:43:48 -05:00
Luke Latham 401d45e897
New JS interop (#27083) 2022-10-21 05:05:28 -05:00
Stephen Halter 028596429f
Fix minimal-apis.md's TOC (#27329) 2022-10-20 14:17:20 -07:00
Jonathan fd83d225fc
Update community.md (#27335) 2022-10-20 07:04:28 -05:00
Wade Pickett ca466f48d6
Added mention of OpenAPI support for gRPC JSON Transcoding (#27331)
Co-authored-by: James Newton-King <james@newtonking.com>
2022-10-20 08:29:23 +08:00
Rick Anderson 5230f520ee
moniker prep for Web API (#27332)
* moniker prep for Web API

* moniker prep for Web API

* moniker prep for Web API
2022-10-19 13:53:15 -10:00
Stephen Halter 1221cfd4cd
Fix and improve minimal APIs binding precedence section (#27319) 2022-10-19 14:36:39 -07:00
Rick Anderson 02496bb652
default scheme (#27310)
* default scheme

* react to feedback

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-10-19 09:41:49 -10:00
Fiyaz Bin Hasan fa612200ea
Route Group Fundamental Sample (#27249) 2022-10-19 10:25:32 -07:00
Brennan faaef8dd4b
Document middlware with minimal APIs (#27283) 2022-10-19 09:14:53 -07:00
Luke Latham 25c5cc8e34
Prevent disk caching of service-worker-assets.js (#27248) 2022-10-19 06:45:58 -05:00
Luke Latham bd37002156
Temporarily address Blazor SignalR guidance (#27323) 2022-10-19 06:39:25 -05:00
Rick Anderson 7c997e4136
Merge pull request #27321 from dotnet/Rick-Anderson-patch-3
Update rate-limit.md
2022-10-18 16:25:19 -10:00
Rick Anderson 5c209c056c
Update rate-limit.md 2022-10-18 16:12:03 -10:00
Luke Latham 99009dbaa9
[7.0] Single auth scheme for Blazor docs (#27316) 2022-10-18 13:56:53 -05:00
Rick Anderson 13303f8ff3
Merge pull request #27309 from dotnet/mpDS
Moniker prep
2022-10-17 17:00:24 -10:00
Rick Anderson 7d7ad3d37e Moniker prep 2022-10-17 16:53:46 -10:00
Rick Anderson 6d76e05b54
Merge pull request #27307 from dotnet/hWN
What's new HTTP/2 perf
2022-10-17 16:28:45 -10:00
Rick Anderson 2c77e4ab56 What's new HTTP/2 perf 2022-10-17 16:22:55 -10:00
Juergen Gutsch 235bf6b3be
Health Check sample using Dependency Injection (#27291)
* update do 7.x

* Add sample HealthChecks that is using DependencyInjection

* add a small section to the docs

* fix build warning

* Update aspnetcore/host-and-deploy/health-checks.md

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

* Update health-checks.md

* Update aspnetcore/host-and-deploy/health-checks/samples/7.x/HealthChecksSample/HealthChecksSample.csproj

* Update health-checks.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2022-10-17 16:05:37 -10:00
Rick Anderson 68fc2e13dc
update rate limiting /1 (#27294)
* update rate limiting /1

* update rate limiting /1

* update rate limiting /1

* update rate limiting /1

* update rate limiting /1

* update rate limiting /1

* Update aspnetcore/performance/rate-limit.md

Co-authored-by: William Godbe <wigodbe@microsoft.com>

* react to feedback

Co-authored-by: William Godbe <wigodbe@microsoft.com>
2022-10-17 10:14:44 -10:00
Luke Latham 65b895b5c2
Blazor What's New and Migration guidance (#27288) 2022-10-17 11:28:56 -05:00
Safia Abdalla 9131ecf537
Update openapi.md (#27299)
* Update openapi.md

* React to more user feedback
2022-10-17 08:16:36 -07:00
Luke Latham 68275d91f5
WASM build tools additional coverage (#27302) 2022-10-17 05:08:07 -05:00
James Newton-King 33d4204ac1
Remove gRPC Azure warnings (#27271) 2022-10-14 13:58:33 -10:00
Josh Franklin 4a1e386d4d
update dotnet-aspnet-codegenerator command (#27257)
Using dotnet-aspnet-codegenerator was producing the result zsh: command not found: dotnet-aspnet-codegenerator using the .NET CLI on mac. 
The alternative dotnet aspnet-codegenerator worked as intended. Updated docs here to use dotnet aspnet-codegenerator  command instead.
2022-10-14 13:57:48 -10:00
Bruno Oliveira 54ef52eb86
Adding "Creating responses with minimal APIs" (#27263)
* Adding placeholder

* Updating docs

* Adding TypedResults and updating table

* updating toc

* updating toc

* Updating links

* small text change

* small text change

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Apply suggestions from code review

* Update aspnetcore/fundamentals/minimal-apis/responses.md

* Trying using include

* Trying using include

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Removing bullet

* Adding missing change

* Adding IEndpointMetadataProvider

* Fixing snippet

* Fixing highlight

* Fixing highlight

* Fixing highlight

* More changes

* Moving Json Serialization content

* Fixing heading level

* Updating serialization

* Fixing dotnet url

* Updating results table

* Updating results table

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* Remove extra `)`

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
2022-10-14 14:15:13 -07:00
Collin Stevens a73b035e9d
Update minimal-apis.md (#27260)
change `/products/two` to return a 404 because when only a route of `app.MapGet("/products", (int? pageNumber) => $"Requesting page {pageNumber ?? 1}");` is registered it will result in a 404.
add `/products?pageNumber=two` to illustrate binding failure from "two"
2022-10-14 09:49:37 -10:00
Safia Abdalla c325ffe07f
Update code sample to use `ConsumesAttribute` (#27289) 2022-10-14 09:55:18 -07:00
Luke Latham e1d655523a
Clarify WASM logging configuration (#27284) 2022-10-13 17:11:29 -05:00
Luke Latham 8c7ee2fd6a
Temporarily remove coverage (#27281) 2022-10-13 13:06:09 -05:00
Luke Latham b78f19ccd4
Update WASM auth logging section (#27277) 2022-10-13 10:30:53 -05:00
Luke Latham 1902a7dbe9
Spelling error (#27275) 2022-10-13 10:10:49 -05:00
Luke Latham a940213df1
Blazor WASM auth logging updates (#27273) 2022-10-13 09:22:36 -05:00
Rick Anderson 67c5f1cabb
Merge pull request #27267 from dotnet/bbwn
update testing with IResult types
2022-10-12 16:46:25 -10:00
Rick Anderson 9b347b4201 update testing with IResult types 2022-10-12 16:10:41 -10:00
Rick Anderson 9a5ca38e3b update testing with IResult types 2022-10-12 16:03:00 -10:00