Commit Graph

1551 Commits (53eee1d6137d36e82fefe7b5cb64279888ba8840)

Author SHA1 Message Date
Rachel Appel 53eee1d613 meta update (#4330) 2017-09-19 13:50:21 -04:00
Luke Latham 1f4a43ede9 Link patches (#4325) 2017-09-19 11:47:36 -05:00
Luke Latham 32bf4c1d85 Link patches (#4326) 2017-09-19 11:47:02 -05:00
Luke Latham 204e393d46 Link patches (#4327)
... and a few final patches.

I'll make a global sweep (and *one* PR) to fix bad API links shortly.
2017-09-19 11:41:31 -05:00
Luke Latham d433e24233 Link patch (#4328)
cc/ @blowdart
2017-09-19 11:40:47 -05:00
Luke Latham 652ffb7a4c Link patch (#4324)
* Link patch

* One more
2017-09-19 11:37:22 -05:00
Scott Sauber 76d42f09f3 Add ASP.NET Core 2 features to Identity Configuration. (#4288)
* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.

* Make things more clear and call out the specific options.

* Fix wording, spacing, typo on folder name.  Display 1.x snippets with more context

* Fix typo

* Move properties and call out ASP.NET Core 1.x ones.
2017-09-19 09:44:10 -05:00
Scott Addie 4d9c6d47bd Fix invalid ms.date value 2017-09-18 16:21:34 -05:00
Luke Latham ad01283f29 Update SDK install info/script for Nano Server tutorial (#4234)
* Update SDK install info/script for Nano Server tutorial

Fixes #4233

I use the word "fixes" lightly, since I know this works in my AppVeyor
script but haven't actually done it on a real Nano Server.

* Update script link

* Small language fix
2017-09-18 15:15:14 -05:00
Connor Knabe 747aa7edf0 Update iis.md (#4318)
Fixing typo with my_applciation.dll spelling
2017-09-18 14:34:46 -05:00
Scott Addie 5f43301fa7 Add missing uid to metadata (#4315) 2017-09-18 11:04:32 -05:00
Luke Latham bd3438069b Update IIS options and cross-link IIS+Kestrel options in Hosting topic (#4310)
* Update IIS options and cross-link IIS+Kestrel options in Hosting topic

* React to feedback
2017-09-18 10:54:05 -05:00
Scott Addie ddefc78270 Add missing metadata to Identity configuration doc (#4313) 2017-09-18 10:10:27 -05:00
Rachel Appel 42a48de471 metadata updates (#4311) 2017-09-18 14:26:29 +01:00
Poulad 98ecb0f1ba Update web-api-help-pages-using-swagger.md (#4304) 2017-09-15 21:58:02 -05:00
Tom Dykstra c2f097332d fix link 2017-09-15 16:53:59 -07:00
Tom Dykstra b4757ecb53 fix link 2017-09-15 16:53:05 -07:00
Rudi Visser 0d6e3cb775 Remove duplicated code display (#4293)
* Remove duplic

* Reduce code snippet display rather than removing
2017-09-15 15:24:24 -05:00
Rachel Appel 3fece4e286 update meta (#4301) 2017-09-15 17:40:19 +01:00
Luke Latham f531d90646 Development-time IIS support topic (#4289)
Fixes #577

https://blogs.msdn.microsoft.com/webdev/2017/07/13/development-time-iis-support-for-asp-net-core-applications/
2017-09-15 11:22:42 -05:00
Luke Latham 9d1892dae5 Update critical bit for 2.0 (#4278)
* Update critical bit for 2.0

* React to feedback

* Link the IISIntegration package to nuget.org
2017-09-15 11:12:14 -05:00
Rachel Appel f1271b218d update for .net core 2.0 (#4290)
* update for .net core 2.0

* edits

* edits

* code highlights

* cleanup

* tab changes; remove project.json
2017-09-15 14:13:19 +01:00
ROY 50608ec8ae Update StartupCopy.cs (#4271)
* Update StartupCopy.cs

This property CookieName  is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.

* Remove appsettings.json

* Use 'nameof' to replace string literal

* Remove unnecessary XML nodes
2017-09-14 21:39:17 -05:00
Toby Johnson 669347ee62 Update SampleAsyncActionFilter.cs (#4259)
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
2017-09-14 21:36:55 -05:00
Scott Addie f8f6b5934b Remove unnecessary section anchor from Configuration doc (#4295) 2017-09-14 14:43:38 -05:00
Scott Addie cbb1028529 Add DB init code location recommendation (#4253)
* Add DB init code location recommendation

* React to feedback
2017-09-14 11:34:12 -05:00
Amo Chumber 498047e6b9 Update apache-proxy.md (#4291)
The example systemd unit file causes an error if copied directly and used as is (which a lot of first time users likely will).

Although the example service will run it will cause a systemd error because comments in systemd unit files need to be on a newline. In this case I've moved the comment to the line above. Now when you do `systemctl status kestrel-hellomvc.service` you won't see an error in the output.
2017-09-14 08:54:41 -05:00
Luke Latham 029dd7fbc0 Link HttpSendFileFeature to the interface API doc (#4284) 2017-09-13 21:43:04 -05:00
Luke Latham 0d8ec3f928 Small TOC patch (#4286) 2017-09-13 21:42:15 -05:00
Scott Addie f535ce61c6 Remove extra spacing before heading 2017-09-13 15:24:35 -05:00
Bader Nasser Al-Hashmi fa204339fc Add missing * (#4282) 2017-09-13 14:15:23 -05:00
Scott Addie d2f705f7a8 Updates to Razor Pages intro doc (#4262)
* Updates to Razor Pages intro doc

* More updates

* Remove @functions conversion reference

* Remove all @functions references and code

* Change code snippet type to cshtml
2017-09-13 11:06:58 -05:00
Rachel Appel d022d4b967 change msdn sub label (#4275) 2017-09-13 10:06:52 -05:00
Luke Latham d276b82866 Move tutorials from MVC folder (#4269)
Fixes #3827

- Also lightly touches the line spacing for consistency (enforces one
blank line between 1st level items; no blank lines otherwise)
2017-09-13 09:56:09 -05:00
Luke Latham 588c6a6193 Add form THs to list of built-in THs (#4270)
Fixes #3700

... and gives the text a little *boost!* 😀
2017-09-13 09:26:15 -05:00
Rudi Visser ed062d8a80 Fix typo in code sample and grammar (#4273) 2017-09-13 09:19:11 -05:00
Scott Addie c496ec8d54 Adjust highlighting in code sample 2017-09-12 21:29:11 -05:00
hgirish f303a45764 Update new-field.md (#4264) 2017-09-12 14:55:31 -05:00
Scott Addie 68bbc114fd Punctuation corrections 2017-09-12 14:31:37 -05:00
Jonathan d0eb836a6b Fix class modifier (#4261) 2017-09-12 14:28:47 -05:00
Nathan Brown 70315fe33c Update toc.md (#4263)
The link to IdentityServer4 is now https://identityserver4.readthedocs.io/en/release/, but it would be better to direct to the root path so if languages are added, they will automatically get redirected to.
2017-09-12 14:19:44 -05:00
jackiebecker 2e61e287e2 Update adding-model.md (#4235)
* Update adding-model.md

Error is raised when Install-Package command is run when package already exists in project. Provided details for how to check if package is already installed.

* Minor edits
2017-09-12 09:23:30 -05:00
Luke Latham 368aabde4d fundamentals/hosting topic updates (#4137)
* Updates for fundamentals/hosting

Fixes #1870

Updates

Updates

Update

Update

* Updates

Update

* Updates

* Updates

* Updates

* Update custom-formatters sample

* React to feedback

* React to feedback

Update

* React to feedback

* React to feedback
2017-09-11 22:05:47 -05:00
Scott Addie 8008e89f7b Fix invalid link 2017-09-11 21:37:03 -05:00
Scott Addie 0ea775dbd2 Fix invalid link 2017-09-11 21:23:10 -05:00
Scott Addie 88d852d798 Fix invalid link 2017-09-11 21:20:14 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Greg Ingram b59fcb6af4 Fixed to use correct formatter. (#4251) 2017-09-11 16:05:08 -05:00
Luke Latham b02db6da11 Note ApplicationId is ClientId (#4245)
Fixes #3797

cc/ @moozzyk
2017-09-11 11:35:07 -05:00
Scott Sauber c5649dcfe6 Update Introduction to Identity with ASP.NET Core 2 API's (#4236)
* Changes to split out the ASP.NET Core 2 Identity cofig from ASP.NET Core 1.

* Fix problem with number rendering
Show differences between ASP.NET Core 1.x and 2.x config.

* Fix extra spaces
Add snippet_ prefix to regions

* Correct what UseAuthentication does.

* Update snippet regions with snippet_ prefix.
2017-09-11 11:34:29 -05:00