Commit Graph

6994 Commits (3cbf9d781623d76dcd2beca6a8fa4dc4e3585f5a)

Author SHA1 Message Date
Code-DJ bb8b3fa9b9 Update index.md (#9847) 2018-12-05 14:37:09 -06:00
Tom Dykstra cd116f1bc7
updates (#9845) 2018-12-05 11:45:47 -08:00
Khalid Abuhakmeh a19ca2ce90 Fix snippet Id for GetTodoItem (#9840)
It should be `snippet_GetByID`.

efaa8a9208/aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs (L41-L54)
2018-12-05 09:45:12 -10:00
Rick Anderson efaa8a9208
Update first-web-api.md (#9830)
* Update first-web-api.md

* Update first-web-api.md
2018-12-04 18:08:21 -10:00
Maira Wenzel 843550aa1f fix metadata - author (#9831) 2018-12-04 21:57:06 -06:00
Luke Latham 520f6672b2
Add in-proc opt-in section+remarks (#9809) 2018-12-04 21:34:00 -06:00
Luke Latham 1daf38d6e0
Patch update (#9799) 2018-12-04 21:32:48 -06:00
Luke Latham 7c7c47681f
Coverage for 64-bit apps on Azure App Service (#9808) 2018-12-04 21:27:20 -06:00
Scott Addie 664f1ab2be
Specify min version of VS Code C# extension for 2.2 (#9825) 2018-12-04 20:12:19 -06:00
Scott Addie 8178956174
Add Docker update info for 2.2 (#9827) 2018-12-04 20:12:01 -06:00
Rick Anderson 24a6cc9ae2
2.2 update over overview of RP (#9819)
* 2.2 update over overview of RP

* 2.2 update over overview of RP

* Minor tweaks

* Remove extra space
2018-12-04 13:59:59 -10:00
Scott Addie bd81e7227c Update SDK version in global.json for 2.2 RTM (#9822)
Fixes https://github.com/aspnet/Docs/issues/9821
2018-12-04 13:59:36 -10:00
Mikael Mengistu eca65741e7 Update docs for release (#9817)
* Update docs for release

* pr feedback
2018-12-04 17:40:43 -06:00
Rick Anderson 11b0f8a3c6
Update index.md (#9820) 2018-12-04 13:25:49 -10:00
Scott Addie 87ea15b557 Add redirect entry for tutorials index page (#9811)
Fixes https://github.com/dotnet/docs/issues/9386

The tutorials index page was deleted as part of the ToC reorganization. This PR redirects to the Razor Pages tutorial.
2018-12-04 10:20:30 -10:00
Luke Latham b188131af6
Add Health Checks to the TOC (#9805) 2018-12-04 12:42:12 -06:00
Luke Latham f8ec5f1d93
Tweaks to the EF Core-based health checks (#9804)
* Tweaks to the EF Core-based health checks

cc @glennc @rynowak @unaizorrilla @guardrex @Rick-Anderson 

I actually wouldn't mind too much if we want to refer to the DbContext as "database context", but we need to be consistent for the links to work :trollface:

* Update aspnetcore/host-and-deploy/health-checks.md

Co-Authored-By: divega <diego.vega@microsoft.com>
2018-12-04 12:41:27 -06:00
Tom Dykstra b89d42a868
change some treejack links (#9806) 2018-12-04 10:41:17 -08:00
Luke Latham 34e25c10bc
Update aspnetcore/host-and-deploy/health-checks.md
Co-Authored-By: divega <diego.vega@microsoft.com>
2018-12-04 10:37:08 -08:00
Diego Vega 6294625d91
Tweaks to the EF Core-based health checks
cc @glennc @rynowak @unaizorrilla @guardrex @Rick-Anderson 

I actually wouldn't mind too much if we want to refer to the DbContext as "database context", but we need to be consistent for the links to work :trollface:
2018-12-04 10:15:38 -08:00
Rick Anderson cc464bf2fc
SQL Server to SQL neutral for SQLite (#9802)
* SQL Server to SQL neutral for SQLite

* SQL Server to SQL neutral for SQLite
2018-12-04 07:52:44 -10:00
Rick Anderson dd58350dc8
Bootstrap 4 to what's new (#9787)
* Bootstrap 4 to what's new

* Bootstrap 4 to what's new

* clean up

* clean up

* clean up

* clean up
2018-12-04 07:38:09 -10:00
Luke Latham e6390f24f7
Note exact location for a property (#9794) 2018-12-04 11:10:10 -06:00
Luke Latham d18fa2b084
2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
Luke Latham 073329312e
Update description of RP tutorial series in note (#9793)
* Update description of RP tutorial series in note

* Update aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application.md

Co-Authored-By: guardrex <1622880+guardrex@users.noreply.github.com>
2018-12-04 10:10:42 -06:00
Martin Koudelka 77d333a70a C53594: Missing closing bracket (#9790) 2018-12-04 06:45:25 -06:00
Dave Brock 792ab7e37f Fixes #9754 (#9788) 2018-12-03 16:54:21 -10:00
Tom Dykstra f3f2960015
Whats new for 2.2 (#9786) 2018-12-03 17:02:05 -08:00
lovelangy 9924cb4e22 Error NU1605: Detected package downgrade. (#9748)
Demo\IdentityDemo.csproj : error NU1605: Detected package downgrade: Microsoft.EntityFrameworkCore.Tools from 2.0.3 to 2.0.0. Reference the package directly from the project to select a different version.
Demo\IdentityDemo.csproj : error NU1605:  IdentityDemo -> Microsoft.AspNetCore.All 2.0.9 -> Microsoft.EntityFrameworkCore.Tools (>= 2.0.3)
Demo\IdentityDemo.csproj : error NU1605:  IdentityDemo -> Microsoft.EntityFrameworkCore.Tools (>= 2.0.0)

The build failed. Please fix the build errors and run again.



<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-12-03 14:41:45 -10:00
buddhacatmonk 7220a5cc38 Update view-components.md (#9781)
* Update view-components.md

* Nits
2018-12-03 14:39:27 -10:00
Rick Anderson c451738a99
RP - remove xplat/include versions (#9773)
* RP - remove xplat/include versions

* work

* work
2018-12-03 14:35:57 -10:00
Rick Anderson 05525fade9 work 2018-12-03 14:09:39 -10:00
Luke Latham 7371a43108
Health Checks topic (#8959) 2018-12-03 18:03:05 -06:00
Tom Dykstra b203529a64
Change Redis package ref to StackExchangeRedis (#9783) 2018-12-03 16:00:38 -08:00
Luke Latham e2838d2d8f
Drop 'reverse proxy' language (#9746) 2018-12-03 16:52:20 -06:00
Rick Anderson fd64d96efa work 2018-12-03 12:18:57 -10:00
Tom Dykstra 1ad5519250
Update SignalR tutorials to 2.2 (#9760) 2018-12-03 10:58:16 -08:00
Luke Latham 3ca7a38382
Version WS topic for 2.1 (#9768) 2018-12-03 12:55:13 -06:00
Martin Koudelka f14c494595 C53600: Missing asterisk and break line (#9776) 2018-12-03 12:16:05 -06:00
Martin Koudelka 95b326e983 M32889: Should "reduces" be modified to "increases"? (#9778)
Hello, @guardrex,
Translator has reported possible source content issue.
Please review and merge the suggested proposed file change to avoid this error. If you make related fix in another PR, then share your PR number, so we can confirm and close this PR.
Many thanks in advance.
2018-12-03 08:38:25 -06:00
Rick Anderson 48af687689 work 2018-12-02 17:23:10 -10:00
Rick Anderson 5c8cb2197a RP - remove xplat/include versions 2018-12-02 17:15:53 -10:00
Rick Anderson d3c44b21e4
2.2 update to RP tutorial and unify the versions (#9536)
* 2.2 update to RP tutorial and unify the versions

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* partial edit pass (#9625)

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-12-02 16:09:41 -10:00
Scott Addie 1efc8b1454
Use Prereqs include in 2.2 migration doc (#9762) 2018-11-30 19:50:39 -06:00
Rick Anderson 78151612a1
Unified Web API and 2.2 version (#9469)
* Unified Web API and 2.2 version

* work

* work

* work

* work

* work

* work

* work

* Update ToC link text

* Update ToC link text

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api/samples/2.2/TodoApi/Controllers/TodoController.cs

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* react to feedback 1

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/tutorials/first-web-api.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* react to feedback

* MVCify web API tutorial (#9629)

* work

* work

* work

* work

* work

* work

* work

* work

* work
2018-11-30 10:19:36 -10:00
Scott Addie 0a15afd746
Update master with release/2.2.0 branch (#9759)
* adding android notes (#9342)

fixes #9335 to add android developer section and add the notes.

* added .net client discussion (#9462)

* added more content around .NET client/Xamarin usage.

* fixes #9460

* made changes per @tdykstra and @scottaddie

* fixed iOS reference

* Minor edits
2018-11-30 13:08:46 -06:00
Tom Dykstra 7fd2a47aca
remove version tabs (#9750) 2018-11-30 07:58:49 -08:00
Tom Dykstra f03def85d4
remove gray background (#9747) 2018-11-29 19:00:09 -08:00
Tom Dykstra 69182f7f6b
treejack banner temporary (#9744) 2018-11-29 12:15:09 -08:00
Scott Addie cf986c7a68
Fix punctuation 2018-11-29 10:26:03 -06:00