Commit Graph

40898 Commits

Author SHA1 Message Date
Pranav K dde06ffdcb Fixing CoreCLR package version 2015-12-08 18:59:55 -08:00
Pranav K 94dd583a15 Fixing CoreCLR package versions 2015-12-08 18:51:32 -08:00
Pranav K d3fbc1486f Removing extraneous dependencies 2015-12-08 17:55:08 -08:00
Stephen Halter dd02a1c442 Fix compiler warnings 2015-12-08 17:31:57 -08:00
Pranav K b966ed0ba3 Fixing CoreCLR package versions 2015-12-08 17:15:40 -08:00
Pranav K c6f8ced9a2 Fixing CoreCLR package versions 2015-12-08 16:40:03 -08:00
Pranav K 411a59125c Fixing CoreCLR package versions 2015-12-08 16:23:11 -08:00
Hao Kung 7ae091d2a4 Increase connection timeout for Sql Server tests 2015-12-08 16:19:23 -08:00
Pranav K 8c4b5c6c9a Fixing build break 2015-12-08 15:57:19 -08:00
John Luo e840ba06e2 Reacting to verbose rename 2015-12-08 15:48:10 -08:00
Pranav K f8b5031ff1 Removing extraneous versions 2015-12-08 15:47:59 -08:00
Pranav K be46c7602e Add IAssemblyLoadContextAccessor to the service collection 2015-12-08 15:42:09 -08:00
Cesar Blum Silveira b33335a144 Skip tests on Mono if KOREBUILD_TEST_SKIPMONO is set. 2015-12-08 15:25:30 -08:00
Pranav K 218613bc0a Reacting to Diagnostics changes 2015-12-08 15:10:59 -08:00
Pranav K 6b7cd4ac18 Adding System.Runtime to resolve build issue 2015-12-08 14:38:35 -08:00
Damian Edwards 8a03857330 Update README.md 2015-12-08 14:31:08 -08:00
Chris R f33ce78658 Update WebSockets in NuGetPackageVerifier. 2015-12-08 12:41:46 -08:00
Damian Edwards 17faf92994 Update README.md 2015-12-08 12:12:51 -08:00
Damian Edwards 10ec8c890b Add package badges to README.md 2015-12-08 12:01:32 -08:00
Chris R fca0476936 #137 Relayer and ifdef WebSockets
Rename Microsoft.Net.WebSockets to Microsoft.Net.WebSockets.Server.
Reverse dependency with Microsoft.Net.Http.Server.
ifdef out IHttpWebSocketFeature.
2015-12-08 12:00:44 -08:00
Pranav K 39451a57b6 * Removing Helios from sample
* Adding System.Runtime to unblock CI
2015-12-08 11:17:29 -08:00
Victor Hurdugaci ce4d24159e source it on Nix 2015-12-08 11:12:26 -08:00
Pranav K 62412836de Removing extraneous dependencies 2015-12-08 10:48:26 -08:00
Victor Hurdugaci 1ccc412caf Support for dotnet 2015-12-08 10:40:43 -08:00
Brennan 5e42d26fd5 Implement GetHashCode 2015-12-08 10:29:53 -08:00
Pranav K 36cd47bc1f Move ICompilationException to Diagnostics
Fixes #220
2015-12-08 10:16:31 -08:00
Pranav K c7a6c099ed Removing more unused usings 2015-12-08 09:54:32 -08:00
Kristian Hellang 6fbc3b8832 Added null check in KestrelServerInformation 2015-12-08 10:58:42 +01:00
Stephen Halter 90ece575f7 Merge branch 'khellang/configurable-thread-count' into dev 2015-12-08 00:13:56 -08:00
Stephen Halter de5dd4ca57 Merge branch 'benaadams/trim-streams' into dev 2015-12-08 00:11:29 -08:00
Stephen Halter d0dca75241 Remove count parameter from ISocketOutput.ProducingComplete
- This makes the calling code cleaner with a (hopefully) minimal pref impact
2015-12-08 00:09:24 -08:00
damianedwards 96462b9528 Make the ResourceManagerStringLocalizerFactory cache localizer instances
- #156
2015-12-07 22:20:17 -08:00
David Fowler 29a4f302d8 Remove non-essential platform services
- Remove services that can be registered by the application itself.
- These services use to come from the DNX but now they are stand alone
implementations that can be registered by applications if they choose.

#501
2015-12-07 21:58:12 -08:00
Doug Bunting cb4b17504e Remove `[SuppressMessage]`
- build break
2015-12-07 21:14:29 -08:00
Doug Bunting 36bc26fb55 Remove `[SuppressMessage]`s
- build break

nit: let VS have its way w/ a `.xproj` file
2015-12-07 21:07:23 -08:00
Doug Bunting 7a2c20649b Remove `[SuppressMessage]`s
- build break
2015-12-07 20:58:22 -08:00
Doug Bunting 3f9c23a6ee Remove `[SuppressMessage]`s
- build break
2015-12-07 20:15:37 -08:00
Pranav K 1e997fec7e * Cleaning up usage of CodeAnalysis.
* Fixing System.Reflection version.
2015-12-07 19:50:10 -08:00
Pranav K 5231683aae * Removing unused dependencies from code
* Cleaning up usage of CodeAnalysis.
2015-12-07 19:22:53 -08:00
Pranav K 6fabd6f064 Removing unused dependencies 2015-12-07 19:09:28 -08:00
John Luo e62767ab9d Fixing typo in previous commit 2015-12-07 18:00:14 -08:00
David Fowler 6467d0d475 Add ILibraryManager explicitly 2015-12-07 18:00:03 -08:00
John Luo abdd98cd1f Reacting to verbose rename 2015-12-07 17:54:04 -08:00
John Luo dff3a4f231 Reacting to verbose rename 2015-12-07 17:42:13 -08:00
Kiran Challa ceaa9a9251 Add test coverage for Flags enum binding 2015-12-07 17:18:06 -08:00
Chris R 0a5b8dd660 Update sample. 2015-12-07 17:09:43 -08:00
John Luo c672d699f1 Merge branch 'johluo/verbose-rename' into dev 2015-12-07 15:50:47 -08:00
Victor Hurdugaci 7043b16980 KoreBuild-dotnet copy 2015-12-07 15:06:27 -08:00
John Luo f9f59fe58b Reacting to verbose rename 2015-12-07 14:50:54 -08:00
John Luo 4c1943b281 Reacting to verbose rename 2015-12-07 14:28:28 -08:00