Commit Graph

37701 Commits

Author SHA1 Message Date
moozzyk fb387ed03d Decoupling formatters from endpoints
Moving formatters out from Sockets
2016-10-25 16:37:23 -07:00
moozzyk 8b905907fe Typed formatters 2016-10-25 16:37:22 -07:00
moozzyk f64c986b5d Adding support to non-Json hub invocation 2016-10-25 16:37:21 -07:00
Pranav K 3d1caa474e Adding a functional test for desktop only project 2016-10-25 15:45:54 -07:00
Pranav K ccfbec657f Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools does not need to target desktop
Fixes #19
2016-10-25 15:45:54 -07:00
John Luo f96ba3a254 Add extension method for AcceptAsync with timeout
- Update tests for Win7 and Win2008R2 specific behaviour for caching responses without content-type
2016-10-25 14:31:47 -07:00
moozzyk 70fce81d7d Adding additional test coverage 2016-10-24 17:24:36 -07:00
Daniel Roth 46f67be862 Update for ASP.NET Core 1.1 Preview 1 2016-10-24 16:42:53 -07:00
Doug Bunting 1ac731519a Do not call `Encoding.GetEncoding()` with a string from the request
- #5351
- fix affects only `TextInputFormatter`
 - `TextOutputFormatter` already does the Right Thing™️ with `Accept-Charset` headers
 - `ResponseContentTypeHelper` uses `Encoding.GetEncoding()` but is not passed request data
2016-10-24 14:59:49 -07:00
Ryan Brandenburg 60c59b576e Replace HashSet with a Hybrid HashSet/List
to improve performance on less nested models
2016-10-24 14:47:49 -07:00
Chris R 72ccc60977 Merge branch 'rel/1.0.0' into dev 2016-10-24 13:49:25 -07:00
Chris R 45f29cc207 Bump version to 1.0.0. 2016-10-24 13:40:51 -07:00
Doug Bunting 3fdcaecaa8 Correctly handle quoted media type parameter values
- #5349
- fix or add comments about other parsing errors and inconsistencies
 - `MediaType` did not skip whitespace before the type

nits:
- use `+=`
- `<code>` -> `<c>` since the former is not for use within a paragraph
- split tests up to remove `bool expectedResult` parameters
2016-10-24 13:16:09 -07:00
Mikael Mengistu 2a153b38fe Fixed enable and negate flag issue. 2016-10-24 12:39:42 -07:00
Mikael Mengistu 88aff41b78 Fixed exception messages for server variable parsing 2016-10-24 11:34:33 -07:00
Cesar Blum Silveira d64b4c7acb Control-flow simplification in Frame.CreateResponseHeader() (#1168). 2016-10-24 11:07:06 -07:00
BrennanConroy 843bae083e Use AspNetCore meta package 2016-10-24 11:03:27 -07:00
Kévin Chalet 8fcbddc23b Update ClaimsHelper.AddClaimsToIdentity to infer the claim value type from the JSON token type (#1002) 2016-10-24 09:28:25 -07:00
Eilon Lipton b17cc007b5 Add period to project.json description. 2016-10-24 09:28:03 -07:00
BrennanConroy 04f9863293 Remove StaticFiles from AspNetCore meta package 2016-10-24 08:53:39 -07:00
SteveSandersonMS 8cf116bca8 Switch back to regular KoreBuild now it's updated 2016-10-24 16:29:28 +01:00
SteveSandersonMS 3dc9ac979c Add docs note about TypeScriptCompileBlocked as requested in #399 2016-10-24 10:26:00 +01:00
SteveSandersonMS bf71e3e71c Publish updated generator-aspnetcore-spa 2016-10-24 10:09:58 +01:00
SteveSandersonMS c140b5014a Fix WebApplicationBasic config 2016-10-24 10:08:14 +01:00
SteveSandersonMS de9460fba5 Update KO template type dependencies. Fixes #397. 2016-10-24 10:06:26 +01:00
Ajay Bhargav Baaskaran 5b9c01e54d Added a functional test for ViewComponent tag helpers
- Added Copyright ViewComponent tag helper
 - Added Dan ViewComponent tag helper
2016-10-21 16:17:13 -07:00
Nate McMaster 01d35b0624 Update .sln to remove project files that don't exist anymore
[ci skip]
2016-10-21 12:09:49 -07:00
SteveSandersonMS d858c09b7b Minor doc tweaks 2016-10-21 15:17:28 +01:00
SteveSandersonMS ca6acc807d Attempt to fix headings in docs 2016-10-21 15:12:50 +01:00
SteveSandersonMS 8285bb0c74 Some extra links in docs 2016-10-21 15:10:30 +01:00
SteveSandersonMS 75abf1a2ab Add docs about debugging 2016-10-21 15:09:04 +01:00
SteveSandersonMS a427d5f0f0 Fix source map generation in projects that also use ExtractTextPlugin 2016-10-21 13:53:34 +01:00
SteveSandersonMS e0c18ab269 Publish updated Yeoman generators 2016-10-21 10:52:10 +01:00
SteveSandersonMS f20ad391b6 Change ReactReduxSpa template to require redux-typed 2.0.0 (because the template uses TS 2.0 compiler) 2016-10-21 10:39:22 +01:00
SteveSandersonMS 496338ccca Publish redux-typed 2.0.0 which depends on TypeScript 2.0 for usage (its .d.ts files use the "/// <reference types="..." />" syntax) 2016-10-21 10:37:05 +01:00
SteveSandersonMS 0615578d9a Switch from inline to external source maps. This avoids several problems with inline source maps in VS 2015 (at least as of Update 3). 2016-10-21 10:10:20 +01:00
SteveSandersonMS 8c766c0382 Remove deprecated SourceMapDevToolPlugin (can use Webpack's built-in one with external source maps) 2016-10-21 09:22:35 +01:00
Nathan Anderson 610601cc6e test fixes and whitespace changes to generated code 2016-10-20 15:23:03 -07:00
Jass Bagga f629f9a659 Check for null arguments in GetArgumentDictionary
Addresses #5423
2016-10-20 13:40:39 -07:00
Jass Bagga 79e576b86c ProducesResponseTypeAttribute(int statusCode) ctor added
Addresses #4863
2016-10-19 17:08:06 -07:00
Nathan Anderson 11ed34f229 add header ordering and short circuits to known headers
refactor known header changes

- create template string from Append switch
- add a check to ClearFast to bail out if too many headers are set
2016-10-19 15:49:01 -07:00
chris2093 72bc9c0f2c Update DefaultAntiforgeryTokenStore.cs (#106)
Corrected comment typo
2016-10-19 07:54:52 -07:00
Nate McMaster 38e22cd648 Merge branch 'rel/1.1.0-preview1' into dev
Merges branches without bringing back in the change to add dotnet-publish-iis to the 1.1.0-preview1 release.
2016-10-18 17:01:40 -07:00
John Luo 300a0522b0 Merge branch 'rel/1.1.0-preview1' into dev 2016-10-18 16:46:45 -07:00
John Luo 1083d9bc8f Merge branch 'rel/1.0.0-preview1' into rel/1.1.0-preview1 2016-10-18 16:46:30 -07:00
John Luo 3eb7edd364 Update Microsoft.Extensions.Logging.Testing version 2016-10-18 16:46:05 -07:00
Nate McMaster ca1341144a Upgrade dotnet-publish-iis to Microsoft.NETCore.App 1.1 and add dotnet-cli package type 2016-10-18 16:04:32 -07:00
Cesar Blum Silveira fff0adeaaf Faster response Content-Length parsing. 2016-10-18 15:57:40 -07:00
Nate McMaster 062a44e032 Revert 359faf7e51 2016-10-18 15:07:02 -07:00
jacalvar d5b0ebd10c Merge branch 'rel/1.1.0-preview1' into dev 2016-10-18 14:26:12 -07:00