Commit Graph

4968 Commits (b0f7101bb09a0effeb0cc94b4bc7dcea9eb3da03)

Author SHA1 Message Date
Rachel Appel b02912dedb
Address issues in 3445: add code, fix bugs (#5152)
UE Edit and address 3445
2018-01-10 11:56:11 -05:00
Platon Efimov 9804c99c98 Uniform style (#5150) 2018-01-10 09:07:31 -06:00
Luke Latham 3f682a9ef2 Hosting and deployment updates (Stage 1) (#5127)
* Hosting and deployment updates

Update

Updates

Updates

Updates

Updates

* React to feedback
2018-01-09 15:41:28 -10:00
Rick Anderson 322d0c717a
Update index.md (#5149)
* Update index.md

* Update index.md
2018-01-09 15:37:55 -10:00
Luke Latham 495d63792d Swap Task.Delay for Thread.Sleep in ChangeToken sample (#5137) 2018-01-09 12:19:13 -10:00
Luke Latham 2f1168e6e5 Use double double-quotes for verbatim string literals (#5141)
Update
2018-01-09 12:18:57 -10:00
Rick Anderson df2157ae9a
Merge pull request #5142 from aspnet/master
Update live with current master
2018-01-09 12:14:00 -10:00
Rachel Appel 2f2cc8c40d
add include to rp start page (#5146) 2018-01-09 15:46:56 -05:00
Rachel Appel 0f22ad58f3
create include file for .NET Core on .NETFX note (#5145) 2018-01-09 15:25:22 -05:00
Luke Latham 7252a17c91 Fix typo (#5138) 2018-01-09 12:45:00 -06:00
Jeroen5356 a9bb2c78cc Inconsistent usage of the 'role' word (#5143)
* Inconsistent usage of the 'role' word

On line 43 the 'Administrator' gets called a 'role' while at line 25 the 'Administrator' gets called a 'group'

* Minor edits
2018-01-09 09:17:22 -06:00
Rachel Appel 3dc256a10c
link (#5139) 2018-01-08 23:12:39 -05:00
Rachel Appel 4089eab3e5
MVC doc MVC cleanup (#5136) 2018-01-08 20:29:18 -05:00
Rick Anderson 2d23ea501e
Merge pull request #5115 from aspnet/master
Update live with current master
2018-01-08 13:52:33 -10:00
Luke Latham 83e1db75df Add example to ArgumentException remark (#5129)
* Add code line example to ArgumentException remark

* React to feedback
2018-01-08 16:01:30 -06:00
Luke Latham 80dd9f3ee0 Come up one directory on a link (#5130) 2018-01-08 15:36:04 -06:00
Cam Soper f9210a9230 Merge remote-tracking branch 'upstream/master' 2018-01-08 10:53:35 -06:00
Alexandru Bucur ae5d14d6a0 add notice regarding undocumented methods notices and updated code (#5089)
* add notice regarding undocumented methods notices and updated code for pointing to the xml file

* Update web-api-help-pages-using-swagger.md

* cleanup using in startup.cs and updated notice message regarding missing xml comment

* add missing startup.cs changes

* Minor edit
2018-01-08 10:15:17 -06:00
Jonas Soderholm ccbded790f Update source.md: Nuget packages not in preview anymore (#5128)
* Update source.md

The Nuget packages are not in preview anymore

* Minor tweaks
2018-01-08 09:47:40 -06:00
Platon Efimov 7a5b2fb6ab Update adding-a-view.md (#5132) 2018-01-08 09:37:14 -06:00
Rick Anderson 40f5ab707a
Update concurrency.md 2018-01-06 09:17:17 -10:00
Rachel Appel 63669cb56b
Add link to code download (#5125)
* ASP.NET Core Identity sample

* quick fixes after csat mods

* fix path
2018-01-05 15:10:18 -05:00
Rick Anderson 67db904951
Update toc.md (#5112) 2018-01-05 09:25:42 -10:00
Scott Addie 7474f0e66d
Rename AddMvc methods to UseMvc (#5123)
* Rename AddMvc methods to UseMvc

* Change method names
2018-01-05 12:58:50 -06:00
Scott Addie b684e215bd
Fix casing of [Controller] placeholder (#5121) 2018-01-05 11:39:30 -06:00
Rachel Appel ecbecec65a
ASP.NET Core Identity sample (#5118) 2018-01-05 12:25:01 -05:00
Scott Addie 821771c291
Replace MVC page title reference with Razor Pages (#5117)
* Update SPA templates references to 2.0.0-rc1-final

* Replace MVC page title reference with Razor Pages
2018-01-05 11:15:33 -06:00
Rick Anderson 9deb843443
Update intro.md (#5114)
* Update intro.md

Fixes #5113

* Update intro.md
2018-01-04 17:16:17 -10:00
Rick Anderson 91cca4ae46
Update index.md 2018-01-04 16:46:49 -10:00
Rick Anderson fc98e93464
Merge pull request #5110 from aspnet/master
Update live with current master
2018-01-04 16:06:46 -10:00
Rick Anderson de82f42773
Update index.md (#5103) 2018-01-04 15:59:12 -10:00
Mohammed Noureldin 36868fb63c Add port to to the header in Nginx config (#5101)
* Add port to to the header in Nginx config

Using `$host` only for the header in Nginx config causes that Kestrel knows only that its host name is *hostname.com* without any port. That will cause problems in redirecting (e.g. to login page). I added the `$server_port` as well. So the hostname will become *hostname.com:8080* for example. That solves any related redirecting problems.

* Using $http_host in nginx config

`$http_host` is more accurate that `$host` because if includes the port number. using `$host` will cause problems when running kestrel behind reverse proxy on ports other than the standard ports (80 and 443).
2018-01-04 13:18:00 -06:00
Steve Sanderson eb9e5af270 Update SPA templates references to 2.0.0-rc1-final (#5104)
* Update SPA templates references to 2.0.0-rc1-final

* Change preview template references to release candidate (#5109)
2018-01-04 13:08:57 -06:00
Bug afb9cd5f53 Removing unnecessary code (#5107)
We already have an using at the top
2018-01-04 12:51:44 -06:00
Bug 579fbe3475 Removing unnecessary code (#5108)
In the same folder. No need full path.
2018-01-04 12:51:10 -06:00
Rachel Appel f4e67ddf83
formatting cleanup (#5105)
* formatting cleanup

* fix rogue tab id
2018-01-04 11:14:19 -05:00
Rick Anderson 677986b3a3
Merge pull request #5099 from aspnet/master
Update live with current master
2018-01-03 17:05:02 -10:00
Shimmy 6c653cc6e0 Making use of the ValueProviderFactoryExtensions (#5073)
* Making use of the ValueProviderFactoryExtensions

* Restored region per request

* Namespace ordering
2018-01-03 16:59:27 -10:00
Biarity ca1a217bd0 PwdLess is now Cierge (#5077)
The old PwdLess still exists but is no longer maintained.
2018-01-03 15:22:38 -10:00
Rachel Appel 7ef54f663a CSAT Modifications (#5097) 2018-01-03 15:16:31 -10:00
Stephen Jennings 8b159534e5 Fix text that was incorrectly interpreted as HTML (#5098)
* Fix text that was incorrectly interpreted as HTML

The text <languagecode2> was interpreted as an HTML tag, so it was not visible after converting Markdown to HTML.

* Minor edits
2018-01-03 14:18:17 -06:00
Rick Anderson 281f0c6145
Merge pull request #5083 from aspnet/master
Update live with current master
2018-01-02 17:25:12 -10:00
Luke Latham c727db54d9 Hosting topic updates (#5087)
* Hosting topic grammar/style updates

* Refactor config values and drop ordering section

* Mod to Host configuration values section

* Shorten one more sentence
2018-01-02 15:40:16 -10:00
王刚 32b2d2fc28 Update sample3.cshtml (#5074) 2018-01-02 15:31:40 -10:00
Rachel Appel 9a466bff79 note about RP & MVC views with asp-page (#5075) 2018-01-02 15:30:53 -10:00
John 003b28f446 typo (#5080) 2018-01-02 15:16:46 -10:00
user135711 c22d1f7aaa Fixed confusing but harmless code that had no effect on the Page() displayed after a deleted concurrency error. (#5079) 2018-01-02 15:15:42 -10:00
Luke Latham 60f0b576d5 RP Testing topic: Move dB seeding to Program:Main (#5088) 2018-01-02 15:11:40 -10:00
Caro Caserio 5b07686f06 CC45931: Update overview.md #31 (#5091)
Hello, @rick-anderson,

This proposed file change comes from this Community Contribution: https://github.com/aspnet/Docs.ko-kr/pull/31/files.

Please, help to check this proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.
2018-01-02 15:10:52 -10:00
Reece Bradley 41e8b3839f fixed broken links to dotnet-watch repo (#5090)
The doc here seems accurate, but the README install directions in the dotnet-watch repo looks incorrect. I don't see anywhere the notion of installing tools via `dotnet install tool dotnet-watch`. Perhaps unreleased feature? Or dead?
2018-01-02 15:08:25 -10:00