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
Rick Anderson
67c7b6cf6c
Update index.md ( #8606 )
2018-09-18 16:29:13 -10:00
Rick Anderson
3dba06cd20
SEO for Azure ( #8603 )
...
* SEO for Azure
* SEO for Azure
2018-09-18 14:53:43 -10:00
Luke Latham
32cae1342e
Additional content on Cookie Policy Middleware ( #8382 )
2018-09-18 16:56:10 -05:00
Luke Latham
1d355fd55d
Improve DP Package layout section ( #8512 )
2018-09-18 15:57:38 -05:00
Luke Latham
bbef639652
Nix SignalR mention from ActivatorUtilities remark ( #8538 )
2018-09-18 15:56:34 -05:00
Scott Addie
388cfb4982
Add Tag Helper Components doc to ToC ( #8598 )
...
Fixes #4033
Fixes https://github.com/aspnet/Docs/issues/5475
Fixes https://github.com/aspnet/Docs/issues/5476
2018-09-18 15:03:09 -05:00
Rick Anderson
65eaf9d153
Add Tag Helper Components doc ( #7922 )
...
Addresses #4033
Addresses https://github.com/aspnet/Docs/issues/5475
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/mvc/views/tag-helpers/th-components?view=aspnetcore-2.1&branch=pr-en-us-7922 )
2018-09-18 14:25:52 -05:00
Luke Latham
298133dc38
Address KillSignal/exiting & sudo in Linux topics ( #8464 )
2018-09-18 12:36:09 -05:00
Connor Early
c56da54f91
Update tracing-in-aspnet-web-api.md ( #8590 )
...
Cleaned up first sentence in "How Web API Tracing Works".
2018-09-18 10:39:38 -05:00
Scott Addie
24ec24dc89
Merge pull request #8578 from aspnet/brecon/codeEdit
...
Fix compile errors
2018-09-18 10:03:16 -05:00