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
Rick Anderson
a485e606d2
Update read-related-data.md
2018-09-20 15:23:33 -10:00
Rick Anderson
c0ef0854b6
Update update-related-data.md ( #8650 )
2018-09-20 15:18:19 -10:00
Rick Anderson
fca0e62fff
Update concurrency.md
2018-09-20 15:15:30 -10:00
Rick Anderson
116fa40551
Update individual.md ( #8648 )
...
Arg, now I need a link to win auth.
2018-09-20 14:56:30 -10:00
Rick Anderson
1d2f138aab
Update individual.md
2018-09-20 13:14:11 -10:00
Rick Anderson
f5364daade
Update individual.md ( #8645 )
...
Fixes #8644
I need a fwlink to "No authentication" for VS.
2018-09-20 13:02:22 -10:00
Rick Anderson
49bed2e3e2
Update troubleshooting.md
2018-09-20 12:46:09 -10:00
Scott Addie
4f5fa6239d
Fix broken package.json file import ( #8643 )
...
Fixes an OPS build warning
2018-09-20 15:48:34 -05:00
Luke Latham
ab66adea7c
Enhance KnownProxies/Networks content ( #8634 )
2018-09-20 14:01:02 -05:00
Luke Latham
8ec3fda3eb
Surface RuntimeIdentifiers (plural) in WS topic ( #8637 )
2018-09-20 13:57:21 -05:00
Rico Suter
d6ab352542
Use API Explorer based NSwag generator and middlewares ( #8572 )
...
- Upgrade NSwag (samples) and use new API Explorer based generators (the reflection based generators are deprecated soon)
- Some text improvements
- Change "Open API" to "OpenAPI" (correct name)
- Use new Swagger UI 3 in samples
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-nswag?view=aspnetcore-2.1&branch=pr-en-us-8572&tabs=visual-studio%2Cvisual-studio-xml )
2018-09-20 11:32:52 -05:00
Luke Latham
e5ed43144a
Remove webapp alias notice ( #8629 )
2018-09-19 23:03:52 -05:00
Rick Anderson
7705ae1e89
Fix SPA warning ( #8595 )
...
* Fix SPA warning
* rm download
2018-09-19 17:39:49 -10:00
Mikael Mengistu
5e95f82e20
SignalR Java Client preview1 -> preview2 ( #8626 )
...
Editing `Preview1 `to be `Preview2` in the Java client docs
2018-09-19 20:27:51 -05:00
Mikael Mengistu
4348c5837d
Update to preview2 ( #8593 )
2018-09-19 17:41:24 -05:00
Rick Anderson
ea8f1930c8
Update overview.md
2018-09-19 12:01:41 -10:00
Scott Addie
12764fb04b
Add SignalR Java API ref to ToC ( #8619 )
...
Link to the newly created ASP.NET Core SignalR Java API ref
2018-09-19 13:38:52 -05:00
Scott Addie
27883797d8
Remove quotes from bool value in appsettings.json ( #8615 )
...
Fixes https://github.com/aspnet/Docs/issues/8612
2018-09-19 09:53:48 -05:00
Luke Latham
480185ecd1
Surface System.Runtime.Caching content ( #8550 )
2018-09-18 21:36:25 -05:00
Rick Anderson
94c382b429
Update getting-started.md ( #8607 )
2018-09-18 16:31:15 -10:00