Commit Graph

14348 Commits

Author SHA1 Message Date
Stephen Halter 0670b7ae61 Ensure all the C# files have copyright notices 2015-07-06 17:49:00 -07:00
Stephen Halter 4b66edc4fe Move non-nested classes and interfaces to their own files 2015-07-06 17:48:58 -07:00
Victor Hurdugaci 6438362e0a Add repository information to project files 2015-07-01 20:34:07 -07:00
Victor Hurdugaci fd038b7b91 Add repository information to project files 2015-07-01 20:13:32 -07:00
Victor Hurdugaci bbbd0d9f35 Add repository information to project files 2015-07-01 20:02:24 -07:00
Victor Hurdugaci 430c55440b Add repository information to project files 2015-07-01 19:59:11 -07:00
Victor Hurdugaci e332375f0e Add repository information to project files 2015-07-01 19:42:39 -07:00
Hao Kung 62f5d79df2 Reenable social tests 2015-07-01 19:07:34 -07:00
Hao Kung f78d41095d Disable smoke tests for now 2015-07-01 18:18:15 -07:00
Hao Kung 856f510168 Add missed file 2015-07-01 16:01:39 -07:00
Hao Kung eeb39d01e4 React to pinpoint PR 2015-07-01 15:50:46 -07:00
Chris R 00b5cdc4a2 #212 Check for duplicate Configure or ConfigureServices methods. 2015-07-01 13:00:54 -07:00
Kiran Challa 04cf85d9fa Skipped test temporarily 2015-06-30 15:27:06 -07:00
Arthur Vickers de4fb94bf1 React to EF namespace changes 2015-06-30 10:59:28 -07:00
Kiran Challa ae379c5dd2 Fixed build break 2015-06-29 18:01:21 -07:00
Pranav K bd2025c561 Change nuget-resilient-publish to allow specifying a path to nuget.exe. 2015-06-29 15:21:23 -07:00
anurse f65ad82c6b use the factory method to create RNG 2015-06-29 12:39:57 -07:00
anurse 1c50ec7166 clean-up 2015-06-29 12:21:46 -07:00
anurse 61894cb4e0 attempt 57: just don't support web socket client from dnxcore 2015-06-29 12:20:16 -07:00
Kiran Challa 761a182145 Reacting to Session, Authentication changes 2015-06-29 12:15:34 -07:00
Kiran Challa f5a880ba32 React to Session api changes 2015-06-29 12:14:22 -07:00
Hao Kung bf6e293bfe Simplify server loader logic 2015-06-29 11:39:06 -07:00
anurse cc1b0c36ac fix #26 by using RNGCryptoServiceProvider on net45 2015-06-29 10:45:04 -07:00
Chris R 40719b37f6 #177 Enable Copy to return non-read-only. 2015-06-26 14:34:22 -07:00
Hao Kung 88d0efc2db React to identity/http changes 2015-06-25 19:12:30 -07:00
Hao Kung f724fefbda React to HttpChanges 2015-06-25 17:28:07 -07:00
Hao Kung 5621a2c2c7 React to HttpChanges 2015-06-25 17:04:16 -07:00
Hao Kung 5fe8037281 Auth API changes (Async, ChallengeBehavior) 2015-06-25 17:03:10 -07:00
Arthur Vickers c6b92fe16c React to EF changes 2015-06-25 16:01:25 -07:00
Chris R 641a7fb82b Correct exception type. 2015-06-25 12:20:53 -07:00
Hisham Abdullah Bin Ateya eb423e57d6 Using 'nameof' operator instead of magic strings
Fix back-end field issue

Fix back-end field issue
2015-06-25 12:17:17 -07:00
Chris R 652d885402 #177 Immutable HeaderValue objects. 2015-06-25 09:34:14 -07:00
Pranav K 6d5ac18d0c Use dnvm run instead of switching using dnvm use 2015-06-24 14:35:02 -07:00
Pranav K d65251055e Updating dnvm 2015-06-24 13:58:01 -07:00
Mikael Mengistu 12b78a31bf Added more tests and error handling for construction of middleware classes #236 2015-06-24 10:03:56 -07:00
Arthur Vickers 88288ae9d3 React to EF name changes 2015-06-23 16:00:56 -07:00
Hao Kung ee8baab1ed Nuke RequestServicesContainer (inline instead) 2015-06-23 13:44:06 -07:00
Ryan Nowak 6471ef34a7 Add Antiforgery to repo list 2015-06-23 12:20:47 -07:00
Doug Bunting 210c73279c Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:44:10 -07:00
Doug Bunting 30b7c31345 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:02:01 -07:00
Doug Bunting 14c4f46359 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:00:06 -07:00
Doug Bunting c83ff60275 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:58:52 -07:00
Doug Bunting 0013d44167 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:58:16 -07:00
Doug Bunting 5aaae8ba9b Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:52:53 -07:00
Brennan 1abb33d4bc Adding a couple mono tests back in 2015-06-23 09:02:41 -07:00
Peter Jas 32f8c6967e build: Enables FreeBSD support.
Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #238
2015-06-23 07:53:13 -07:00
Eilon Lipton fdd23ecf43 Merge pull request #110 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 21:49:38 -07:00
Eilon Lipton f8b2601fbd Merge pull request #41 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 21:48:02 -07:00
Hisham Abdullah Bin Ateya ba952b8372 Add AppVeyor, Travis build status 2015-06-23 07:35:03 +03:00
Hisham Abdullah Bin Ateya ea09b9b339 Add AppVeyor, Travis build status 2015-06-23 07:25:27 +03:00