Граф коммитов

28 Коммитов

Автор SHA1 Сообщение Дата
davidmatson 9ce99ff086 Switch to NuGet's new automatic package restore. 2013-10-28 15:52:46 -07:00
youssefm df65fe0f63 Combine System.Web.Http.Owin and System.Web.Http.OwinHost 2013-05-14 16:26:37 -07:00
raghuramn af63fa3c1f Enable SkipStrongName for System.Web.Owin and corresponding test dll
1) Enable SkipStrongName for System.Web.Owin and System.Web.Owin.Test
2) updating Runtime.sln to build System.Web.Http.Owin and
System.Web.Owin.Test into CodeAnlaysis directory
2013-05-08 12:00:39 -07:00
davidmatson 2d286fe139 Add System.Web.Http.Owin with initial OWIN extension methods. 2013-05-03 09:08:50 -07:00
youssefm 9ea78b8f7b Rename System.Web.Http.Owin to System.Web.Http.OwinHost 2013-04-16 15:15:14 -07:00
youssefm 18cb600a3f Introducing an OWIN Web API Adapter - System.Web.Http.Owin 2013-04-12 17:38:52 -07:00
yaohuang 4284ca5270 CORS support for Web API
This feature allows cross-origin requests to be made from the browser based the CORS specifications.
2013-03-12 18:36:58 -07:00
davidmatson 7825aa4e5b Move SkipStrongNames inside of build.cmd. 2013-03-05 18:04:24 -08:00
davidmatson 38629c9e31 Enable package restore for solution.
Enable using VS to restore packages.
2013-02-27 11:19:48 -08:00
phenning 91f78bc347 Update Runtime build to not require portable SDK to be installed 2013-02-26 16:14:17 -08:00
phenning 83169ad25a Convert System.Net.Http.Formatting WinRT assembly into portable library 2013-02-25 15:49:52 -08:00
yaohuang c18dbd8306 Upgrading the projects to .NET 4.5
Updating all the package references
Upgrading to Json.Net 4.5.11
Fixing the following issues which prevent the projects from building in 4.5:
* MachineKey.Encode/Decode are deprecated in 4.5
* ParameterInfo.GetCustomAttributes<T> was added in 4.5 causing ambiguity
* UnvalidatedRequestValues was added in 4.5 causing ambiguity
2013-02-13 18:29:13 -08:00
phenning 8d409f2151 Issue 809: [MQ] Merge Extensions sln into Runtime sln 2013-02-08 13:55:35 -08:00
davidmatson bcb1cb5156 Remove deprecated SPA and data projects. 2013-01-18 16:14:37 -08:00
davidmatson 6ffc7427db Move WinRT project into RuntimeRT.sln.
Split Runtime.sln into .NET and WinRT solutions. Remove the VS2010-only
solution configurations.
2013-01-17 10:17:19 -08:00
davidmatson 0f37426c4a Create separate CodeAnalysis configuration.
Remove SuppressMessage attributes from Release configuration.
Also, cleanup project file settings/make consistent.
2012-11-08 14:20:29 -08:00
phenning 8d8f0c19d5 Make build work on VS2010/Win7 as well as VS2012/Win8 2012-09-28 10:59:08 -07:00
bradwilson 6a8ec3e366 Add System.Net.Http.Formatting.NetCore to Runtime.sln 2012-09-12 16:32:21 -07:00
anurse e007ff818a Merge WebMatrix Razor editor fixes in to master
Merge branch 'v2-rtm'
2012-08-28 14:19:02 -07:00
anurse 7dd23c1d2f Added Asserts for invalid data issues 2012-08-08 11:47:04 -07:00
roncain bdfaf49f33 Merged System.Net.Http.Formatting unit and integration test projects into single project. 2012-07-12 12:42:04 -07:00
bradwilson 372fb8888f Remove System.Json 2012-07-02 11:17:06 -07:00
bradwilson f147f70b6a Disabling Microsoft.Web.Http.Data.Helpers.Test because it breaks the build 2012-04-26 12:02:01 -07:00
Brad Olenick dae3d6c7ee Fixed SPA after Json.NET integration into WebAPI. 2012-04-24 12:18:35 -07:00
bradwilson 43ce365772 Solution cleanup 2012-03-23 19:06:53 -07:00
bradwilson 387212fd63 Removed System.Web.Http.Common 2012-03-20 17:46:31 -07:00
henrikn 645d8c561a Fixed but 371400
Added test project for selfhost and added test for HttpSelfHostConfiguration (fixed bugs that showed up as a result)

Added helpers for verifying properties of type int/long/bool/enum -- this compliments the one we have already for reference types.
2012-03-15 14:11:42 -07:00
bradwilson 0f8c45fe03 Initial revision. 2012-03-11 10:17:56 -07:00