Commit Graph

14340 Commits (f7ce7c88cbf70d9366265469fe187945eb98a478)

Author SHA1 Message Date
Rick Anderson f7ce7c88cb Clean up TryParse samples 2022-07-14 11:09:03 -10:00
Luke Latham c05b6c0bb7
Passing scoped IJSRuntime to singletons (#26431) 2022-07-14 14:49:03 -05:00
Luke Latham caa13114b6
Recommend reading main DI topic (#26430) 2022-07-14 11:34:27 -05:00
Luke Latham 13b157a744
Move Blazor sample apps and add repo cross-links (#26428) 2022-07-14 07:25:26 -05:00
Rick Anderson 4323d67830
Merge pull request #26427 from fiyazbinhasan/results-stream-review
Results stream and bind try parse for mvc review
2022-07-13 19:09:26 -10:00
Fiyaz Bin Hasan 24a1b23d83 review changes 2022-07-14 09:48:50 +06:00
Fiyaz Bin Hasan 3761f86dc9 review changes 2022-07-14 09:38:25 +06:00
Rick Anderson fbc2ad5f1a
Merge pull request #26425 from dotnet/wn9
Add Streams to What's new
2022-07-13 17:01:05 -10:00
Rick Anderson 0f895b3c58 Add Streams to What's new 2022-07-13 16:52:29 -10:00
Rick Anderson 1adcedac56
Results.stream overaloads /2 (#26412)
* Results.stream overaloads /2

* Results.stream overaloads /2

* clean up

* clean up

* Apply suggestions from code review

Co-authored-by: Stephen Halter <halter73@gmail.com>

* react to feedback

Co-authored-by: Stephen Halter <halter73@gmail.com>
2022-07-13 16:38:04 -10:00
Fiyaz Bin Hasan e51f139e44
Bind using try parse (#26378)
* work

* work

* cleanup

* Update DateRange.cs

* refactoring
2022-07-13 13:18:50 -10:00
Luke Latham 2f3e08ad46
Provide additional Blazor WASM security guidance (#26388) 2022-07-13 12:11:42 -05:00
Rick Anderson 8f61a9122e
Bind arrays in What's new (#26410) 2022-07-12 13:26:30 -10:00
Fiyaz Bin Hasan 1da7957f04
sample for Results.Stream (#26408)
* sample for Results.Stream

* sample extended

* with cancellation token
2022-07-12 13:22:14 -10:00
Rick Anderson 4a6d428933
Bind arrays with Min APIs /2 (#26397)
* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2

* Bind arrays with Min APIs /2
2022-07-12 13:13:58 -10:00
Brennan 9d2123a231
Update SignalR client results (#26212) 2022-07-12 14:00:23 -07:00
Luke Latham 26b8b1319d
Fix broken links (#26403) 2022-07-12 13:01:13 -05:00
Wade Pickett c46b396a87
Improve Browser Link intro (#26399)
* Improve Browser Link intro

* minor reword
2022-07-12 10:23:53 -07:00
Luke Latham 1c7afa24f3
Make max file size consistent across examples (#26406) 2022-07-12 11:56:23 -05:00
Luke Latham 2787d1dc52
Improve download from stream example (#26384) 2022-07-12 06:14:22 -05:00
Luke Latham 541740d234
Clarify sample apps at 'dotnet/blazor-samples' (#26380) 2022-07-12 06:03:01 -05:00
Luke Latham 82605333e3
Update rendering of a Blazor DI example (#26387) 2022-07-12 05:59:37 -05:00
Luke Latham 282231fd82
Remove sentence (#26400) 2022-07-12 05:58:55 -05:00
Rick Anderson 04230534dd
Merge pull request #26391 from dotnet/mpPB
Mp pb
2022-07-11 15:13:52 -10:00
Rick Anderson 44ff2dba2a param binding through DI 2022-07-11 14:48:42 -10:00
Rick Anderson 78119e9352 param binding through DI 2022-07-11 14:32:25 -10:00
Rick Anderson 4ae7ebbb36 param binding through DI 2022-07-11 14:30:04 -10:00
Rick Anderson 92d38776e6 NEver 2022-07-11 14:25:16 -10:00
James Newton-King 9cdfc3c4c2
Update netstandard.md (#26371) 2022-07-09 13:42:50 +08:00
Rick Anderson 04dba2c59f
TypedResults code folder (#26369) 2022-07-08 14:57:17 -10:00
Rick Anderson 33d4eee27f
ServerReady and HTTP/2 (#26359)
* ServerReady and HTTP/2

* ServerReady and HTTP/2

* ServerReady and HTTP/2

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2022-07-08 14:44:18 -10:00
James Newton-King 5b9d88c6bb
Update netstandard.md (#26361) 2022-07-08 05:47:59 -05:00
James Newton-King beaedbddf9
Update supported-platforms.md (#26362) 2022-07-08 05:47:23 -05:00
Rick Anderson c790970c97
Merge pull request #26360 from zedy-wj/zedy/dev
Update key-storage-providers.md
2022-07-07 18:57:38 -10:00
zedy c2b75f497d fix bug by updating parameter in method PersistKeysToAzureBlobStorage() 2022-07-08 11:31:49 +08:00
Rick Anderson c31fa0f05e
Merge pull request #26357 from dotnet/results.stream
results stream
2022-07-07 16:27:39 -10:00
Rick Anderson 5d325171b3 results stream 2022-07-07 16:23:54 -10:00
Rick Anderson 27ce25a2e5
Host config for .NET 7 command line highest priority /3 (#26159)
* Host config for .NET 7 command line highest priority /3

* Host config for .NET 7 command line highest priority /3
2022-07-07 12:07:38 -10:00
Wade Pickett 2505aeba32
Razor Tutorial: Update to .NET SDK 6.0.301 - Template updates and non-nullable no longer issue (#26073)
Tutorial series, app samples and screenshots updated for all three Visual Studio, VS Code and VS for Mac versions:

* Project template updates
* Scaffolding updates
* Migrations output updates
* Packages updates
* Nullable workarounds removed from tutorials and code samples since they are no longer an issue.
* Plus fixed some existing tutorial bugs found along the way.
2022-07-07 14:51:22 -07:00
Rick Anderson cb6c9a7cb2
Bind TryParse (#26353) 2022-07-07 10:42:22 -10:00
Rick Anderson e2fd97e137
Minimal API unit tests folder (#26351) 2022-07-07 10:09:08 -10:00
Luke Latham 80a8c9c077
Clarifications on reconnect UI rendering (#26308) 2022-07-07 12:02:27 -05:00
Fiyaz Bin Hasan 62e2f90bf2
Update Program.cs (#26347)
added a message for header values. In the doc, a postman snapshot can be used

// The keys of the headers should all be X-Todo-Id with different values
2022-07-06 19:15:04 -10:00
Rick Anderson 29cb40fa23
Update hosting-bundle.md (#26344) 2022-07-06 18:26:45 -10:00
Rick Anderson 6c8166bee6
Folders fo IFormFile and Stream/PipeReade samples (#26343) 2022-07-06 16:11:53 -10:00
Rick Anderson 6ce8144129
Minimal API Array Binding Sample update /2 (#26339)
* Minimal API Array Binding Sample update /2

* Minimal API Array Binding Sample update /2
2022-07-06 15:47:25 -10:00
Rick Anderson 5fa069b0a6
Update aspnetcore-7.0.md 2022-07-06 15:01:32 -10:00
Ole Wiedemann 767e4f61fa
Update routing.md (#26338) 2022-07-06 20:48:15 +00:00
Rick Anderson 3a1df29c79
Merge pull request #26300 from fiyazbinhasan/minimal-api-array-binding
Minimal Api Array Binding Sample
2022-07-06 09:37:30 -10:00
Luke Latham 7095c7b4ef
Remove spaces from an RCL asset link (#26335) 2022-07-06 10:47:48 -05:00