Commit Graph

6385 Commits (fca0e62fffafe1537d2f783746419d982f0e4464)

Author SHA1 Message Date
Rick Anderson 89477467ff
RCL - show project file (#7888) 2018-07-31 11:22:22 -06:00
Scott Addie 27e907f3ba
Remove unnecessary jQuery document.ready call (#7899)
Fixes https://github.com/aspnet/Docs/issues/7894

Also incorporated a few Acrolinx suggestions while I was in there.

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/models/validation?view=aspnetcore-2.1&branch=pr-en-us-7899#iclientmodelvalidator)
2018-07-31 11:57:38 -05:00
Nick Walker d3f8f459c8 Update webapp-alias-notice.md (#7882)
* Update webapp-alias-notice.md

The original note specified "2.1", which wasn't specific enough (I had 2.1.200 and wondered why it wasn't working). This generalizes things, moves the most important part to the front and changes the download link to the .NET Core download home page instead of the version list.

If you want to keep the link pointed at the version list, I suggest https://www.microsoft.com/net/download/dotnet-core/2.1. The current link points directly to a specific version that is already out of date.

* Verbiage tweaks
2018-07-31 10:18:16 -05:00
Scott Addie 20b588629a
Fix Configuration link warning 2018-07-30 21:52:49 -05:00
Rick Anderson 2f52393cee
Update partial.md (#7885)
* Update partial.md

* Update partial.md

* Update partial.md
2018-07-30 20:27:15 -06:00
Rick Anderson 49c880ace7
Update overview.md (#7889) 2018-07-30 19:39:23 -06:00
Luke Latham 3daafeef84
Enhance DI remarks in Startup topic (#7800) 2018-07-30 16:08:21 -05:00
Rick Anderson b504da9991
Document no support for filters on page handler methods. (#7878)
* Update roles.md

* Update roles.md

* Update roles.md
2018-07-30 13:58:27 -06:00
Scott Addie 17267f60b6
Merge pull request #7881 from aspnet/scottaddie/fix-broken-link
Fix broken aspnet/DataProtection samples link
2018-07-30 14:40:38 -05:00
Scott Addie ac4008ce4b
Fix broken aspnet/DataProtection samples link 2018-07-30 14:18:57 -05:00
Luke Latham de5ec7818c
Enforcing SSL topic: HTTPS_PORT env var details (#7767) 2018-07-30 13:39:58 -05:00
Scott Addie 0d9382d1ca
Merge pull request #7875 from aspnet/scottaddie/minify-spelling-mistake
Correct the spelling of minify
2018-07-30 12:42:12 -05:00
Scott Addie 1c55df8d5a Correct the spelling of minify 2018-07-30 12:36:44 -05:00
Scott Addie 03b58a4b72
Add instruction to add Version attribute (#7872)
Addresses https://github.com/aspnet/Docs/issues/7866

The 2.1 project template doesn't add the `Version` attribute, but the sample app includes it (as it should). This PR tells the reader to add the attribute.
2018-07-30 11:50:47 -05:00
Luke Latham cd2622c8d8 Correct code in Generic Host topic (#7861) 2018-07-30 11:29:22 -05:00
Matt Millican 0364c7eea6 Add recommendation and example for ignoring XML doc warnings per class (#7849)
Fixes #7795 - Add recommendation for ignoring XML doc warnings for certain classes in Swagger documentation

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-2.1&branch=pr-en-us-7849&tabs=visual-studio%2Cvisual-studio-xml#xml-comments)
2018-07-30 11:19:42 -05:00
Luke Latham 75418ccfec
Supply type args in Kestrel example (#7870) 2018-07-30 08:02:25 -05:00
Luke Latham 0043709e10 Update Windows Service topic (#7863) 2018-07-28 16:50:01 -06:00
Luke Latham 940ea3c502 Dependency injection topic and sample updates (#7412)
* Dependency injection topic and sample updates

Updates

Updates

Updates

Updates

* React to feedback

* React to feedback

* Update

* Update ctor injection behavior section (6331)

* React to feedback

* React to feedback

* Link updates

* React to feedback

* React to feedback

React to feedback

Updates

* React to feedback

* Ping me for feedback

* Describe ActivatorUtilities

* Update

* Crosslink repository pattern
2018-07-28 16:49:23 -06:00
Luke Latham 47c433a013
Change the API ref for an ILogger in Logging topic (#7862) 2018-07-28 15:37:48 -05:00
Luke Latham ef20ad81f5
Correct code in Generic Host topic (#7860) 2018-07-28 14:07:23 -05:00
Tom Dykstra 3ccf75117c
Introduction to ASP.NET Core SignalR edit pass (#7852) 2018-07-28 09:45:05 -07:00
Rick Anderson abaf99c5da
SetSize on memory cache (#7792)
* update cache sample

* Memory Cache 2.0 Size

* Memory Cache 2.0 Size

* work

* work

* work

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2018-07-27 18:02:20 -06:00
Luke Latham 57f0c218fe
Update Status Code Pages descriptions (#7770) 2018-07-27 16:30:53 -05:00
Scott Addie c7ca4e67b4
Remove empty line from code snippet 2018-07-27 11:46:15 -05:00
David Fowler 9eeef1cdf5 Simplify using the HttpContext in a razor view (#7846)
Fixes #7832
2018-07-27 11:14:45 -05:00
Scott Addie 2a0b6d8fef
Merge pull request #7844 from aspnet/scottaddie/razor-view-access
Document accessing HttpContext via Razor views
2018-07-27 10:17:42 -05:00
Luke Latham 81f7708d03
Surface Web Host configuration in WS topic (#7843) 2018-07-27 10:16:18 -05:00
Scott Addie a4f9bfb63b Document accessing HttpContext via Razor views 2018-07-27 10:08:43 -05:00
Beth Massi 83e516cf6a Update free Azure account link (#7836) 2018-07-26 18:34:28 -05:00
Scott Addie 5e1328327c
Merge pull request #7830 from aspnet/scottaddie/action-result-heading
Change 2.1 ActionResult heading to generic type form
2018-07-26 16:28:32 -05:00
Luke Latham 473ac7036c
Logging topic enhancements (#7657) 2018-07-26 16:26:30 -05:00
Scott Addie 7e5f4de8a3
Merge pull request #7834 from aspnet/scottaddie/client-factory-link
Add link to IHttpClientFactory sample app
2018-07-26 16:23:55 -05:00
Scott Addie 0fc0c9dddd Add link to IHttpClientFactory sample app 2018-07-26 16:17:13 -05:00
Scott Addie a2110a4f6f
Move Docker images update heading (#7831) 2018-07-26 15:06:01 -05:00
Scott Addie 5a09180e6b
Update of VS Tools for Docker doc (#7772)
Fixes https://github.com/aspnet/Docs/issues/6813
Fixes https://github.com/aspnet/Docs/issues/6128
Fixes https://github.com/aspnet/Docs/issues/5631

**Internal Review Pages**
* [2.1](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/visual-studio-tools-for-docker?view=aspnetcore-2.1&branch=pr-en-us-7772)
* [2.0](https://review.docs.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/visual-studio-tools-for-docker?view=aspnetcore-2.0&branch=pr-en-us-7772)
2018-07-26 14:55:49 -05:00
Scott Addie d979e409f5 Change 2.1 ActionResult heading to generic type form 2018-07-26 14:29:52 -05:00
Scott Addie f120d3640c
Merge pull request #7822 from aspnet/scottaddie/multiple-route-constraints
Document how to apply multiple inline param constraints
2018-07-25 15:45:29 -05:00
Scott Addie dabde77574 Document how to apply multiple inline param constraints 2018-07-25 15:40:18 -05:00
Scott Addie 52599e057e Add Docker image migration section (#7820) 2018-07-25 14:13:40 -06:00
Scott Addie 1281270ef0 Link to partial TH name attribute examples (#7818) 2018-07-25 14:11:35 -06:00
Justin Dearing 819f7a2b5c Update environments.md (#7819) 2018-07-25 14:33:44 -05:00
Luke Latham 0ba7f3bb12 Enhance text for first Enforce HTTPS example (#7812) 2018-07-25 13:23:00 -06:00
Melvin Ray Herr e486821954 Correct instructions for enabling the firewall. (#7769)
* Correct instruction on how to enable the firewall.

Fixes #7294

* Update linux-nginx.md

* Update linux-nginx.md

* Update linux-nginx.md

* Update linux-nginx.md

* Move warning to correct location and label links.
2018-07-25 12:59:27 -06:00
Marcel Michau 85e0fd735e Update 20_21.md (#7805) 2018-07-25 07:24:23 -05:00
Scott Addie 95407f8f26
Merge pull request #7802 from aspnet/scottaddie/model-state-patch
Replace line numbers range with snippet name
2018-07-24 21:52:46 -05:00
Scott Addie 4b4b8e5f2a Replace line numbers range with snippet name 2018-07-24 21:44:05 -05:00
Luke Latham 40955562d1
Enhance DP cert protect/unprotect coverage (#7798) 2018-07-24 14:38:14 -05:00
Scott Addie ecbb70d68f
Clarify Azure logging when targeting .NET Core (#7778)
* Clarify Azure logging when targeting .NET Core

* Update related App Service doc

* Minor tweaks

* Display paragraph no matter which version is selected

* Add missing semi-colons

* Reference the ILoggerFactory interface

* React to feedback
2018-07-24 13:48:52 -05:00
Luke Latham fd28f6c066
Surface packages in Configuration topic (#7771) 2018-07-24 13:46:52 -05:00