Commit Graph

11320 Commits (fa33c6372078031f345f92543efa0007e170a9b6)

Author SHA1 Message Date
Wade Pickett fa33c63720
ef-rp intro: Fix code include line so it localizes (#20615)
Fixes: #20612 
Minor correction, adding a line space before a code sample include so it will not be dropped in localization
2020-11-16 14:11:45 -08:00
Luke Latham 1818042690
Fix Blazor Uploads code sample (#20616) 2020-11-16 16:06:12 -06:00
Flávio Marcílio 87d7bf6a03
Update appsettingsSQLite.json (#20513)
Update ConnectionStrings in appsettings.json file to correspond to GetConnectionString() in the ConfigureServices method in the Startup.cs file.
2020-11-16 12:17:59 -08:00
Pranav K c622a4277b
Update filters.md (#20606)
* Update filters.md

* Apply suggestions from code review

* Update filters.md (#20607)

* Update filters.md

* Update filters.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-11-16 09:04:29 -10:00
Benjamín Camacho c9c934e5d8
Missing th element in thead (#20601) 2020-11-16 07:41:44 -10:00
John Lange 35ae087cf5
Update Migrations class to match documentation (#20605) 2020-11-16 07:39:17 -10:00
Luke Latham f553c2335c
Fix max default file size (#20604) 2020-11-16 10:27:36 -06:00
Luke Latham 5be1049674
Additional Blazor optional params updates (#20595) 2020-11-15 09:18:17 -06:00
Luke Latham 92011d51a2
Blazor optional params support in 5.0 (#20593) 2020-11-15 08:37:02 -06:00
Luke Latham 9363cee0c3
Add Blazor WASM migration steps (#20592) 2020-11-15 08:20:11 -06:00
Luke Latham 4c8f106346
Change title of SignalR-Blazor tutorial (#20590) 2020-11-15 07:44:31 -06:00
Berkan Sasmaz f9bf9b4059
Fix a typo in the blazor-lifecycle doc (#20578) 2020-11-15 07:40:47 -06:00
Luke Latham 40b41ca34e
Blazor reconnection and component lifecycle events (#20577) 2020-11-15 07:40:12 -06:00
Luke Latham 0371857b18
Surface C# assignment to component params (#20576) 2020-11-15 07:31:30 -06:00
Luke Latham 6935f6f01f
Fix code example (#20575) 2020-11-15 07:30:26 -06:00
Scott Addie bfba0e4f8a
Add links to blog post for configuring VS to launch HttpRepl (#20552) 2020-11-13 21:16:21 -06:00
Daniel Roth 73d6640cab
Update .NET 5 release notes to remove comment about VS support for auto refresh (#20566) 2020-11-13 10:57:27 -10:00
Thomas VAILLIER ec11baabc6
Change in code sample : do not use `throw ex` (#20557) 2020-11-13 13:13:07 -06:00
Luke Latham 730521de63
Update Blazor Render mode coverage (#20559) 2020-11-13 06:56:46 -06:00
Luke Latham ef8e5d8c27
Azure SignalR Service and sticky session config (#20556) 2020-11-13 05:38:01 -06:00
Luke Latham e42b03ecd4
AuthorizeView authorized event handlers (#20554) 2020-11-13 05:12:53 -06:00
Rick Anderson 0afdd8856d
Why use MSFT namespace for DI extensions? (#20549)
* Why use MSFT namespace for DI extensions?

* Why use MSFT namespace for DI extensions?

* Why use MSFT namespace for DI extensions?

* Why use MSFT namespace for DI extensions?

* Why use MSFT namespace for DI extensions?

* Why use MSFT namespace for DI extensions?

* Apply suggestions from code review

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

Co-authored-by: Luke Latham <llatham@aquent.com>
2020-11-12 12:23:20 -10:00
Scott Addie 773e85ae6c
Fix a typo in the HttpRepl doc (#20547) 2020-11-12 12:54:57 -06:00
Luke Latham 177bb2c9bc
Revert test if alt text renders file name cue (#20546) 2020-11-12 11:51:06 -06:00
Phil H 597a20c4a5
Error in Section "Test the PostTodoItem method 2.1" (#20543)
When following along with the .NET Core 2.1 tutorial, the part that says to "Set the URI to https://localhost:<port>/api/TodoItem..." fails. However, if you look in the screenshot for that part, the URI does not say "TodoItem" but is instead "Todo". When you use the URI "https://localhost:<port>/api/Todo", the test passes.

I had opened issue #20540 first about this change before I saw that I could just propose the edit here.
2020-11-12 07:43:16 -10:00
Luke Latham 4ec380682b
Test if alt text renders file name cue (#20544) 2020-11-12 11:40:41 -06:00
Luke Latham e4ced43365
Blazor JS module support (#20538) 2020-11-12 09:55:51 -06:00
Luke Latham 1aa0d05ac8
Update Blazor CSS isolation-RCL support section (#20542) 2020-11-12 09:54:59 -06:00
Luke Latham 8eb48ad088
CSS isolation support in RCLs (#20539) 2020-11-12 09:47:08 -06:00
Luke Latham 95ca12b169
Update Blazor Content Security Policy doc for 5.0 (#20541) 2020-11-12 09:43:19 -06:00
northerngeek b3ec608370
Change 'razor.css' to '.razor.css' (#20532) 2020-11-12 07:56:33 -06:00
Oliver Forral b813213f73
Highlight is in the wrong place (#20531) 2020-11-12 07:54:26 -06:00
Luke Latham 91e32c023c
Refactor section headings for stable bookmarks (#20537) 2020-11-12 06:46:23 -06:00
Luke Latham 02a851ac79
Fix link (#20536) 2020-11-12 06:45:14 -06:00
Rick Anderson d941c05d88
Update sql.md (#20525)
* Update sql.md

* Update aspnetcore/tutorials/razor-pages/sql.md
2020-11-11 17:50:42 -10:00
Rick Anderson 0736673437
Update validation.md (#20527) 2020-11-11 17:50:24 -10:00
Raphael Abreu dcaa02edf8
Adding note to also upgrade Microsoft.EntityFrameworkCore packages (#20502)
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-11-11 18:40:50 -06:00
CreativeEdge007 acc4f57b2e
Fix Typo (#20521) 2020-11-11 18:20:39 -06:00
Rick Anderson f1df818264
update MacOS WebAPI tutorial (#20516) 2020-11-11 13:40:52 -10:00
Wade Pickett 5e366e2963
Fix appsettings example for SQLite connection string for 2.x, 3.x and 5 Razor Pages Series: Add a Model (#20514)
* Fix appsettnigs-SQLite.json connection string for 3.x and 5

* patch:updated code highlights for startup.cs in model.md

* patch: Found original 2.2 version to also have the connection string mismatch, fixed in appsettings_SQLite.json for 2.2
2020-11-11 15:39:47 -08:00
Scott Addie c6438420a5
Rebrand HTTP REPL to HttpRepl (#20518) 2020-11-11 17:22:34 -06:00
Luke Latham 91e93bb986
Strategic NOTEs for hosted Blazor migrations (#20511) 2020-11-11 15:56:22 -06:00
Scott Addie f27d8a5a58
Remove "Core" from the telemetry message 2020-11-11 15:52:26 -06:00
Luke Latham 3e76087951
Blazor WASM debugging only for local scenarios (#20509) 2020-11-11 13:52:43 -06:00
Pranav K ada68d48bb
Add RCL migration to 5.0 migration topic (#20506)
* Update 31-to-50.md

* Updates

* Updates

* Updates

* Updates

Co-authored-by: Luke Latham <llatham@aquent.com>
2020-11-11 09:39:57 -10:00
Luke Latham af07d71d3a
Blazor sample code updates (#20490) 2020-11-11 09:45:00 -06:00
Luke Latham b283bc8614
Blazor lifecycle diagram and text updates (#20430) 2020-11-11 08:03:11 -06:00
Luke Latham 03f69e4f89
Patch typo (#20501) 2020-11-11 07:19:12 -06:00
Scott Addie 33d0830794
Move HTTP REPL docs to a folder (#20493) 2020-11-10 20:18:28 -06:00
Scott Addie a999f2d482
Merge pull request #20492 from dotnet/release/5.0
Update master with release/5.0
2020-11-10 20:08:06 -06:00