Commit Graph

124 Commits

Author SHA1 Message Date
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
Victor Hurdugaci bc84437881 Webhook notifications 2016-03-30 14:00:57 -07:00
jacalvar e68df4611e Return IServiceCollection from AddCors extension methods 2016-03-28 15:09:29 -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
Nate McMaster 72134d7d46 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
= f99a150dd3 Target net451 so functional tests execute with xunit runner 2016-03-09 16:46:54 -08:00
Nate McMaster 73014d2fa1 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:10 -08:00
Victor Hurdugaci ce80c50425 Update the build scripts to the latest version 2016-03-07 20:55:02 -08:00
Ajay Bhargav Baaskaran 553e2e3c01 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:04 -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
jacalvar 140cdfb2d2 Make ServiceCollectionExtensions consistent 2016-02-29 12:22:33 -08:00
Eilon Lipton f29649c749 Fix package metadata 2016-02-28 15:53:57 -08:00
Eilon Lipton 7ed26eabf7 Move files to the right folder 2016-02-28 15:53:51 -08:00
Victor Hurdugaci 12eeed038f Return the error code from build.cmd 2016-02-28 10:12:17 -08:00
Victor Hurdugaci 342617414b Update the build scripts 2016-02-27 12:51:13 -08:00
Doug Bunting 24ce2c9cdf Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:33:47 -08:00
Ajay Bhargav Baaskaran 80ea4b9035 Enabled xml doc generation 2016-02-17 15:40:13 -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
Nate McMaster 1d572c11de Updating build script 2016-01-14 16:41:15 -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
John Luo 5bf58a08e9 Remove redundant AddOptions which is now a default hosting service 2016-01-07 17:26:50 -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 2514b1112b Merge branch 'release' into dev 2015-12-11 12:23:55 -08:00
Pranav K b3649ea79a Updating to release NuGet.config. 2015-12-11 12:23:51 -08:00
Pranav K 0d042572b9 Allowing CoreCLR tests to run on Travis 2015-12-01 12:47:49 -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
Doug Bunting d88646cb7b Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:33:16 -08:00
Doug Bunting df024976f3 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:53:39 -08:00
ryanbrandenburg a7951a1d8d * Remove samples 2015-11-12 10:06:50 -08:00
Cesar Blum Silveira 830a3a46b6 Merge branch 'release' into dev 2015-11-03 13:39:10 -08:00
Cesar Blum Silveira 926a6a7aff Strong name Microsoft.AspNet.Cors. 2015-11-03 12:53:40 -08:00
Pranav K 8915036bfc Merge branch 'release' into dev 2015-10-28 12:51:09 -07:00
Pranav K 29f576f6ee Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
Pranav K 3a0080439b Switching to generations TFMs 2015-10-22 00:23:51 -07:00
Kiran Challa 475771250b [Fixes #41] Api review changes 2015-10-15 13:16:34 -07:00
Doug Bunting eef2d5e94f Fix local build break 2015-10-12 12:50:17 -07:00
Doug Bunting f643d9b191 React to aspnet/Universe#290 fix 2015-10-08 20:30:39 -07:00
Pranav K 5ce58c790f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:47 -07:00