Commit Graph

5185 Commits (bdb6d7cafc382b7b28c4db78d30f02e9b89571ac)

Author SHA1 Message Date
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
Eric Coffman 9d07fe8f2c Fix a couple of issues I found while reading the documentation. (#5082)
* Fix grammatical error and add missing information.

* Update images to show what the tutorial says.

* Remove unnecessary word.
2018-01-02 10:34:00 -10:00
Rachel Appel a73d636259
web pages page bug fixes (#5094) 2018-01-02 15:13:48 -05:00
Rachel Appel 1a9d85cad8
webpages fix links (#5092) 2018-01-02 12:08:23 -05:00
Alexandru Bucur f079294f0a cleanup the docs for net.core 2.0 project generation (#5084) 2018-01-01 10:55:25 -10:00
Ying Hua b25e534d5d fix publish config due to overlapping output path (#5076) 2017-12-29 19:00:00 -10:00
Rick Anderson 17b025bd33
Merge pull request #5072 from aspnet/master
Update live with current master
2017-12-26 20:42:06 -10:00
yaananth 5a3010dc82 better write up (#5067)
see https://github.com/dotnet/docs/pull/4002
2017-12-26 16:22:50 -10:00
Robert Mainhardt 2e8057117d Updated the sample3 (#5070)
The sample 3 now reflects what the Default.aspx should look like
2017-12-26 16:22:17 -10:00
Rick Anderson 1de159820a
Merge pull request #5068 from aspnet/master
Update live with current master
2017-12-22 19:06:16 -10:00
Rick Anderson ac3d96713d
Update intro.md (#5064)
* Update intro.md

* Update intro.md

* Update intro.md
2017-12-22 12:45:03 -10:00
Rick Anderson f273cc3b74
Merge pull request #5065 from aspnet/master
Update live with current master
2017-12-22 12:07:16 -10:00
Aftab Ansari f465f9b33c corrected (#5061) 2017-12-22 09:04:08 -10:00
Rick Anderson 4be6184414
Merge pull request #5060 from aspnet/master
Update live with current master
2017-12-21 17:35:29 -10:00
Rachel Appel 6ada6fb141
added culture fallback (#5041) 2017-12-21 20:24:09 -05:00
yaananth 5dfc046bad fix missing code annotation and fix name (#5059)
* fix missing code annotation

* also fix name
2017-12-21 14:28:09 -10:00
Rick Anderson f0bf43ad32
Merge pull request #5054 from yaananth/patch-1
Add warning against using PreSendRequestHeaders
2017-12-21 13:45:38 -10:00
Rick Anderson 6dbfdf987a
Update what-not-to-do-in-aspnet-and-what-to-do-instead.md 2017-12-21 13:44:27 -10:00
Rick Anderson 019e5a0342
Merge pull request #5053 from aspnet/master
Update live with current master
2017-12-21 13:38:42 -10:00
Caro Caserio 2ce86018cc CC44770: Update getting-started.md (#5058)
* CC44770: Update getting-started.md 

Hello, @rick-anderson, 

This proposed file change comes from this Community Contribution: https://github.com/aspnet/Docs.zh-tw/pull/25.

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.

* Update getting-started.md
2017-12-21 13:21:39 -10:00
yaananth 6ae12fb847
Add warning against using PreSendRequestHeaders
For managed modules, adding more details w.r.t w3wp crashes
2017-12-21 00:19:31 -05:00
Luke Latham e8cb509953 Refactor instructions on logs folder creation (#5051) 2017-12-20 18:40:42 -10:00
Rick Anderson 44a62f59d4
Merge pull request #5047 from aspnet/master
Update live with current master
2017-12-20 15:22:28 -10:00
Rachel Appel 52e3263140
Rachelap/core on dotnet (#5048)
* changed screen shot and text for .NET Core new project using .NET Framework

* quick fix
2017-12-20 15:33:42 -05:00
Rachel Appel ad9ce52255
added asp-page info (#5040)
* added asp-page info

* feedback mods

* removed relative path
2017-12-20 10:44:15 -05:00
Rick Anderson 6e7286d6d3
Update aspnet-core-module.md (#5035) 2017-12-19 16:21:59 -10:00
Rick Anderson 5834afb87e
Merge pull request #5044 from aspnet/master
Update live with current master
2017-12-19 13:53:35 -10:00
Rick Anderson 16f819ff7c
Update hosting doc (#5013)
* Update hosting.md

* Update hosting.md

* Update hosting.md

* Update hosting.md

* Update hosting.md

* Update hosting.md
2017-12-19 13:42:53 -10:00
Rick Anderson b40c22c376
Update authoring TH (#5042)
* Update authoring.md

* Update authoring.md
2017-12-19 10:26:36 -10:00
Rick Anderson 23c6f25672
RP - Index, remove bad link (#5033) 2017-12-19 08:30:14 -10:00
Rick Anderson f0c4530fcc
Merge pull request #5039 from aspnet/master
Update live with current master
2017-12-19 08:29:25 -10:00
Rick Anderson 193467bbcf
Update live with current master (#5038)
* Restore MVC/EF to TOC (#5034)

* Fix legacy Web-API server (#5037)
2017-12-18 20:02:41 -10:00
Rick Anderson 157a54bee5
Fix legacy Web-API server (#5037) 2017-12-18 18:50:02 -10:00
Rick Anderson 171caa1b4c
Restore MVC/EF to TOC (#5034) 2017-12-18 17:54:20 -10:00