Commit Graph

40 Commits

Author SHA1 Message Date
Pavel Krymets 80f6654911 Migrate tests, tools and samples to portable 2016-04-14 16:14:05 -07:00
John Luo 03fcadc576 Moving web.config and use ANCM 2016-04-11 09:58:01 -07:00
Doug Bunting 5a3ea74ffa React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:30:42 -07:00
John Luo 2029510999 Remove hosting.json 2016-03-30 16:21:56 -07:00
David Fowler 866f155bc6 Fixed the build 2016-03-25 01:16:32 -07:00
John Luo a81f417b5e React to Hosting changes 2016-03-22 12:02:01 -07:00
= f99a150dd3 Target net451 so functional tests execute with xunit runner 2016-03-09 16:46:54 -08:00
Doug Bunting 36adff25e4 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 16:35:52 -08:00
N. Taylor Mullen d237c78278 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:40 -08:00
Kiran Challa 72f8b04a33 Enable tests to run using dotnet xunit runner 2016-02-09 21:52:03 -08:00
John Luo 1d22eed129 Updating to new CLI 2016-02-02 18:37:48 -08:00
N. Taylor Mullen d858078d69 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:37 -08:00
N. Taylor Mullen 8ed31de917 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:27 -08:00
N. Taylor Mullen 28c03ef2e7 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:25 -08:00
John Luo 7ab5f67708 Reacting to hosting rename 2016-01-17 17:22:39 -08:00
Victor Hurdugaci 1a3f9eda84 Build with dotnet 2016-01-12 16:10:08 -08:00
Chris R bab41f2fbd React to Hosting API changes. 2016-01-12 15:27:00 -08:00
Hao Kung d79969aecb React to OptionsModel => Options 2015-12-21 14:41:52 -08:00
John Luo 09df979acf Reacting to new Hosting API 2015-12-17 20:55:30 -08:00
Doug Bunting c3c0b45225 Move functional tests of CORS middleware to this repo
- related to aspnet/Mvc#3612
2015-12-15 08:42:26 -08:00
Pranav K a45c08a4c4 Updating tests to use moq.netcore 2015-11-24 14:18:11 -08:00
Kiran Challa 80f1655478 [Fixes #51] Missing null check in CorsPolicyBuilder 2015-11-24 09:17:02 -08:00
Kiran Challa 475771250b [Fixes #41] Api review changes 2015-10-15 13:16:34 -07:00
Pranav K 5ce58c790f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:47 -07:00
Pranav K bfcb7619dd Run Cors.Core.Tests in dnxcore50 2015-09-22 08:59:23 -07:00
Pranav K bf66dcea69 Update CORS package version to 6.0.0
Fixes #24
2015-09-22 08:51:42 -07:00
Kiran Challa 96c7850e4c [Fixes #33]AddCors should adopt new pattern 2015-09-14 10:28:18 -07:00
Norgerman 38728a6bcd PreflightRequest check requset headers ignore case and ignore simple request headers
Signed-off-by: Norgerman <xyn0410@gmail.com>
2015-09-09 09:33:58 -07:00
David Fowler 2c14ac34ca Fix CORS tests 2015-09-02 21:33:47 -07:00
Hao Kung 7a464fd80e React to options 2015-08-28 16:19:54 -07:00
Chris R e84a707160 React to the string[] -> StringValues changes. 2015-08-28 14:36:58 -07:00
Harsh Gupta b1ade8f2cf Add single csv values so that there is a single response header added per value. 2015-06-23 15:57:09 -07:00
Chris R 43d50db495 React to Http namespace changes. 2015-05-07 14:03:31 -07:00
N. Taylor Mullen ece9a50883 Update LICENSE.txt and license header on files. 2015-05-01 13:45:35 -07:00
Chris Ross 133d8b5e96 Handle Http.Core rename. 2015-04-16 14:51:56 -07:00
Doug Bunting cd1ca24d47 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:23 -07:00
Hao Kung 7fe9aceb19 React to hosting 2015-03-19 11:20:23 -07:00
Harsh Gupta da6a4f2ab7 Adding Cors Middleware. 2015-03-18 09:44:23 -07:00
N. Taylor Mullen 7cf1f3fe63 Update .kproj => .xproj. 2015-03-11 14:04:30 -07:00
Harsh Gupta 8e399cd83d Adding Base interfaces for Cors.Core 2015-03-10 14:45:25 -07:00