Commit Graph

6385 Commits (fca0e62fffafe1537d2f783746419d982f0e4464)

Author SHA1 Message Date
Rick Anderson e8294bf69e
Update intro.md 2018-08-30 12:44:35 -07:00
Rick Anderson 9d19ec4cfe
Update intro.md (#8341)
* Update intro.md

* Update intro.md
2018-08-30 12:42:59 -07:00
Rick Anderson 07705e5a7b
Update secure-data.md (#8325)
* Update secure-data.md

* Update secure-data.md

* Update secure-data.md
2018-08-30 12:42:27 -07:00
Luke Latham 3d2aabf7ea
Clarify when StartAsync is called (#8354) 2018-08-30 14:26:31 -05:00
Scott Addie b22bb01eb5
Add LibMan CLI doc (#8260)
* Add LibMan CLI doc

* Add missing --verbosity option

* More edits

* Add Arguments sections

* Move provider names to an include

* Rearrange options

* Verbiage tweaks

* Shorten verbiage

* Fix code snippet include

* Show command to uninstall filesystem library

* Verbiage tweak

* Verbiage tweaks

* React to feedback

* pre-release --> prerelease

* Add output for help command

* Address horizontal scrolling in help output

* Add libman init screenshot

* React to feedback

* Fix folder path

* Final tweaks
2018-08-30 14:20:06 -05:00
Luke Latham 554acbdf46 Remove tabs from cookie sharing topic (#8356)
Fixes #7794
2018-08-30 14:06:59 -05:00
Luke Latham f85202290b Remove HTTP links to Microsoft (#8353)
Fixes #8350
2018-08-30 11:48:27 -07:00
Eric Stimpson 4477629f88 Update areas.md (#8351)
Consistency in list (all complete sentences instead of mix of sentences / sentence fragments).
2018-08-30 12:41:06 -05:00
Luke Latham 6e76381065
Azure Apps topic updates (#8342) 2018-08-30 12:13:25 -05:00
Rick Anderson 4e8ef49a7e
Update creating-a-data-access-layer-cs.md (#8308) 2018-08-29 17:59:44 -07:00
JP Hellemons c3d0ca7542 Added info about missing menu option (#8318)
* Added info about missing menu option

you need 4.7.1. or up. as found in the blog post.

* Updates

* Update optimize-build-perf.md
2018-08-29 13:00:20 -07:00
Rick Anderson d866f870e7
Update new-field.md 2018-08-29 12:59:25 -07:00
Luke Latham 3fca4e2e4b
Clarify ANCM stdout/stderr redirection remark (#8273) 2018-08-29 12:19:43 -05:00
Luke Latham e9798c7987
Clarify package for Status Code Pages Middleware (#8275) 2018-08-28 16:28:47 -05:00
Rick Anderson 571948f852
How to update ASP.NET Core (#8295)
Fixes #8296 
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/fundamentals/metapackage-app?view=aspnetcore-2.1&branch=pr-en-us-8295)
2018-08-27 15:38:42 -07:00
Rick Anderson 6ac0d79fb0
2.1 update of secure user data (#7651)
- [x] Blocked until https://github.com/aspnet/Identity/issues/1813 bits (https://github.com/aspnet/Identity/pull/1832) are surfaced in 2.2 preview

Fixes #6290 
Fixes #7108
[Review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authorization/secure-data?view=aspnetcore-2.1&branch=pr-en-us-7651)

@blowdart this is an upgrade to 2.1 with the following security changes:

* The project was generated with the 2.1 templates:
	* *Startup.cs* is based on the 2.1 version.
	* `AddDefaultIdentity` is used, replaced the template generated Identity 2.0 UI with the Identity 2.1 RCL.
* I fixed in the previous version where an unauthorized person could see details by hacking the URL. See [new code here](51f4712af6/aspnetcore/security/authorization/secure-data/samples/final2.1/Pages/Contacts/Details.cshtml.cs (L34-L44)).
* Uses 2.2 preview-1 because of https://github.com/aspnet/Identity/issues/1813

So it shouldn't require a full audit.
cc @joeaudette
2018-08-27 12:31:50 -07:00
Alec eb839ba7fb Add SQLite Nuget Package (#8290)
Resolution for issue: #7752
Verified on .Net Core 2.1.302
2018-08-27 12:11:45 -07:00
Isaac Levin 398f0948bf Identity Scaffolding creates empty Services folder 8233 (#8257)
Document fact that services are not generated when scaffolding Identity 
Fixes #8233 
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.1&branch=pr-en-us-8257&tabs=visual-studio)
2018-08-27 12:01:44 -07:00
Catalin Gavan faf47eb6a8 Update index.md (#8287)
* Update index.md

Hello! i updated Third-party logging providers, by adding KissLog.net as well. Thank you!

* Alphabetize list
2018-08-27 11:08:13 -05:00
Luke Latham 5ea97b8cbc
Middleware ext method namespace clarification (#8279) 2018-08-27 10:16:26 -05:00
Maira Wenzel 44fcfaeb02 metadata updates (#8264)
* metadata updates

* metadata update
2018-08-25 15:09:45 -07:00
Paulson Maclean 2dbde743c3 Update what-is-web-forms.md (#8267)
Correction of a simple spelling mistake from "iteself" to "itself" in LINE 18 : Using Visual Studio, you can create ASP.NET Web Forms. The Visual Studio Integrated Development Environment (IDE) lets you drag and drop server controls to lay out your Web Forms page. You can then easily set properties, methods, and events for controls on the page or for the page itself. <--
2018-08-25 15:09:05 -07:00
Tom Dykstra cec215e284 SignalR tutorial: add npm link in procedural section (#8278)
Fixes #7643 which was already closed but had another comment added.
2018-08-25 15:08:22 -07:00
Luke Latham 23029771e6
Fix a local var name in two DI topic examples (#8276) 2018-08-25 10:35:58 -05:00
Dan Fernandez 3347693809 Update index.md (#8262)
Added Metadata for ms.author and description
2018-08-24 14:21:44 -07:00
Luke Latham 87cbd8d51e
Configuration updates (#8050) 2018-08-24 14:10:45 -05:00
Scott Addie 17fbc27ede
Merge pull request #8254 from Univream/patch-1
Update advanced-ef-mvc spelling issue
2018-08-24 12:09:10 -05:00
Hakim 8914f91b53
Update advanced-ef-mvc spelling issue
Minor but important change.
2018-08-24 18:55:28 +02:00
Rick Anderson c9e3d29a88
Update view-compilation.md (#8246)
* Update view-compilation.md

* Update view-compilation.md

* Update view-compilation.md

* Update view-compilation.md
2018-08-23 14:52:42 -07:00
Scott Addie 37e7062043
Fix code snippets (#8241)
Fixes https://github.com/aspnet/Docs.zh-cn/issues/72.
2018-08-23 10:07:05 -05:00
谭九鼎 708b6e4046
Fix code snippets 2018-08-23 22:52:23 +08:00
Rick Anderson 3736b94100
get rid of annoying message (#8231) 2018-08-22 16:42:25 -07:00
Rick Anderson cbbec13299
Update F7.md 2018-08-22 15:17:24 -07:00
Rick Anderson 5680ab839e
Doc F7 (#8226)
* Doc F7

* Doc F7

* Doc F7

* Doc F7
2018-08-22 14:52:05 -07:00
Rick Anderson 2ddf3e7e9a
Update facebook-logins.md (#8222) 2018-08-22 12:52:58 -07:00
Scott Addie 75a084be94
Add LibMan docs (#8008)
Fixes https://github.com/aspnet/Docs/issues/7090
Addresses https://github.com/aspnet/Docs/issues/7246

The LibMan CLI detail will be added after the supporting NuGet package is published.

**Internal Review Pages**
* [LibMan landing page](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/libman/index?view=aspnetcore-2.1&branch=pr-en-us-8008)
* [LibMan VS doc](https://review.docs.microsoft.com/en-us/aspnet/core/client-side/libman/libman-vs?view=aspnetcore-2.1&branch=pr-en-us-8008)
2018-08-22 09:27:24 -05:00
Maira Wenzel 5fd8ccf6ed fix typo (#8213) 2018-08-21 18:14:12 -07:00
Luke Latham ce9f239dd7 Add a an Azure resource to the pub profiles topic (#8212) 2018-08-21 16:04:56 -07:00
Luke Latham 304c3866f3 Middleware topic+sample update (#8209) 2018-08-21 13:34:05 -07:00
Luke Latham 2c7f11f3af Move SetCompatibilityVersion into an MVC subtopic (#8196)
Escape an underscore

Escape more underscores

And another one
2018-08-21 12:57:06 -07:00
Rick Anderson 365b522ac1
Update dependency-injection.md (#8193)
* Update dependency-injection.md

* Update dependency-injection.md

* Update dependency-injection.md
2018-08-21 10:55:39 -07:00
Rick Anderson 2d496c4588
Optimize compile (#8195)
* Create optimize-build-perf

* Rename optimize-build-perf to optimize-build-perf.md

* Create placeholder.md

* Add files via upload

* Update optimize-build-perf.md

* Update optimize-build-perf.md

* Delete placeholder.md

* TOC

* work
2018-08-21 10:38:29 -07:00
Luke Latham 1bcda7417c Logging sample update (#8206) 2018-08-21 10:37:49 -07:00
Luke Latham 0e443b32dc
Routing updates (#8192) 2018-08-21 11:17:08 -05:00
Sivu 67463c576b Assign CustomWebApplicationFactory value before using it (#8205) 2018-08-21 11:10:26 -05:00
Luke Latham 1236e9119d
Fix link (#8203) 2018-08-21 07:53:04 -05:00
Rick Anderson e8d609b1ea
Update config Identity to 2.1 (#8033)
* Update config Identity to 2.1

* work

* work

* work

* work

* work

* work
2018-08-20 16:00:18 -07:00
Scott Addie b2decd4b97
Merge pull request #8185 from aspnet/Rick-Anderson-patch-3
Update docfx.json
2018-08-20 15:47:43 -05:00
Luke Latham 46129953b9
Fundamentals index update (#8187) 2018-08-20 15:19:03 -05:00
Scott Addie 3c08f51d7c
the the --> the (#8189) 2018-08-20 15:03:44 -05:00