Commit Graph

7647 Commits (707cadd9a2b020aa9455fe53adb388713eddd8a3)

Author SHA1 Message Date
Rick Anderson 707cadd9a2
Update visual-studio-publish-profiles.md (#20104) 2020-10-03 11:36:46 -10:00
Rick Anderson b7d4e5c947
Move 5.0 moniker to the top (#20098)
* Move 5.0 moniker to the top

* Move 5.0 moniker to the top

* Update aspnetcore/fundamentals/host/generic-host.md

Co-authored-by: Luke Latham <llatham@aquent.com>

* Apply suggestions from code review

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

Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-10-02 15:14:28 -10:00
Luke Latham 1fa7564e60
Update image to markdown and add alt text (#20099) 2020-10-02 17:33:14 -05:00
Luke Latham c6ad4fbe88
Blazor Supported Platforms topic UE pass (#20006) 2020-10-02 17:24:10 -05:00
JR Strayhorn 7b11171973
Update StartupUseWhen.cs (docs) for ILogger to work with .NET Core 3+ (#20078)
* Update StartupUseWhen.cs to work with .NET Core 3+

According to https://github.com/dotnet/extensions/issues/1096, in .NET Core 3+ you can no longer resolve ILogger when activating Startup and need to pass ILogger as parameter in Configure method.

* Update StartupUseWhen.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-02 11:28:43 -10:00
Pranav K c7ff12c524
Remove reference to the NuGet package (#20092) 2020-10-02 11:27:21 -10:00
Guilherme Oenning 7a4872495b
Fixes filter order (#20073)
* fix url

* fix order
2020-10-02 11:21:23 -10:00
Pranav K 99a534caed
Remove reference to old package in 3.0 section (#20094) 2020-10-02 08:23:02 -10:00
Rick Anderson 173daadeb9
Remove set from interface impl (#20077) 2020-10-02 06:52:33 -10:00
Steve Sanderson e3cfa6da49
Add docs about using JavaScript libraries that render UI (#20091) 2020-10-02 11:04:12 -05:00
Luke Latham decd621d4b
Add Virtualize component example to Blazor doc (#20084) 2020-10-02 04:07:07 -05:00
pekspro fcd527976e
Adds missing line of code. (#20082) 2020-10-02 03:58:41 -05:00
Rick Anderson cf5c8849e7
5.0 update for EF/RP (#20064)
* 5.0 update for EF/RP

* 5.0 update for EF/RP

* 5.0 update for EF/RP

* 5.0 update for EF/RP
2020-10-01 15:01:57 -10:00
Justin Kotalik 9205b02732
Server Reset/Trailers docs (#20059)
* HTTP.SYS and IIS docs

* fixups

* Updates

* Updates

* Update

* feedback

* Feedback

* Feedback

* fb

* fix path

* protocols

* oops

* Update aspnetcore/includes/trailers.md

Co-authored-by: James Newton-King <james@newtonking.com>

* Update protocols.md (#20079)

* Update protocols.md

* Update protocols.md

* Apply suggestions from code review

Co-authored-by: Luke Latham <llatham@aquent.com>

* Apply suggestions from code review

Co-authored-by: Luke Latham <llatham@aquent.com>

* Update aspnetcore/host-and-deploy/iis/protocols.md

Co-authored-by: Luke Latham <llatham@aquent.com>

Co-authored-by: Luke Latham <llatham@aquent.com>

Co-authored-by: Luke Latham <llatham@aquent.com>
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-10-01 13:59:05 -10:00
Luke Latham 9203ff23e2
Update Blazor-SignalR tutorial for 5.0 (#20076) 2020-10-01 15:56:59 -05:00
Scott Addie 2fe8c0d729
Add what's new page for September 2020 (#20072) 2020-10-01 15:16:54 -05:00
Luke Latham b2e98f287c
Blazor *Server app* API authz for groups+roles (#19774) 2020-10-01 06:56:44 -05:00
Luke Latham 5ac7f34622
Blazor WASM IdS custom domain App Service (#19749) 2020-10-01 06:54:33 -05:00
Rick Anderson 7f1dc89c19
Update formatting.md 2020-09-30 14:59:53 -10:00
FredHan001 0222f650e0
new topic about troubleshooting (#20056)
* now topic about troubleshooting 

According to [this github issue](https://github.com/dotnet/AspNetCore.Docs/issues/19570), I'd like to submit this troubleshooting guidance for common Signalr WebSocket handshake issues.

* Update javascript-client.md

* Update javascript-client.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-09-30 14:54:36 -10:00
Kirk Larkin d9daf4ac39
Detail effects of AddNewtonsoftJson (#20060) 2020-09-30 12:34:06 -10:00
Rick Anderson beeb832e0a
5.0 update EF/RP part 2 (#20061)
* update

* update

* update
2020-09-30 12:24:52 -10:00
Luke Latham c8600c840f
Blazor multiple chained bind and state containers (#20047) 2020-09-30 05:34:17 -05:00
Rick Anderson 291ace3a83
Update routing.md (#20050)
* Update routing.md

* Update routing.md
2020-09-29 12:20:04 -10:00
Rick Anderson ef8793d9d1
Fix App settings (#20053) 2020-09-29 12:12:45 -10:00
Rick Anderson 6958add077
Update new-field.md (#20051) 2020-09-29 09:20:59 -10:00
damienbod 53529b005a
Adding a link at the top (#20043) 2020-09-29 11:41:51 -05:00
Luke Latham d45e405355
Blazor file uploads topic updates (#20046)
* Blazor file uploads topic updates

* Update

* React to feedback

* Fix link
2020-09-29 10:27:41 -05:00
Luke Latham c22710abe2
Merge pull request #20037 from metapone/patch-1 2020-09-29 06:13:36 -05:00
Luke Latham 913e8aed99
Update to xref link 2020-09-29 06:10:18 -05:00
Luke Latham 39831d3acc
Update Blazor lazy loading guidance (#20041) 2020-09-29 05:32:59 -05:00
metapone 584eedd894
Fix Localization external link 2020-09-29 11:34:25 +07:00
Rick Anderson 63a40091ba
Update intro.md 2020-09-28 15:31:23 -10:00
Rick Anderson aa7b108696
RP/EF 5.0 version (#19922)
* RP/EF 5.0 version

* RP/EF 5.0 version

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2020-09-28 15:21:40 -10:00
Pavel e6558695ea
Added missing step causing compilation issue (#20000) 2020-09-28 17:08:26 -05:00
Luke Latham 37da52353a
IDbContextFactory in 3.x sample app (#20025) 2020-09-28 16:15:24 -05:00
Safia Abdalla f70fb78f4c
Add clarification on invoking Promise-based functions via JS interop (#20031) 2020-09-28 14:24:39 -05:00
Safia Abdalla 0336af211f
[.NET 5 RC1] Add content on customizing client-side disconnect (#20032) 2020-09-28 13:20:50 -05:00
Chris Ross 6a6a63215d
GetRequriedService (#20028) 2020-09-28 07:41:46 -10:00
Luke Latham 21096ed64d
Update lazy loading WASM guidance (#20027) 2020-09-28 10:29:41 -05:00
Rick Anderson 6708c8bcb6
Update policies.md (#20024) 2020-09-27 20:12:56 -10:00
Luke Latham e9ea29da48
Remove version from VS doc cross-link (#20017) 2020-09-26 18:57:02 -05:00
Luke Latham 3b1de9d702
Fix moniker range + nits (#20016) 2020-09-26 18:50:37 -05:00
Luke Latham 375484bc22
Fix spelling error (#20014) 2020-09-26 18:32:07 -05:00
Miguel Veloso 7f80589fcf
Update docker-compose-https.md (#20004)
Use yaml "language" for the code fences instead of json!
2020-09-25 10:48:01 -10:00
Luke Latham fb8b32f46f
Cross-link sample app and enhance examples (#20003) 2020-09-25 05:29:12 -05:00
Kirk Larkin 1ace32d9f0
Note absence of built-in file logging provider (#19967) 2020-09-24 15:15:43 -10:00
Luke Latham 0291c1e752
Unminified Google Brotli script (temporary) (#19978) 2020-09-24 19:24:34 -05:00
Brennan 87801ea02d
Add some info to MessagePack page (#19980) 2020-09-24 15:54:38 -07:00
Peyman Mahdavi 3c8a75b485
Update routing.md (#19997)
tiny correction
2020-09-24 12:17:41 -10:00