Commit Graph

655 Commits (c99732266e6587f42a4dad3cfe30f3dff7da6933)

Author SHA1 Message Date
Hans Thorhauge Dam c99732266e Add missing `-t` in command for creating a new web project (#2777)
* Add missing `-t` in command for creating a new web project

* Updated based on review comments and suggestions
2017-02-17 16:26:28 -10:00
Rick Anderson e9d736aceb VC as TH with 1.1 (#2791)
* VC as TH with 1.1

* clean up

* remove errant line

* address dave comments

* clean up
2017-02-17 15:13:35 -10:00
Swiss-Devs 4fc27f085b set ASPSMS as SMS provider for 2fa (#2782)
* set ASPSMS as SMS provider for 2fa

* Convert warning to note and adjust version infos
new co-author added

* Update 2fa.md
2017-02-17 10:21:13 -10:00
Rick Anderson 0df22540b6 remove RC1 and RC2 migraton guides (#2780) 2017-02-17 09:24:01 -08:00
Shayne Boyer e29779d15e Yeoman article fixes (#2793)
* whitespace

* update generator version for project.json

* metadata update
2017-02-17 12:13:09 -05:00
Rick Anderson 28e23a9ebe make cookie a link (#2792) 2017-02-16 18:10:56 -10:00
Luke Latham 2d7892ac0c Update iis.md (#2783) 2017-02-16 11:25:38 -10:00
Andrew Stegmaier f667a52817 Update dotnet CLI syntax for adding packages. (#2776) 2017-02-15 18:53:34 -10:00
Tyf0x 10ad53cbf3 Fix display for machineKey tag (#2775)
The \<machineKey\> tag wasn't escaped and therefore considered as a tag by Markdown and not displayed.
2017-02-15 18:12:15 -10:00
Luke Latham a403a5b5f7 Update hosting bundle installer link (#2773) 2017-02-15 13:07:15 -08:00
Tom Dykstra c0dfab4dc3 Merge pull request #2772 from otamimi/patch-1
Update policies.md
2017-02-15 08:51:38 -08:00
Tom Dykstra 58835f4fbe Merge pull request #2770 from aspnet/danroth27/remove-wrench
Remove wrench for completed MVC app parts article
2017-02-15 08:50:22 -08:00
otamimi 2e3970ffb1 Update policies.md 2017-02-15 15:16:05 +03:00
rhires 54fb316226 "off of" -> on
And remove extra "it" to improve the flow
2017-02-14 21:11:42 -05:00
Daniel Roth 579b24999a Remove wrench for completed article 2017-02-14 17:07:36 -08:00
Scott Addie 7847cb031e Migrate View Components sample code to CSPROJ and .NET Core 1.1 (#2763) 2017-02-14 11:43:35 -10:00
Jonas Bush a43b619840 Fix grammar in distributed.md (#2768) 2017-02-14 11:34:42 -10:00
Scott Addie aaaaa1d510 Properly escape special characters in MVC Areas doc (#2762) 2017-02-13 18:06:11 -10:00
damienbod 0df2c95ec2 Using in-memory database first web api todo api update (#2760)
* Using in-memory database

* removing patch
2017-02-13 16:36:48 -10:00
Tom Dykstra 087f334729 correct heading level 2017-02-13 14:40:41 -08:00
damienbod 6ed0f7ddf6 Damienbod/aspnetcore tutorials first mvc app sample mvc movie update csproj (#2754)
* updating to csproj

* updating layout

* reverting @Rick-Anderson
2017-02-13 12:02:13 -10:00
Luke Latham b7ba995925 Key Vault Configuration Provider doc (#2531)
* Update configuration.md

* Create key-vault-configuration.md

* Create appsettings.json

* Add files via upload

* Update README.md

* Update KeyVaultConfigProviderSample.csproj

* Create sample-output.png

* Add files via upload

* Update key-vault-configuration.md

* Update Startup.cs

* Add files via upload

* Add files via upload

* Add files via upload

* Update Startup.cs

* Update appsettings.json

* Update Startup.cs

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Add files via upload

* Add files via upload

* Add files via upload

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update appsettings.json

* React to feedback

* React to feedback

* Update index.md

* Update toc.md

* Update configuration.md

* React to feedback - "When to use" section

* Add a phrase to KeyVaultClient bit

* Update key-vault-configuration.md

* React to feedback

* Minor update to ms.date

* New implementation and local secret storage

* Update KeyVaultConfigProviderSample.csproj

* Update Program.cs

* Minor phrasing adjustments

* Update KeyVaultConfigProviderSample.csproj

* Minor phrasing update

* Add files via upload

* Remove en-us from links

* Update web.config

* Delete License.txt

* Update Markup.cs

* Update Program.cs

* Update Startup.cs

* Update ms.date

* Note .NET Core target 1.1.0+

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Remove compiler\resources line

It isn't necessary, and it isn't in the templates.

* Update KeyVaultConfigProviderSample.csproj

* Create launchSettings.json

* Update KeyVaultConfigProviderSample.csproj

* Update Startup.cs

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Minor updates

* Minor update

* Update the doc ms.date

* Minor update
2017-02-13 10:03:08 -10:00
Reece Bradley 6261b313e4 updated broken link to sample project (#2753) 2017-02-13 10:02:47 -10:00
damienbod ecf4f1bd31 updating to csproj (#2755) 2017-02-13 09:58:20 -10:00
Tom Dykstra 356362b766 Custom formatters (#2743) 2017-02-13 11:14:43 -08:00
damienbod 3e9e693441 Damienbod/first web api todo api update to csproj (#2752)
* updating to csproj

* removing item group, not required

* using AddMvcCore instead of AddMVC

* reverting, recommendation from @danroth27
2017-02-13 09:06:53 -10:00
Sayed Ibrahim Hashimi 4d440efce7 shortening lines in publish doc before changes 2017-02-13 10:04:46 -08:00
damienbod 5a1a06b2c4 update to csproj (#2751) 2017-02-12 15:04:45 -10:00
woachk 0a47cd084f Update getting-started.md for a .NET tooling change (#2742)
dotnet new -t web is no longer valid, using dotnet new web instead.
2017-02-10 11:27:41 -10:00
Luke Latham b596456f87 Response Compression Sample update (#2733)
* Update ResponseCompressionSample.csproj

* Create launchSettings.json

* Update ResponseCompressionSample.csproj

* Update ResponseCompressionSample.csproj

* Update Program.cs
2017-02-10 10:23:33 -10:00
damienbod 4f6c5f18ec Damienbod/angular to angularjs (#2735)
* updating to msbuild

* renaming to AngularJS

* adding client app

* removing packages, not required

* updating to ASP.NET Core 1.1

* updating to ASP.NET Core 1.1

* updating the md file

* removing gitignore excludes because these are not required

* revert, should not have been removed
2017-02-10 08:48:58 -10:00
Tom Dykstra 37ca00a857 Merge pull request #2725 from aspnet/ra-integrat-tests 2017-02-09 20:52:37 -08:00
Rick Anderson 6c6939b27f remove project.json string (#2723) 2017-02-09 18:37:05 -10:00
Rick Anderson 714298d69d remove project.json 2017-02-09 17:19:15 -10:00
Hisham Bin Ateya 72df6ff087 Fix localization highlighting issues (#2720) 2017-02-09 15:52:29 -10:00
Rick Anderson 425d1c1347 add WWF TH doc back to TH TOC (#2696)
add WWF TH doc back to TH TOC
2017-02-09 14:28:47 -08:00
Tom Dykstra f6726a2e2a fix link (#2697)
* fix link

* change to https
2017-02-08 15:58:30 -10:00
Rick Anderson 23992155c0 removed project.json ref (#2704) 2017-02-08 15:25:24 -10:00
Rick Anderson c029d11b40 Delete Project_Readme.html 2017-02-08 15:19:07 -10:00
Rick Anderson 1b3d804820 Delete Project_Readme.html 2017-02-08 15:17:29 -10:00
Rick Anderson be75875ab5 Delete Project_Readme.html (#2699) 2017-02-08 15:15:25 -10:00
Tom Dykstra c3aba78729 enable local builds in aspnet folder (#2693)
* enable local builds

* remove comments
2017-02-08 07:55:23 -10:00
Hisham Bin Ateya 0a74d5e7e6 React to remove dependency on Hosting.Abstractions (#2675) 2017-02-07 14:00:29 -10:00
Henk Mollema bb5c21ba1d Refer to correct abstractions package (#2684)
The `Microsoft.AspNetCore.DataProtection.Abstractions` package contains the interfaces. There is no such package as `Microsoft.AspNetCore.DataProtection.Interfaces`.
2017-02-07 13:58:59 -10:00
Luke Latham 95243e19e0 Update ResponseCompressionSample.csproj 2017-02-07 17:25:33 -06:00
Tom Dykstra 814ac58bfb fix link 2017-02-07 13:52:19 -08:00
Rick Anderson 903f008c4e Middleware rewrite (#2641)
* Middleware rewrite

* author

* fix

* fix2

* react to feedback

* react to 2nd feedback

* small fixes
2017-02-06 17:23:48 -10:00
Charlie Chu 46c9b8b513 Fix typo (#2673) 2017-02-06 09:19:59 -10:00
Tom Dykstra f17356bcdb merge aspnetmigration to master (#2668)
* Initial aspnet migration

* Updating legacy urls

* Clearing .gitignore file

Clearing .gitignore file because this isnt a normal .net application
where we want to strip away debug files, etc. We want to include
everything under these folders.

* Updating webhooks toc reference

* Removing header debug links

* Updating webhooks toc

* Updating double quotes in metadata to use single quotes

* Moving all code blocks to external files

* Updating newlines for step-by-step

* Fixing indent problem on some code blocks

* Fixing newlines in alt attribute for images; Fixing some missing code block references

* Resyncing with live content

* Refreshing content from production

* Trying to get pdf to generate for our aspnetmigration branch

* Update .openpublishing.publish.config.json

* Refresh from prod; Removing some legacy urls for pages that shouldnt have it

* Updating index pages and removing legacy urls

* Updating warning and caution notes

* Removing downloads

* remove aspnet from exclude list (#2549)

* First pass at language detection

* Updating author and adding in msc.type

* Updating code blocks

* Updating note styles

* Fixing note styles

* Updating docfx.json file to allow pdfs and gifs

* Fixing note stylings for bold notes

* Updating docfx.json to allow exe, zip and wmv files

* Fixing note styles with period; Fixing downloads links

* Fixing code blocks for razor cs and vb

* Fixing more downloads links; Fixing a few code blocks

* Removing &#160; html entity

* Fixing some more note stylings

* Syncing with prod

* Fixing issues with content

* Rebuilding toc file

* Adding back in files accidentally deleted

* Fixing some security notes

* Fixing some note styles

* Updating unknown code blocks

* Updating article

* Fixing link

* Fixing link

* Fixing link

* Fixing invalid characters

* preliminary toc changes

* update toc

* fix toc folder with only one link

* Fixing extra heading

* Fixing articles

* Reworking ajax pages

* Fixing encoding issues

* Updating markup in articles

* Fixing space

* Fixing spacing issues with links

* Fixing note styles

* Fixing inline note styles

* Fixing missing image

* Adding space

* Rolling back gitignore file and adding a new one for /aspnet

* Fixing some code blocks

* Updating code block language

* Renaming file

* Updating code language

* Fixing code blocks

* Fixing code blocks

* Fixing spaces before 'using'

* Fixing cs to js

* Changing Note type

* Updating broken reference

* Replacing headings with bolds under notes/tips, etc

* Fixing markdown for pipes

* Another attempted to fix pipe characters

* Fixing markdown for pipes

* remove text about being thread-safe (#2630)

* Fixing spacing issue with list

* Trying to fix pipe issue

* new how to choose doc

* move choose doc to core folder

* add api ref

* fix link

* Adding in ms.assetid

* Removing \ufeff

* fix link

* link to mvc intro instead of webhooks

* add scenarios

* put core first, vertical orientation for scenarios

* reorganize toc, make overview work like core version

* fix yaml

* fix broken links

* Adding space

* add download link

* tweak tables

* eliminate images

* eliminate images 2

* tweak scenario section headings

* add link to core in asp.net overview

* Removing gears

* Updating table

* Updating code block languages

* fix urls (#2663)

* Removing embedded in-article TOC from top of articles

* fix urls (#2666)

* fix urls

* fix urls

* Removing embedded in-article TOC from top of articles

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit ff1c3ccdf1.

* Revert "Removing embedded in-article TOC from top of articles"

This reverts commit 17c37c726d.
2017-02-03 11:40:22 -10:00
Rick Anderson 8b2d959352 Add app state data (#2664)
* Add app state data

* typo

* Update app-state.md

* Update app-state.md

* Update app-state.md

* Update app-state.md
2017-02-03 11:39:09 -10:00