Commit Graph

3737 Commits (c9700299d151af4714b205ab7398321312e783eb)

Author SHA1 Message Date
Scott Addie c9700299d1 Merge pull request #4414 from guardrex/patch-1
UE pass on Publishing to IIS topic
2017-09-27 13:51:29 -05:00
Luke Latham daf8862b18 React to feedback 2017-09-27 11:23:15 -05:00
Scott Addie 01d7b5d643 Merge pull request #4425 from aspnet/scottaddie/addcookie-missing-param
Add missing param to AddCookie call
2017-09-27 11:18:36 -05:00
Scott Addie c4661e0410 Add missing param to AddCookie call 2017-09-27 11:09:37 -05:00
Scott Addie 1557bef724 Merge pull request #4422 from RyanONeill1970/master
Fix demo code for AddAuthentication.AddCookie
2017-09-27 11:06:00 -05:00
Scott Addie b5c868c7a2 Merge pull request #4335 from motowilliams/feature/updates-model-binder-task-return
Updates TaskCache to Task
2017-09-27 11:00:34 -05:00
Scott Addie a9c749f71a Merge pull request #4320 from aspnet/scottaddie/localization-po-files
Add PO localization doc
2017-09-27 10:58:30 -05:00
Scott Addie eedbc148bc Convert title to sentence case 2017-09-27 10:45:21 -05:00
Scott Addie 0f39c7a6fe Merge pull request #4420 from guardrex/guardrex/remove-literal-blocks
Drop literal_block comments and fix a few code blocks
2017-09-27 10:38:10 -05:00
Luke Latham 8da43a3906 Fix one 2017-09-27 10:31:44 -05:00
Luke Latham c61b474930 React to feedback 2017-09-27 10:30:00 -05:00
Ryan O'Neill dcf39ad601 Fix demo code for AddAuthentication.AddCookie
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.

Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie

Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
        .AddCookie("MyCookieAuthenticationScheme",
2017-09-27 15:05:58 +01:00
Scott Addie 5bddbff4b8 Merge pull request #4419 from mairaw/patch-3
fix typo
2017-09-27 09:03:16 -05:00
Scott Addie 4519e5da8d Merge pull request #4421 from odin88/patch-1
Fix typo Brower Link to Browser Link
2017-09-27 09:00:17 -05:00
Hassan Abu Bakar 9acac0a23e Fix type Brower Link to Browser Link 2017-09-27 15:52:48 +08:00
Luke Latham 96cca00e38 Drop literal_block comments and fix a few code blocks 2017-09-27 02:38:43 -05:00
Maira Wenzel 1cc41a106b fix typo 2017-09-26 22:53:34 -07:00
Scott Addie cc37c4e14d Fix typo 2017-09-26 21:55:10 -05:00
Scott Addie d0d168d9e0 Merge pull request #4366 from guardrex/guardrex/clarify-mysql-issue
Clarify MySQL schema in topic example
2017-09-26 21:54:18 -05:00
Rick Anderson a4e5dbf02b Ss/ra/test1 (#4416)
* test

* test
2017-09-26 16:03:55 -07:00
Luke Latham d5a183cb1c UE pass on Publishing to IIS topic 2017-09-26 16:48:58 -05:00
Scott Addie 5a28e8f6f3 Merge pull request #4413 from aspnet/scottaddie/create-folder-text
Add instruction to create Swagger UI assets folder
2017-09-26 16:39:43 -05:00
Scott Addie 1e98029395 Merge pull request #4402 from aspnet/Rick-Anderson-patch-3
Update web-publishing-vs.md
2017-09-26 16:39:20 -05:00
Scott Addie 1fc6e91447 Add support disclaimer 2017-09-26 16:37:18 -05:00
Scott Addie 7aa72d75b9 Convert code snippet type from JS to JSON 2017-09-26 15:52:49 -05:00
Scott Addie a607e6d90c Add instruction to create folder 2017-09-26 15:48:15 -05:00
Scott Addie cdbd5ce88e React to feedback 2017-09-26 15:00:02 -05:00
Rick Anderson e563ac6c3f point to mac and VS code versions (#4396) 2017-09-26 09:21:29 -07:00
Scott Addie 104ab35d53 Add closing paren and semicolon (#4406) 2017-09-26 09:19:06 -07:00
Luke Latham aae1487995 Razor Pages tutorial File Uploads topic (#4265)
* Razor Pages tutorial File Uploads topic

Fixes #4188

Swap submitting inputs for button elements

Updates

Updates

Updates

Updates

Updates

* React to feedback

React to Feedback

* FileHelper update

FileHelper update

* Update the note where the FileName prop is used

Update the note where the FileName prop is used

Update

* Minor update

* Change file helper method name to 'ProcessFormFile'
2017-09-26 09:18:12 -07:00
Rachel Appel 7bb3d73c0f Rachelap/pubtoc (#4409)
* re-ordered toc for tutorials

* hosting and deployment toc update
2017-09-26 11:27:27 -04:00
Rachel Appel cd64e6a775 re-ordered toc for tutorials (#4407) 2017-09-26 11:20:50 -04:00
Scott Addie b73a5ba607 Merge pull request #4404 from aspnet/danroth27/qr
Use tilde syntax for QR code script reference
2017-09-26 08:45:50 -05:00
Daniel Roth eb4f77fdc3 Use tilda syntax for QR code script reference 2017-09-26 05:50:38 -07:00
Rick Anderson 44d4be06db Update page.md 2017-09-25 18:17:27 -07:00
Scott Addie 9d02e7cc08 Merge pull request #4401 from mairaw/patch-2
fixing url formatting
2017-09-25 20:11:07 -05:00
Scott Addie b865cbf9bf Merge pull request #4400 from mairaw/patch-1
fix typo
2017-09-25 20:10:15 -05:00
Rick Anderson a5ab11eadc More strongly suggest RP over MVC approach (#4398)
61K MVC in last 30 days, 11 K on RP. Need to push more folks to RP.
2017-09-25 17:44:06 -07:00
Rick Anderson 47dd4b9210 Update web-publishing-vs.md 2017-09-25 17:41:38 -07:00
Rick Anderson 99dea554ff Update web-publishing-vs.md 2017-09-25 17:35:58 -07:00
Maira Wenzel 6c9ff4023d fixing url formatting 2017-09-25 17:19:04 -07:00
Maira Wenzel d111fbbb45 fix typo 2017-09-25 17:15:09 -07:00
Luke Latham 03911a0083 CommandLine config provider overhaul (#4307)
* Document formats supported for command line args provider

Updates

Updates

* Remove readme file

* Refactor colons on sentences before tables

* Update authors
2017-09-25 16:06:30 -07:00
Sergei Dorogin 9820790f66 Update integration-testing.md (#4394)
* Update integration-testing.md

Added section "Integration testing Mvc/Razor" about how to avoid errors during Razor view compilation in test projects (CompilationFailedException).

* Update integration-testing.md
2017-09-25 15:41:03 -07:00
Rick Anderson a0ced3fe6d Add PDF of current docs (#4395) 2017-09-25 14:54:04 -07:00
Scott Addie bbacd27aff Merge pull request #4357 from guardrex/guardrex/browser-link-update
Update Browser Link topic
2017-09-25 16:07:38 -05:00
Scott Addie e8b20abf72 Merge pull request #4345 from guardrex/guardrex/resp-caching-update
Response Caching topic enhancements
2017-09-25 15:10:09 -05:00
Luke Latham ba407476a3 Merge branch 'master' into guardrex/resp-caching-update 2017-09-25 14:53:21 -05:00
Luke Latham 02c6d1119d Refactor colons on sentences before tables 2017-09-25 14:50:49 -05:00
Scott Addie 0d3c1fb6de Merge pull request #4389 from aspnet/scottaddie/remove-https-doc
Fixes #4388
2017-09-25 14:01:26 -05:00