Luke Latham
c18f29fb55
Host in a Windows Service update ( #7048 )
2018-06-14 12:37:38 -05:00
Luke Latham
fff3fbb3c0
Surface RID in Windows Services set-up steps ( #7055 )
2018-06-14 10:40:35 -05:00
Rick Anderson
ed7e1b99e3
Update index.md ( #7038 )
2018-06-14 08:25:51 -07:00
Jean-Marc Prieur
aac6cad53c
Adding more samples for Azure AD V2 ( #7047 )
2018-06-14 08:24:58 -07:00
Luke Latham
033fbf3969
MVC views DI update ( #7050 )
2018-06-14 09:47:12 -05:00
Luke Latham
c2c754be62
Clarify UseCookieAuthentication ( #7039 )
2018-06-14 08:34:03 -05:00
petyka
4e0c6d60fb
Update sample13.cs ( #7016 )
...
I was reading the WebAPI 2 tutorial and found a mistake in this sample. The GetBookDetail action gets a parameter called id, and in the query, this id is checked against the AuthorId, which I think is wrong, it should be checked against the BookId property.
2018-06-13 16:09:20 -07:00
Luke Latham
ca564cd98c
Test, Debug, Troubleshoot updates ( #7034 )
2018-06-13 18:04:05 -05:00
Rick Anderson
9ccfe03644
Update identity-enable-qrcodes.md
2018-06-13 13:51:53 -07:00
Luke Latham
d3ab1e30f3
Update dev-certs tool link ( #7030 )
2018-06-13 15:47:14 -05:00
Pranav K
29126fc747
Add some details for fixing runtime compilation errors ( #7027 )
2018-06-13 15:11:34 -05:00
Mauricio de los Santos
e6157e5477
L25324: Corrupted links to snipets ( #7028 )
2018-06-13 14:57:13 -05:00
Ehsan Mirsaeedi
bf2bbe2a06
[WIP] Introducing CallbackPath Property ( #6964 )
2018-06-13 09:57:26 -05:00
Peter Kellner
d53a99a6ab
Update intro.md ( #6977 )
...
I just tested and it does not matter whether the project in vs2017 is created with or without authentication regarding the _viewimports file. Seems odd it mentions that making the reader think that there is a difference or why would it be mentioned. Second ,and not sure if this should be addressed because it might be the tip of the iceberg, the files are no longer in views/ but are now in pages/
2018-06-12 17:29:53 -07:00
Rick Anderson
6637cb1c8c
Merge branch 'live' into master
2018-06-12 17:23:21 -07:00
Rick Anderson
22961f5c46
Match2LiveCode ( #7012 )
2018-06-12 17:22:17 -07:00
Rick Anderson
2d5c4c6add
Update new line in custom user data ( #7011 )
2018-06-12 17:09:33 -07:00
Simon Yates
ab9c8d8263
Fix HTTPS vs SSL app setting reference ( #7008 )
...
* Fix HTTPS vs SSL app setting reference
* Update secure-data.md
* Update appsettings.json
2018-06-12 13:59:07 -07:00
Luke Latham
197fd1c607
Order of IHostingStartup Configure calls ( #6969 )
2018-06-12 14:42:40 -05:00
Scott Addie
7e87671fea
Merge pull request #7003 from aspnet/master
...
Update live with current master
2018-06-12 12:48:53 -05:00
Erwin537
290cb6579e
Update Index.cshtml.cs ( #6996 )
...
Update custom fields on the user
2018-06-12 09:37:23 -07:00
Jonathan
0e9e4a0c49
Fix capitalization ( #6994 )
2018-06-12 07:15:05 -05:00
Rachel Appel
144be17440
added note about signalr azure service ( #6982 )
2018-06-12 13:48:38 +02:00
BrennanConroy
b8483bb586
signalr/streaming #6806 ( #6931 )
...
* streaming doc - stash
* more
* better intro?
* fb
* feedback
* js comment
* fb
* fix some markdown
* wrong language
2018-06-12 13:48:02 +02:00
Matt Brooks
a72ae45423
Add clarification to scenario in anti-request-forgery.md ( #6659 )
2018-06-11 17:47:30 -05:00
Rodrigo F. Fernandes
984ae1618c
Fixes ResponseCaching package name and link ( #6989 )
...
Changes the corresponding package for the `UseResponseCaching` middleware, which was incorrectly linking to the `Microsoft.AspNetCore.ResponseCompression` package, instead of the correct `Microsoft.AspNetCore.ResponseCaching`.
2018-06-11 16:47:30 -05:00
Isaac Levin
85088a0c48
5411 Update dotnet watch doc ( #6966 )
...
Fixes #5411
This PR adds additional info to
https://docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?view=aspnetcore-2.1
[Internal Review Page](https://review.docs.microsoft.com/en-us/aspnet/core/tutorials/dotnet-watch?branch=pr-en-us-6966&view=aspnetcore-2.1 )
2018-06-11 16:19:52 -05:00
davidich
bf2248ea85
Update route.md ( #6826 )
...
Remove invalid route example: '/files/myFile.' as the router doesn't match it.
2018-06-11 15:38:31 -05:00
BrennanConroy
833bf2db3a
SignalR/Groups #5910 ( #6861 )
...
* SignalR/Groups #5910
* some cleanup
* react to initial fb
* sample
* update
* minor
* feedback
* feedback
* toc
* super nit
2018-06-11 21:54:23 +02:00
BrennanConroy
f1779fe47c
Add MessagePack to TOC ( #6986 )
2018-06-11 13:39:53 -05:00
Daniel Moncada
1afce7712f
fix logger type in LifetimeEventsHostedService example ( #6987 )
2018-06-11 13:25:36 -05:00
Greg Ingram
3fc974194c
Update hosted-services.md ( #6983 )
2018-06-11 07:49:26 -05:00
Luke Latham
afeb44d33e
Fix link ( #6978 )
2018-06-10 19:38:46 -05:00
Rick Anderson
63fb07fb3f
Merge pull request #6961 from aspnet/master
...
Merge to live 6-8
2018-06-10 12:13:15 -07:00
Luke Latham
868b97c3bf
Fix sample link ( #6976 )
2018-06-10 13:34:51 -05:00
Brandon
711fa8b7f0
Remove difficult consecutive contractions ( #6963 )
2018-06-09 14:48:27 -05:00
Luke Latham
c6e40a8670
2.1 Sample Updates (Round 11) ( #6860 )
2018-06-08 22:27:43 -05:00
BrennanConroy
2a0c2f041f
SignalR/MessagePack Doc #5634 ( #6858 )
...
* SignalR/MessagePack Doc #5634
* some cleanup
* react to feedback
* missing "
* fb
* fb
* feedback
2018-06-08 16:29:07 -10:00
Luke Latham
097972cff6
Add webapp alias notice ( #6939 )
2018-06-08 20:02:20 -05:00
Luke Latham
536091facc
Update RP tutorial sample Rating validation ( #6957 )
2018-06-08 13:09:58 -10:00
pwinstead
0f813ca207
Minor typo fixed ( #6950 )
2018-06-08 12:17:04 -05:00
Luke Latham
49f06eedc5
Update Options topic sample links ( #6936 )
2018-06-07 22:24:10 -05:00
Luke Latham
be7b564cd7
Repair Configuration index page sample links ( #6934 )
2018-06-07 22:06:05 -05:00
Cristian Civera
6323c51896
Wrong reference to IFilter instead of IFilterMetadata ( #6929 )
2018-06-07 16:23:49 -05:00
Rick Anderson
8984bd4a2c
Update ui-class.md ( #6924 )
2018-06-07 08:30:00 -10:00
Luke Latham
f24f625478
Update Generic Host language ( #6922 )
2018-06-07 12:55:07 -05:00
Luke Latham
75d354fe18
Show GetErrorMessage in Model validation topic ( #6911 )
2018-06-07 11:12:09 +02:00
Scott Addie
6784510cfb
Merge pull request #6912 from aspnet/master
...
Update live with current master
2018-06-06 17:01:46 -05:00
Scott Addie
59d40b8bfb
Improve the secrets connection string example ( #6908 )
...
* Improve the secrets connection string example
* Update highlighted line numbers in 1.1 sample
* React to feedback
2018-06-06 16:54:41 -05:00
Luke Latham
b84e28f124
Use AddHostedService ( #6901 )
2018-06-06 14:49:41 -05:00