Commit Graph

224 Commits

Author SHA1 Message Date
Nate McMaster fdc1901ed3 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster d9f0ef42ce Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
Eilon Lipton 614f671567 Fix package metadata 2016-03-07 23:24:42 -08:00
Victor Hurdugaci 2a53a85e24 Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00
Hao Kung 2f7e31ab5b Remove GetService calls in Static Files 2016-03-04 15:17:49 -08:00
Pranav K f78abb5bcf Removing extra AssemblyInfo 2016-03-03 18:35:12 -08:00
Ajay Bhargav Baaskaran 26c4fc5fa1 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:13 -08:00
Doug Bunting 3311704ff1 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 21:32:56 -08:00
N. Taylor Mullen f3c7b33595 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:37:10 -08:00
Victor Hurdugaci 7d5abc7f71 Return the error code from build.cmd 2016-02-28 10:12:17 -08:00
Victor Hurdugaci 70d891f13c Update the build scripts 2016-02-27 12:51:14 -08:00
Doug Bunting 4d0d9a8d8c Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:10:12 -08:00
Kiran Challa f202f5b7b3 Add ServiceCollection extension overload accepting options 2016-02-22 15:07:23 -08:00
Ajay Bhargav Baaskaran ee5f72d3a4 Enabled xml doc generation 2016-02-19 11:25:58 -08:00
John Luo 26e7bcfb18 Updating test TFMs for custom test discovery 2016-02-19 10:57:57 -08:00
Kiran Challa 50d160d805 Enable tests to run using dotnet xunit runner 2016-02-09 22:33:08 -08:00
Chris R 44850090e3 #110 Fix sample to publish the wwwroot dir as content. 2016-02-08 13:39:47 -08:00
Hisham Bin Ateya fc236b07e2 Add 'UseServer' 2016-02-04 14:38:26 +03:00
John Luo da091104b7 Updating to new CLI 2016-02-02 10:17:24 -08:00
N. Taylor Mullen b877e1a1f6 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:43 -08:00
N. Taylor Mullen 7167969e5a Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:41 -08:00
Brennan f82d28c723 React to Fileprovider namespace changes 2016-01-21 17:03:18 -08:00
Brennan 9c6b081ebc Use HttpAbstractions StreamCopy 2016-01-19 09:56:51 -08:00
John Luo 2c1317d3c6 Adding .vs to gitignore 2016-01-17 16:36:03 -08:00
John Luo f49864c413 Reacting to hosting rename 2016-01-17 16:32:45 -08:00
Nate McMaster f179830074 Updating build script 2016-01-14 16:41:15 -08:00
Brennan e05469a989 Use UTC 2016-01-14 11:38:16 -08:00
Victor Hurdugaci 5165163c2c Build with dotnet 2016-01-13 09:51:15 -08:00
John Luo adfb3e5aff Reacting to Hosting API changes 2016-01-12 16:07:18 -08:00
John Luo 5e9bbc5650 Updating to new options pattern 2016-01-08 16:56:33 -08:00
Ben Adams a9f4969cfc Use ArrayPool.Shared for StreamCopyOperation 2016-01-05 11:44:32 -08:00
Pranav K 28cc5a4517 Remove GetHtmlEncoder usage 2015-12-30 18:01:56 -08:00
John Luo 7624d97114 Adding back middleware initialization with options instance. 2015-12-23 15:34:45 -08:00
John Luo 6f9b827e5b Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
John Luo 2b2c42069c Reacting to hew Hosting API 2015-12-18 16:01:43 -08:00
Pranav K 8d261f8116 Merge branch 'release' into dev 2015-12-11 12:24:13 -08:00
Pranav K 0452ac6664 Updating to release NuGet.config. 2015-12-11 12:24:11 -08:00
Doug Bunting cb4b17504e Remove `[SuppressMessage]`
- build break
2015-12-07 21:14:29 -08:00
John Luo ee7201b1f6 Reacting to verbose rename 2015-12-07 14:13:47 -08:00
David Fowler 7009e68fc3 Removed UseSendFileFallback 2015-12-02 23:43:36 -08:00
Brent Newbury 657a5ab26b Fixed an issue where invalid characters in the path could cause FileExtensionContentTypeProvider.TryGetExtension to throw an exception. 2015-12-01 12:38:24 -08:00
Chris R efd40862f0 Add tooling sample configuration. 2015-12-01 12:37:20 -08:00
Pavel Krymets 943ba9f47e Add test to ensure 404 when wwwroot not set 2015-12-01 08:45:44 -08:00
Brennan a7a6a90f1d Dispose FileWatcher in tests 2015-11-30 15:14:27 -08:00
Pavel Krymets dcb520f567 React to wwwroot hosting changes 2015-11-20 16:51:47 -08:00
John Luo 888f1523fe Reacting to ApplicationServices removal from HttpContext 2015-11-19 17:42:50 -08:00
Brennan 0708c34331 Adding windows specific tests 2015-11-18 10:03:39 -08:00
Doug Bunting 88af0e74c9 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 14:39:48 -08:00
Doug Bunting 707070fbe7 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 11:15:39 -08:00
Cesar Blum Silveira fe9a1b9643 Merge branch 'release' into dev 2015-11-03 13:33:22 -08:00