Commit Graph

5060 Commits (b57b0cb67d4096a40107ebcfe85523c65b49cae9)

Author SHA1 Message Date
Rico Suter b57b0cb67d [WIP] Changed Web Api Help Pages using Swagger, added sub pages for NSwag & Swashbuckle (#5622)
Changed Web Api Help Pages using Swagger, added sub pages for NSwag & Swashbuckle
2018-03-09 17:12:20 -06:00
Michal Altair Valášek 3034dd612f Changed route order (#5638)
* Changed order to have precedence over Razor Page Rules

Needed for generating the links.

* Updated to match code fix in #67da189045fb6abaa4bea776f4b4d6e42ee673d3
2018-03-09 10:57:57 -06:00
Luke Latham ba231b3f52 Fix samples and links (#5642)
* Fix samples and links

* Update

* Update

* Update
2018-03-09 09:05:01 -06:00
Rachel Appel 00a6eba544 TOC update for SignalR (#5635) 2018-03-08 17:48:39 -10:00
Justin James 757aa85046 Core First Web API template selection update to match Visual Studio dialogs (#5633)
* update: new project instructions to match dialog

* update: template options image to match current dialog

* update: image size to 786x513
2018-03-08 17:48:07 -10:00
Rachel Appel 055847965c
Update introduction-signalr-core.md 2018-03-08 08:48:03 -08:00
Scott Addie db7b8805e0
Fix broken SignalR doc link (#5632) 2018-03-08 10:40:55 -06:00
Scott Addie 423c21278e
Convert headings to sentence case 2018-03-08 09:38:33 -06:00
Adrien Sambres 319f3aee2c Update sample2.cs (#5629)
Missing semicolon
2018-03-08 09:07:40 -06:00
Rick Anderson 4199f20ba5
Update adding-model.md (#5628) 2018-03-07 17:23:59 -10:00
Rick Anderson aee13f92d3
Update migrations.md 2018-03-07 16:57:07 -10:00
Scott Addie 89b50b36b8
Remove .NET Framework support verbiage (#5619) 2018-03-07 20:04:41 -06:00
Rachel Appel d876eaeef0
Draft signalr core intro (#5559)
* Draft signalr core intro

* mods from feedback

* acrolinx mods

* acrolinx updates

* feedback mods

* feedback mods
2018-03-07 16:59:22 -08:00
Rachel Appel 4e60ad9703
Update get-started-signalr-core.md 2018-03-07 16:33:37 -08:00
Scott Addie 7c70c6156e Add link in 2.0 release notes to view compilation doc (#5624) 2018-03-07 12:14:41 -10:00
Scott Addie a3ea1729fb Convert section's h1 heading to h2 (#5621) 2018-03-07 10:36:29 -10:00
Scott Addie 0c18e4668d
Change text snippet type to dockerfile to improve colorization 2018-03-07 13:38:54 -06:00
Lisa Guthrie c5551ab16e Target .NET Core for Docker support (#5617)
Paragraph initially implied that you can use Docker with an ASP.NET Core app that targets .NET Framework. This is incorrect. You must target .NET Core for Docker support.
2018-03-07 12:55:47 -06:00
Rick Anderson c6bcbeb2a7
Update overview.md (#5614) 2018-03-06 18:14:07 -10:00
Sarah Dutkiewicz f7a0eb4cc7 Updating CLA link from cla2 to cla (#5613)
cla2.dotnetfoundation.org link is returning a 404.  Changing this to cla.dotnetfoundation.org takes it to a page about the CLA.  Found this while trying to figure out how to commit to this repo.  Figured this probably should be fixed.
2018-03-06 21:58:28 -06:00
Scott Addie 7fb8eb5fea
Expand description of Cookie.Expiration property (#5611) 2018-03-06 17:45:42 -06:00
v-savila dc2e95158b add ms.topic metadata value (#5602)
for task 1199273
2018-03-06 13:25:00 -06:00
Jesse Hufstetler aa5fd3f4fc Forgot Right Parentheses (#5608) 2018-03-06 13:21:45 -06:00
Steve Smith 8065d49666 Remove extra 'the' (#5603) 2018-03-06 13:19:45 -06:00
Steve Smith 6fdce5371b Remove extra 'the' (#5604) 2018-03-06 13:18:52 -06:00
Scott Addie 1e2e46d102
Sentence case the SignalR get started title (#5600) 2018-03-06 10:30:13 -06:00
Rian Stockbower 943325ae99 Iterating the PendingRequirements collection and calling Succeed on an element modifies the collection throwing an InvalidOperationException https://github.com/aspnet/Security/issues/1375 (#5587) 2018-03-05 21:47:17 -06:00
Rachel Appel 4d089847b6
Get Started SignalR Core (#5540)
* Get Started SignalR Core

* mods

* mods

* code mods

* feedback mods

* feedback mods

* border image;punctuation

* feedback mods

* feedback changes, acrolix run

* mods from feedback

* minor code enhancements

* add npm link

* quick fix

* mods

* mods
2018-03-05 17:13:57 -05:00
diegotrujillor 9c54d73bee Update memory.md (#5596)
* Update memory.md

Just a typo, I changed the work time by "item" in the `TryGetValue` section.

* Update memory.md

* Additional updates
2018-03-05 09:06:18 -06:00
Scott Addie ba00c05c8b
Add missing escape character 2018-03-04 21:41:12 -06:00
Daya Adianto 2d1215d9c7 Consistent use of IList in Movie page model (#5594) 2018-03-03 02:29:30 -06:00
Daya Adianto baf8297f2b Fix link to writing style guide 2018-03-03 02:19:12 -06:00
the-wazz 614e9971db Update introduction-to-signalr.md (#5592)
Updated link to Stack Overflow.
2018-03-02 20:50:28 -06:00
Rick Anderson 76a8a12be4
Landing page - explain full .NET Framework. (#5571)
* Landing page - explain full .NET Framework.

* .NET Framework target framework patches (#5573)
2018-03-02 15:32:03 -10:00
Scott Addie 023bbc0ef6 Shorten Kestrel doc title (#5588) 2018-03-02 09:18:46 -10:00
Luke Latham bef5541327 Servers > HTTP.sys UE pass (#5558)
* Servers > HTTP.sys UE pass

Updates

Updates

Updates

Update

* Move MaxRequestBodySize to a section

* React to feedback

* React to feedback

Update
2018-03-02 08:43:13 -10:00
Luke Latham 0ecee7e050 InvokeAsync for middleware class + note (#5584) 2018-03-02 10:05:50 -06:00
Scott Addie e27e429d71
mutliple --> multiple 2018-03-01 15:39:28 -06:00
Scott Addie b6767a678d
determing --> determining 2018-03-01 15:37:52 -06:00
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00
Scott Addie 30251ed509
choosen --> chosen 2018-03-01 14:15:14 -06:00
MauriceNino f51489f305 Spelling fix (#5576)
'depoyment' -> 'deployment'
2018-03-01 09:37:47 -06:00
Tieson Trowbridge 70fbff9625 Corrects spelling of individual (#5572) 2018-02-28 20:40:00 -06:00
Rick Anderson 841020f78c
Update crud.md 2018-02-28 11:14:34 -10:00
Luke Latham 5b1f08fa19
Add Azure Apps preview release note (#5570) 2018-02-27 23:18:58 -06:00
Rick Anderson cf7b0f4ac4
Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and… (#5556)
* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md

* Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
2018-02-27 16:38:17 -10:00
Scott Addie 12646adf33
Update Partial Tag Helper sample app to Preview1 (#5567) 2018-02-27 19:34:40 -06:00
Luke Latham 9ecc69974e Servers > ANCM update (#5538)
* Servers > ANCM update

* React to feedback

* React to feedback

* The missing "to" 👽

* React to feedback

* React to feedback
2018-02-27 19:34:22 -06:00
Scott Addie df713f2535
Incorporate review feedback in Windows auth doc (#5564) 2018-02-27 19:09:12 -06:00
Luke Latham d4c466dee9 Fix UID (#5562) 2018-02-27 18:58:13 -06:00