Jass Bagga
5dcf47ef12
PR comments incorporated
2016-11-17 17:36:18 -08:00
Jass Bagga
517dc3c860
Added tests for logging
2016-11-16 18:25:15 -08:00
Jass Bagga
4de03b6dff
Added logging for preflight requests and origin headers
2016-11-15 15:07:17 -08:00
Pranav K
de383b7ee4
Updating versions to 1.2.0-*
2016-11-09 14:16:56 -08:00
Pranav K
8cd356f170
Updating to netcoreapp1.1
2016-10-13 11:13:08 -07:00
Pranav K
f9193cb285
Revert "Updating to netcoreapp1.1"
...
This reverts commit 9c80faa498 .
2016-10-12 16:08:08 -07:00
Pranav K
9c80faa498
Updating to netcoreapp1.1
2016-10-12 13:44:57 -07:00
Pranav K
fa5dcf55a6
Updating partner package versions
2016-09-28 11:49:51 -07:00
Kiran Challa
15b66cec1f
[ Fixes #77 ] Make HTTP method match as case-insensitive
2016-08-08 14:28:16 -07:00
Pranav K
b5abd73e34
Updating to Moq \ Castle.Core that does not require imports
2016-08-08 12:32:20 -07:00
Doug Bunting
5842964919
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 22:02:12 -07:00
Pranav K
21e097b9e7
Updating to RTM builds of xunit and Moq
2016-07-05 21:32:19 -07:00
Pranav K
f742566f3f
Updating to dev versions
2016-06-16 10:17:39 -07:00
N. Taylor Mullen
bb86430480
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:34 -07:00
Pranav K
02f86494a9
Fix build warnings
2016-05-02 11:27:07 -07:00
BrennanConroy
5a34796463
Remove reference to UseDefaultHostingConfiguration
2016-04-27 16:30:18 -07:00
BrennanConroy
630a0a7de3
Update web.config and add publish tool
2016-04-25 10:48:23 -07:00
Pranav K
162034dc7b
Use latest build of dotnet-test-xunit
2016-04-19 14:53:53 -07:00
Pavel Krymets
67ea570e87
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:02:45 -07:00
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