Commit Graph

263 Commits (d182d04934c2b35cc61de8ff00b212914965ad1c)

Author SHA1 Message Date
Richard Hallett e87f9cc351 Remove usage of quotations with set command (#3238)
With the change from setx to set, quotation marks are invalid and get set as part of the environment variable, this actually leads to a bad path exception upon dotnet run.
2017-04-17 10:18:19 -04:00
Rick Anderson e014c9dcca Update routing.md (#3236)
Maybe I should get rid of Warning too.
2017-04-15 10:05:22 -10:00
Tom Dykstra ac77fcd48d Deployment overview (#3213) 2017-04-14 13:34:58 -07:00
Scott DePouw 7aa94251c8 Fixed typo in copy: Missing closing ')' (#3211) 2017-04-12 08:19:20 -04:00
Tom Dykstra ef23e32a43 clarify ANCM-Kestrel communication (#3206) 2017-04-11 10:50:23 -07:00
Rick Anderson 7fa5881f20 Update static-files.md 2017-04-07 22:00:42 -10:00
mihe 9b094d5dec Changed AcceptWebSocket by AcceptWebSocketAsync (#3133) 2017-04-03 15:03:25 -10:00
Mike Jones 34c277c0f9 link and screenshot update for Visual Studio 2017 (#3128)
* link and screenshot update for Visual Studio 2017

* removed note

* Updated links to Server Hosting bundle
2017-04-01 11:33:45 -10:00
Tom Dykstra fd92895d6f Topic: WebSockets (#3110) 2017-03-31 11:02:08 -07:00
Rick Anderson 5e015810ce clean up regex (#3017) 2017-03-30 20:36:56 -10:00
Scott Addie f90eb4d02e Upgrade routing doc sample code to CSPROJ (#3105) 2017-03-30 08:37:02 -10:00
Steve Smith 540292ed64 Updated project to VS2017 format. (#3106)
Updated HttpContext.Items key guidance.
2017-03-30 08:35:59 -10:00
Steve Smith e4808c0433 Upgraded to VS2017 project format (#3018)
Added demo showing how to retrieve configuration values stored as JSON arrays
2017-03-30 07:54:24 -10:00
Steve Smith 259b79e8e8 DI Disposing and Project Format Upgrade (#3016)
* Upgrade to VS2017 project format.

* Updated to describe how services container handles disposing of IDisposable instances

* added class definitions

* fixing bower path slashes
2017-03-30 07:49:50 -10:00
Tom Dykstra c99165a146 Revert "new topic"
This reverts commit 81e8a1c0fd.
2017-03-29 16:54:26 -07:00
Tom Dykstra 3ee89ffd2e Revert "add git-ignored file"
This reverts commit b3675ee186.
2017-03-29 16:54:17 -07:00
Tom Dykstra b3675ee186 add git-ignored file 2017-03-29 16:39:35 -07:00
Tom Dykstra 81e8a1c0fd new topic 2017-03-29 16:39:35 -07:00
Rick Anderson c73a3a7631 fix link (#3086) 2017-03-28 11:11:18 -10:00
spottedmahn d730b07c4e Fix Bad Link for LogLevel (#3072)
the current link doesn't work.  It redirects to https://docs.microsoft.com/en-us/aspnet/core/api/
2017-03-27 10:08:20 -07:00
Abdelkrim from Brussels 94d4a6a69e Remove duplicate code : MyWindow.cs (#3066)
Remove duplicate: [!code-csharp[Main](configuration/sample/src/InMemory/MyWindow.cs)]
2017-03-25 13:29:17 -10:00
Rick Anderson 94fd6a62d2 Update dependency-injection.md (#3056)
* Update dependency-injection.md

* Update dependency-injection.md
2017-03-24 15:37:48 -10:00
Tom Dykstra 8a2425c3e1 remove extraneous backtick (#3062) 2017-03-24 13:50:55 -07:00
Tuhin Tarafder f42a2e1e42 Fix Typo (#3036) 2017-03-21 18:08:37 -10:00
Rick Anderson a7d6980dab Update routing.md 2017-03-20 08:56:26 -10:00
ccm1st 196d0ef439 the code is implementing the interface instead of inheriting (#2994) 2017-03-17 08:41:40 -04:00
Rick Anderson 0e62aa1977 Update request-features.md (#2981) 2017-03-17 00:21:49 -04:00
Richard Hallett 890487d5f7 Change environments.md to use set as opposed to setx (#2958)
A minor amendment but could be confusing for people unfamiliar with the cmd line.
The text describes setting it for the current current command window, however setx actually only explicitly changes the environment variable, it doesn't change the current window either, so a user would have potentially noticed no change.
2017-03-14 10:26:05 -10:00
Daniel Eisterhold ec31052983 Update routing.md (#2967) 2017-03-14 09:30:06 -10:00
Luke Latham 4e8c8a4a90 Middleware docs update (#2963)
* Update url-rewriting.md

* Update URLRewritingSample.csproj

* Update ResponseCachingSample.csproj

* Update middleware.md

* Update url-rewriting.md

* Update ResponseCompressionSample.csproj

* Update response-compression.md
2017-03-14 11:23:12 -07:00
Ryan Brandenburg 7cb877d046 Move resource naming section up and clarify (#2959) 2017-03-13 14:40:15 -10:00
Rion Williams 435a547977 Updated Code Style in Examples (#2942)
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Rick Anderson d2b516e454 Update app-state.md 2017-03-08 11:34:47 -10:00
Diana LaRose 536f80823d Update app-state.md (#2917)
Edited remainder of article.
2017-03-08 10:56:30 -10:00
Luke Latham 5f52ec9269 Middleware samples csproj updates (#2906)
* Update URLRewritingSample.csproj

* Update ResponseCompressionSample.csproj

* Update ResponseCachingSample.csproj
2017-03-07 16:19:40 -10:00
Mike PB d3a2098582 Update configuration.md (#2898)
* Update configuration.md

Fix typo (bindling)

* Update configuration.md
2017-03-06 15:18:02 -08:00
Tom Dykstra 56899b35bd Merge pull request #2900 from aspnet/csproj
Merge csproj to master
2017-03-06 15:16:00 -08:00
Julian Dominguez 76cd8cdf27 Add a header for delimiting subsections (#2886) 2017-03-06 10:30:41 -10:00
Rick Anderson 08dee2657e test PR 2017-03-06 10:23:13 -10:00
Diana LaRose b74ec46712 Update app-state.md (#2893)
Edited a couple more sections. (Sorry this took me so long; I had to think about it a lot.)
2017-03-06 08:33:46 -10:00
Luke Latham 15265d5a87 URL Rewriting Sample update to csproj (#2732)
* Delete global.json

* Delete project.json

* Create URLRewritingSample.csproj
2017-03-06 09:16:45 -08:00
Rick Anderson b827682966 file providers to csproj (#2740) 2017-03-06 09:16:44 -08:00
Tom Dykstra bf1fd00712 Merge pull request #2884 from jdom/patch-3
Escape literal asterisk
2017-03-06 08:41:52 -08:00
Alaa Masoud 347e075b18 Correct example view path 2017-03-05 06:46:04 +03:00
Julian Dominguez cfbc72cd07 Escape literal asterisk
As it was treated as formatting, so it made the rest of the paragraph not legible
2017-03-03 17:30:29 -08:00
Julian Dominguez 841f66faab Rename _subOptionsAccessor to reflect actual value (#2883) 2017-03-03 14:03:17 -10:00
Julian Dominguez dd0bc3aad9 Rename _optionsAccessor field to represent value (#2882)
The constructor receives an optionsAccessor, but by the time it is stored in the field, its value has been accessed, so the field name should not be suffixed with Accessor.
2017-03-03 14:01:47 -10:00
Tom Dykstra f93c93002f fix link (#2880)
* fix link

* fix link
2017-03-03 11:36:28 -10:00
Tom Dykstra f6cb0daf85 explain why we don't use iis/nginx/apache directly (#2870) 2017-03-03 12:00:17 -08:00
Diana LaRose 0425b2b59c Update app-state.md (#2872)
* Update app-state.md

Edited the intro blurb and the first major header plus its one subhead.

* Update app-state.md
2017-03-02 17:51:17 -10:00
Jonathan a589568f7f Four space indention and call-chain reorder (#2857)
* Four space indention and call-chain reorder

Re-order AddCommandLine after AddJsonFile.

* Update hosting.md

* Update hosting.md
2017-03-02 17:19:06 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Tom Dykstra 5d14ff7d4b set up master redirect file (#2862) 2017-03-02 09:56:14 -08:00
Tom Dykstra d429e7977e h1 update (#2844) 2017-02-27 12:40:05 -08:00
Diana LaRose 44a2b7bbb4 Edited middleware.md (#2838) 2017-02-25 23:50:39 -10:00
sreejukg 8252d1a3b4 Update startup.md (#2807)
* Update startup.md

* Update startup.md

* removed en-us
2017-02-24 09:50:23 -10:00
Diana LaRose da607bb672 Update middleware.md (#2824)
Changed first line to test the process.
2017-02-23 08:43:08 -10:00
Charles Simard-Lecours cad2bbb61e Typo (#2808)
Thanks for the fix.
2017-02-21 11:42:30 -05:00
Rick Anderson 28e23a9ebe make cookie a link (#2792) 2017-02-16 18:10:56 -10:00
Luke Latham a403a5b5f7 Update hosting bundle installer link (#2773) 2017-02-15 13:07:15 -08: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
Rick Anderson 6c6939b27f remove project.json string (#2723) 2017-02-09 18:37:05 -10:00
Hisham Bin Ateya 72df6ff087 Fix localization highlighting issues (#2720) 2017-02-09 15:52:29 -10:00
Hisham Bin Ateya 0a74d5e7e6 React to remove dependency on Hosting.Abstractions (#2675) 2017-02-07 14:00:29 -10: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
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
Luke Latham 7d0d9da8f0 Fix links and anchors (#2639)
* Update app-state.md

* Update dependency-injection.md

* Update aspnet-core-module.md

* Update http-modules.md

* Update other-logins.md

* The Walther blog post is gone

* Update cors.md

* Update context-headers.md

* Update subkeyderivation.md

* Update index.md

* Update app-state.md

* Update dependency-injection.md

* Update routing.md

* Update mvc.md

* Update testing.md

* Update razor.md

* Update memory.md

* Update cors.md

* Update iis.md

* Update integration-testing.md

* Update index.md

* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Luke Latham 8a10c9800d Add OnPrepareResponse option w/resp header to static files doc (#2640)
* Create StartupAddHeader.cs

* Add files via upload

* Update static-files.md

* Update static-files.md

* Update StartupBrowse.cs

* Update StartupServeUnknownFileTypes.cs

* Update StartupStaticFiles.cs

* Update StartupTwoStaticFiles.cs

* Update StartupUseFileServer.cs

* Update static-files.md
2017-02-01 14:26:26 -10:00
Hristo Kostov 0e63c8b646 Update startup.md (#2642)
Add `IApplicationLifetime` to the list of services that may be requested by the `Configure` method
2017-02-01 11:26:34 -10:00
Grazia Cimino 6ee7b28677 Fix with automatic Post (#2638) 2017-01-31 15:42:19 -10:00
Rick Anderson 489cdf8aa1 non-validation attributes localized (#2565)
* non-validation attributes localized

* Update localization.md
2017-01-30 16:15:06 -09:00
Tom Dykstra 0d575e922d note that Azure provider is for 1.1 (#2619)
Add an optional extended description…
2017-01-27 16:41:49 -08:00
Luke Latham 7559a2e770 Minor text updates 2017-01-25 16:28:59 -06:00
Luke Latham 59e3783ad9 Clarify 1.1 features require 1.1 (#2601)
* Update url-rewriting.md

* Update response-compression.md

* Update middleware.md

* Update response-compression.md

* Update razor.md

* Update logging.md
2017-01-24 13:48:11 -08:00
Rick Anderson 92cef8b64b remove multi-startup (#2564)
* remove  multi-startup

* react to feedback

* last feedback
2017-01-23 15:45:07 -08:00
Rick Anderson 538944d2cc Update short titles (#2595)
* Update index.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-grunt.md

* Update using-gulp.md

* Update index.md

* Update index.md

* Update app-state.md

* Update configuration.md

* Update dependency-injection.md

* Update error-handling.md

* Update file-providers.md

* Update hosting.md

* Update logging.md
2017-01-23 15:17:00 -08:00
Tom Dykstra e198c1ab37 revise title (#2592)
* revise title

* Update routing.md

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title
2017-01-23 14:03:46 -08:00
Tom Dykstra 52e56679fd revise title (#2594) 2017-01-23 14:02:24 -08:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Luke Latham d1078581a4 Remove licensing from URL Rewriting Middleware sample (#2571)
* Delete License.txt

* Update RewriteRule.cs

* Update Startup.cs
2017-01-23 13:12:34 -08:00
Tom Dykstra 2118ca49c8 remove refs to project.json (#2563)
* remove refs to project.json

* use code formatting
2017-01-20 13:21:55 -08:00
Luke Latham 50d1def5eb Add Middleware ordering content to Middleware doc (#2541)
* Update middleware.md

* Update middleware.md

* Update middleware.md
2017-01-20 09:54:43 -08:00
Jonathan Harrison 35c06a3681 Removing typo "]" (#2559)
Add an optional extended description…
2017-01-20 09:48:04 -08:00
Jonathan Harrison c9d8113389 Fixing spelling mistake: implimentation (#2560)
Add an optional extended description…
2017-01-20 09:47:26 -08:00
Jonathan Harrison 94179d31a2 Fixing DistributedSessionStore link (#2561)
Add an optional extended description…
2017-01-20 09:46:33 -08:00
Rick Anderson ac0bd47a12 remove project.json (#2548) 2017-01-18 19:48:10 -08:00
Rick Anderson d32880b5a4 remove ref to project.json (#2545) 2017-01-18 19:31:56 -08:00
Luke Latham 45123a1ea5 Fix codeblocks in Configuration doc (#2521)
* Fix codeblocks

* Fix indentation
2017-01-18 15:21:02 -10:00
Luke Latham 7736b9ae66 Fix codeblocks (#2522) 2017-01-18 15:20:28 -10:00
Luke Latham 5d625cfe0d Fix codeblock (#2523) 2017-01-18 15:20:05 -10:00
Luke Latham 5b1aac05ea Minor update (#2535) 2017-01-18 14:29:02 -10:00
Luke Latham 50b8be534f Correct filenames to italics (#2520) 2017-01-14 19:23:49 -10:00
Steve Smith 9b5dddad2c Update middleware to document constructor vs. Invoke DI and scoping (#2475)
* Update middleware to document constructor vs. Invoke DI and scoping

* Minor copy edits
2017-01-14 19:23:11 -10:00
Ryan Brandenburg cab82f5867 Default namespace references to AssemblyName (#2513)
* Default namespace references to ApplicationName

Change the resource file naming section to reference ApplicationName instead of default namespace.

* ApplicationName->AssemblyName

To avoid confusion regarding class libraries we should reference assembly name instead of application name. Also make the verbiage more specific.
2017-01-13 09:43:45 -10:00
Luke Latham dbbf9cf28b Minor fixes for Session and application state (app-state.md) (#2512)
* Update app-state.md

* Update app-state.md
2017-01-13 07:57:38 -10:00
Rick Anderson 0a3eac572d total rewrite of app state (#2489)
* total rewrite of app state

* react to trather

* final fixes
2017-01-11 14:06:44 -10:00
Luke Latham 66ddfb2fc3 URL Rewriting title update and text links fix (#2494)
* Update toc.md

* Update middleware.md

* Update url-rewriting.md
2017-01-11 10:12:08 -08:00
Shayne Boyer b7c92f12fe whitespace? 2017-01-11 09:50:32 -05:00
Luke Latham 5b26154803 URL Rewriting doc (#2446)
* Update url-rewriting.md

* Create project.json

* Add files via upload

* Create add_rewrite.png

* Add files via upload

* Update toc.md

* Update index.md

* Update url-rewriting.md

* Add files via upload

* Add figures for redirect and rewrite

* Update images

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Minor image update

* Add additional resource

* Alphabetize project.json sections

* Group System usings

* Create README.md

* Move sample info into the README

* Delete sample info (info moved to README)

* Add console logging dep

* Add console logging

* Alphabetize

* Create License.txt

* Update index.md

* Create url_redirect.png

* Add files via upload

* Create project.json

* Add files via upload

* Create README.md

* Create url-rewriting.md

* Update toc.md

* Delete add_apache_mod_redirect.png

* Delete add_iis_url_rewrite.png

* Delete add_redirect.png

* Delete add_redirect_jpg_requests.png

* Delete add_redirect_png_requests.png

* Delete add_redirect_to_https.png

* Delete add_redirect_to_https_permanent.png

* Delete add_redirect_xml_requests.png

* Delete add_rewrite.png

* Delete url_redirect.png

* Delete url_rewrite.png

* Delete ApacheModRewrite.txt

* Delete IISUrlRewrite.xml

* Delete License.txt

* Delete README.md

* Delete RewriteRule.cs

* Delete Startup.cs

* Delete global.json

* Delete project.json

* Delete testCert.pfx

* Delete url-rewriting.md

* Update toc.md

* Add link to middleware doc

* Update url-rewriting.md

* Update RewriteRule.cs

* Update Startup.cs

* Swap redirect+rewrite images

* React to review feedback

* Minor update

* Fix PathString

* Fix PathString

* Add unsupported IIS feature issue links

* Add trackAllCaptures PR link

* Update sample

* Update sample

* Update images

* Fix missing fundamentals node on doc link

* React to feedback

* Revert images

* Remove heading code style

* React to feedback

* Update title and middleware heading levels

* Update section heading and remove paragraph
2017-01-10 14:25:00 -08:00
Steve Smith c8b6e1ee0e Added table listing services available by default (#2481) 2017-01-09 11:02:36 -10:00