Commit Graph

37701 Commits

Author SHA1 Message Date
Nate McMaster 46136e91ab
Resolve mysterious runtime errors caused because Microsoft.Extensions.DependencyModel v1.0.1-beta-000933 does not exist on NuGet.org 2016-11-21 17:30:33 -08:00
Jass Bagga 712dff32bb organize usings 2016-11-21 17:20:25 -08:00
Jass Bagga fd4cb7394b organize usings 2016-11-21 17:19:39 -08:00
Stephen Halter b2d45c3dd0 Make TestApplicationErrorLogger thread-safe 2016-11-21 16:31:27 -08:00
Jass Bagga 35b26240fa Update README.md 2016-11-21 16:15:47 -08:00
Chris R b7c9b24193 Update the IIS Express deployer to use the new ANCM package layout. 2016-11-21 16:13:55 -08:00
Jass Bagga 7b190ccf0f Changed allowed header to Cache-control to illustrate Access-Control-Allow-Headers and Access-Control-Request-Headers 2016-11-21 16:13:30 -08:00
Jass Bagga 34aa1c5722 README fixed 2016-11-21 15:38:39 -08:00
Jass Bagga b3bdba1559 PR comments incorporated. Working on making SampleDestination dynamic- define the policy within the sample through a UI. 2016-11-21 15:31:14 -08:00
Stephen Halter 2016578f4e Merge branch 'benaadams/bens-magic-number' into dev 2016-11-21 15:05:44 -08:00
N. Taylor Mullen d0e1b810c4 Fix test case so it works cross plat.
- This just happened to be working on Windows. Newlines!
2016-11-21 14:52:52 -08:00
Ben Adams 2eba4017c1 MemoryPoolIterator feedback 2016-11-21 22:48:58 +00:00
Ben Adams 9ec4d88fbe Improve Skip coverage 2016-11-21 22:48:58 +00:00
Ben Adams ba0b7cc553 Add 100% coverage Take tests 2016-11-21 22:48:58 +00:00
Ben Adams dc90dd1649 Add GetArraySegment test 2016-11-21 22:48:58 +00:00
Ben Adams ef5ad3deea defaullt(MemoryPoolIterator) test coverage 2016-11-21 22:48:58 +00:00
Ben Adams 2011a27bde Use ternary op rather than lazy and 2016-11-21 22:48:57 +00:00
Ben Adams 8ce47fb8b6 Move perf, share code 2016-11-21 22:48:57 +00:00
Ben Adams 5041d6c291 wasLastBlock adjustments 2016-11-21 22:48:57 +00:00
Ben Adams 7ab4442392 Feedback + Cleanup 2016-11-21 22:48:57 +00:00
Ben Adams 4cdcca212e Don't inline slow paths 2016-11-21 22:48:57 +00:00
Ben Adams 12e2f30577 MemoryPoolIterator byref structs 2016-11-21 22:48:57 +00:00
Ben Adams 90c7be1fc0 Add Request Parsing benchmark 2016-11-21 22:48:57 +00:00
Ben Adams 53f361160e MemoryPoolIterator fast paths 2016-11-21 22:48:57 +00:00
Ben Adams 8bcbfb9971 Only LocateFirstFoundByte once 2016-11-21 22:48:57 +00:00
Ben Adams 28a21fa7a9 Move vectors closer to use 2016-11-21 22:48:57 +00:00
Ben Adams 00a63537cf And=> xor, powerOfTwoToHighByte to const 2016-11-21 22:48:57 +00:00
Ben Adams 97d4406614 Use Vector<byte>.ctor workaround 2016-11-21 22:48:57 +00:00
Ben Adams 972d978d11 Swap for vector loop unroll detection 2016-11-21 22:48:57 +00:00
Ben Adams 9eb01d1c57 Reduce Vector register pressure by not overlapping 2016-11-21 22:48:57 +00:00
Ben Adams 4f7977d440 Use PowerOfTwoToHighByte for FindFirstEqualByte 2016-11-21 22:48:57 +00:00
Ilya Chudin bf71121a7e Update README.md 2016-11-21 13:58:40 -08:00
Eilon Lipton b77ee2c7d1 Merge pull request #1819 from suryagh/readme
Readme: fix the broken links
2016-11-21 13:39:47 -08:00
Eilon Lipton 7820d3707c Merge pull request #1814 from julitogtu/patch-1
Add link to signalr
2016-11-21 13:18:54 -08:00
Marco Miltenburg bb60afba28 There's no need to check IsLockedOut() anymore as this is already done in PreSignInCheck(). 2016-11-21 12:21:13 -08:00
Hao Kung 4dd38e8ca8 Guard against null security stamps 2016-11-21 12:17:09 -08:00
Nate McMaster 40d4670463
Abstract the console 2016-11-21 11:08:56 -08:00
N. Taylor Mullen 6c8ef157b4 Add TagHelper binding abstractions.
- Added a TagHelperFeature to hold TagHelper specific pieces that can be replaced.
- Built a syntax tree pass that applies the ported TagHelper bits.
- Updated tests that expected different RazorEngine defaults.
- Added new tests to verify binder pass.
2016-11-21 11:04:42 -08:00
N. Taylor Mullen 26a1cf3cff Port existing TagHelper infrastructure.
- Modified how tests are run to reflect our new test infrastructure.
- Added TagHelper assertion bits.
- Moved all classes to the Evolution.Legacy namespace.
- Copied Test.Sources bits to the Evolution.Test project.

#845
2016-11-21 11:01:10 -08:00
N. Taylor Mullen 51fb0c993b Add indexability to the RazorSourceDocument.
- Removed the `CreateReader` API in favor of a `CopyTo`, `Length`, `[index]` and `Encoding`.
- Updated existing APIs to react to the change.
- Added tests.
2016-11-21 10:58:09 -08:00
Nate McMaster 587376200b
Remove CLI NuGet feeds 2016-11-21 10:16:39 -08:00
Pranav K 59bd827458 * Remove dotnet-corefxlab feed
* Fix SocialWeather so that it restores as part of test runs.
2016-11-21 10:01:32 -08:00
Andrei Tserakhau e3a4fad951 fix sln for templates 2016-11-21 15:05:42 +00:00
Scott Addie 3a4936dbf7 Add '-loader' suffix to all Webpack loader references 2016-11-21 10:14:37 +00:00
Pranav K a457be5386 Pinning missed tools and dependencies 2016-11-18 12:42:03 -08:00
Pranav K 296b12abc3 Pinning missed tools and dependencies 2016-11-18 12:41:45 -08:00
Pranav K 3db35194c9 Pinning versions for 1.1.0 release 2016-11-18 12:13:32 -08:00
Pranav K 74c9194aee Pinning versions for 1.1.0 release 2016-11-18 12:12:52 -08:00
Pranav K 4faf89030c Pinning versions for 1.1.0 release 2016-11-18 12:12:17 -08:00
Nate McMaster fc9e76aeec
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:59:14 -08:00