Commit Graph

6437 Commits (6619e940e428e9a10260833628d0a8f0ec996b24)

Author SHA1 Message Date
José Maia 6619e940e4 Point to a central page explaining all signalr clients (#8782)
Fixes #8781
2018-10-01 15:21:55 -05:00
Scott Addie 56aa3bec94
2.1 update of Web API migration doc (#8717)
* 2.1 update of Web API migration doc

* Fix list formatting

* React to feedback
2018-10-01 14:55:27 -05:00
Haryz Izzudin 124e035f10 Content fixes for ASP.NET Core Getting Started page (#8779)
Fixes #8776.
2018-10-01 13:12:20 -05:00
Sebastiaan Dammann 682fdb36f8 Clarify middleware behavior with unknown file types, fixes #8602 (#8780) 2018-10-01 12:25:21 -05:00
obayit 28bcd1a21a correct a term (#8769)
The word implement can mislead the reader into thinking that he have to implement the interface,
an alternative is the word require, which is used when talking about dependency injection

When creating a new PR, please do the following and delete this template text:

* Reference the issue number if there is one:

  Fixes #Issue_Number

  > The "Fixes #nnn" syntax in the PR description causes
  > GitHub to automatically close the issue when this PR is merged.
2018-10-01 11:27:54 -05:00
Scott Addie e8966d448a
Remove link to retired doc (#8775) 2018-10-01 11:27:04 -05:00
Haryz Izzudin 57e9dcfa6b Fix code block showing backticks (#8772)
Indenting the code block with 4 spaces causes the Markdown parser to think that the lines with the backticks are also part of the code block, [as per the Markdown specifications](https://daringfireball.net/projects/markdown/syntax#precode). I reduced the indentation to 2 spaces to get around this problem.

Fixes #8563 

[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-2.1&branch=pr-en-us-8772)
2018-10-01 11:16:40 -05:00
Scott Addie c5a5a6c00a
Remove link to retired doc (#8773) 2018-10-01 11:04:46 -05:00
James Newton-King 5a87f3081f Round-tripping catch-all syntax + Parameter Transformers (#8759)
Addresses #8763

https://github.com/aspnet/Routing/issues/720

@rynowak
2018-10-01 10:53:34 -05:00
obayit cc96a62cd6 Remove UseBrowserLink (#8762) 2018-09-30 09:10:22 -05:00
Luke Latham d3db6fcd25
Fix highlighting in Background tasks code sample (#8761) 2018-09-29 19:21:21 -05:00
Rick Anderson 2e8dac2ca4
Update next.md (#8740)
* Update next.md

* Update next.md
2018-09-28 15:32:48 -10:00
Rick Anderson 2c94b676c9
Update index.md (#8731)
* Update index.md

* Update index.md
2018-09-28 15:32:21 -10:00
Dave Brock e2c39164a9 Added using for clarity (#8743)
Visual Studio does not recognize the query without using the `Microsoft.Linq` namespace, which isn't specified in the document.
2018-09-28 15:31:25 -10:00
Mark Rendle 911120b884 Add note on scaffolding all Identity UI pages from CLI (#8752) 2018-09-28 15:29:52 -10:00
Rick Anderson 4a96687c7d
Update metapackage.md (#8728)
Fixes #8312
Instructions copied from https://github.com/aspnet/Identity/issues/1870
2018-09-28 15:29:20 -10:00
Tom Dykstra 934fdbb87f Retire duplicate doc - pub to Azure using CLI (#8747)
Fixes #8723
2018-09-28 10:33:08 -10:00
Rick Anderson 20ce53d5cb
Update index.md (#8741) 2018-09-27 13:20:00 -10:00
Dave Brock 29b36324bc Update contributing guide (#8736)
Related to discussion in https://github.com/aspnet/Docs/issues/8726.

Updated to discuss image compression, an optional step.
2018-09-27 12:03:43 -05:00
Scott Addie 2a07c6f1df
Fix invalid Scaffold Identity link (#8739)
Fixes a link build warning introduced in https://github.com/aspnet/Docs/pull/8640.
2018-09-27 11:57:50 -05:00
Scott Addie 126bb378af
Make LibMan CLI destination path xplat (#8737)
Addresses the same problem that was fixed in https://github.com/aspnet/Docs/pull/8734.
2018-09-27 11:43:49 -05:00
Scott Addie 6ee808c991
2.1 updates to Identity PK data type doc (#8640)
* 2.1 updates to Identity PK data type doc

* Fix xref link

* Simplify doc

* Minor tweaks

* Verbiage tweaks

* Fix line highlighting

* Remove unused sample code

* Merge PK doc into larger customization doc

* Add missing property to ApplicationUser class

* Add redirect to retire PK doc

* Add missing file extension to redirect file

* Remove restriction on 2.1+

* Display lazy loading section for 2.1+

* Formatting changes

* Fix line highlighting

* Add property to ApplicationRole class

* Remove unnecessary override from ApplicationDbContext class

* Dedent code snippet

* Update customize-identity-model.md
2018-09-27 09:44:02 -05:00
Evan Ogas 6c1c25a490 Use forward slashes for destination path (#8734)
I don't have a way of testing this on Windows atm, but most of the other examples use forward slashes, so I assume this is correct on all platforms.  Backslashes fail on MacOS, creating a directory called "wwwrootlibsignalr".
2018-09-27 09:38:19 -05:00
Maxim Kornilov eb767b9464 Use the correct type as a parameter for the generic (#8724) 2018-09-26 20:54:56 -05:00
Dave Brock 8dd70094bd Fixing typo. (#8725) 2018-09-26 15:41:47 -10:00
Dave Brock cf5a94c7b2 Added corrected screenshot. (#8727) 2018-09-26 15:41:20 -10:00
Nate McMaster ba5171bda9 Add a section about storing data protection keys using the EF Core provider (#8328)
* Add a section about storing data protection keys using the EF Core provider

* UE pass and snippets

* Update key-storage-providers.md
2018-09-26 15:37:55 -10:00
Roy 8ef2cf1e97 Separate IFilterFactory from TypeFilterAttribute (#8720)
Add separate section using h3 title to separate out the IFilterFactory description from that of the TypeFilterAttribute when discussing dependency injection.
2018-09-26 15:38:44 -05:00
Keyur d0486b8ec6 Issue #8445 - Made the SMS 2FA note as a Warning (#8663)
* Added 'Scaleout differences' section

Saw this in one of the comments. So thought of adding it.

* Edits

* Issue #8445 - Made the SMS 2FA note as a Warning

Issue #8445 - Made the SMS 2FA note as a Warning
2018-09-26 10:14:48 -10:00
Luke Latham 36ce03f66f Add an additional resource to DI topic (#8642)
Fixes #8641 

... also @pakrym, can you say if this would have wide enough interest to become its own topic on the doc set?
2018-09-26 09:27:47 -10:00
Rick Anderson 1c08e30dd6
Version-less M.A.App (#8707)
* Version-less M.A.App

* Update metapackage-app.md
2018-09-26 09:21:36 -10:00
Nate McMaster db618cf993 Update the 2.1 migration doc to instruct users to remove the version on Microsoft.AspNetCore.App (#8715)
Reverts https://github.com/aspnet/Docs/pull/7543

See https://github.com/aspnet/Home/issues/3292#issuecomment-424146341 for context
2018-09-26 09:20:54 -10:00
Luke Latham 7c2f75b270
Add auth link to the Native Mobile Backend topic (#8719) 2018-09-26 14:09:44 -05:00
Rick Anderson c9bd31f145
Update validation.md (#8692)
* Update validation.md

Fixes #8687 
This link is much better as it doesn't involve SQL Server.

* Update validation.md
2018-09-25 15:53:56 -10:00
Rick Anderson 59e92baee9
Update details.md (#8693)
Also fixes  #8687
2018-09-25 15:53:36 -10:00
Luke Latham ae328f456d Distributed caching topic sample update (#8703)
Fixes #8514 

* Convert use of local time to UTC.
* I went for some naming upgrades and consistency.
  * I prefer not to post-fix types on variable names (i.e., "String" here).
  * I add "UTC" here and there tho to clarify what's held in vars and the cache key.
* Opened **Distributed cache topic UE pass** #8702 to do a pass on the topic later.
2018-09-25 14:38:05 -10:00
Luke Latham cfe4e9fa0d
Windows Service topic updates (#8705) 2018-09-25 17:32:32 -05:00
Tom Dykstra a26d3b82d2 update meta description (#8697)
@Rick-Anderson here's a suggestion for the meta description.
2018-09-25 12:17:54 -10:00
Luke Latham d4ccb7af34
Use MS architectural principles link in DI topic (#8701) 2018-09-25 15:52:24 -05:00
Rick Anderson cfb79e6975
Update razor-pages-start.md (#8691)
Keyword update.
2018-09-24 15:45:59 -10:00
Luke Latham 1da058f7dd
Improve Kestrel topic section support (#8689) 2018-09-24 17:29:10 -05:00
Luke Latham fdbee59807
Surface synchronous approach for view components (#8686) 2018-09-24 16:06:11 -05:00
Luke Latham 5b06b81ede
Surface the package in the Background Tasks topic (#8684) 2018-09-24 14:54:18 -05:00
Rick Anderson c181863998 Update bundling-and-minification.md (#8664)
Fixes #8614
@aureole82  please review.
2018-09-24 10:33:39 -05:00
Rick Anderson 25864d9dea Update app-secrets.md (#8662)
Need this for a doc in aspnet and it was too awful to copy.
2018-09-24 10:32:29 -05:00
Andrew Stanton-Nurse 55de66375a fix access token sample in SignalR auth document (#8680)
Fixes #8631 

The `AccessTokenFactory` expects a `Task<string>` so we need to wrap it in `Task.FromResult` in the sample (which is synchronous).
2018-09-24 10:24:26 -05:00
Cam Soper be93b1acb3
B2C doc fix (#8661)
* Whoops - didn't mean to merge that to this branch!

* minor updates

* minor updates

* Fixed issue #8552
2018-09-21 19:48:32 -05:00
Luke Latham 26286236f9
Response Compression updates (+Brotli) (#8560) 2018-09-21 17:12:21 -05:00
Luke Latham 4480bb1302
Note app pool restarts with the bundle installer (#8436) 2018-09-21 16:08:05 -05:00
Rico Suter 2e19966947 Fix snippets in NSwag tutorial (#8656)
Fixes the used snippets in the NSwag tutorial (currently the imports are missing and the configure snippet is used twice).
2018-09-21 12:16:54 -05:00