Commit Graph

66 Commits

Author SHA1 Message Date
Pranav K ac03fe7b59 Use latest build of dotnet-test-xunit 2016-04-19 14:54:13 -07:00
Pavel Krymets 176b6a5910 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:03:38 -07:00
Pavel Krymets e720824bfd Migrate tests, tools and samples to portable 2016-04-14 16:40:10 -07:00
Doug Bunting 74d2c13933 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:11:52 -07:00
= d42eb56fee Fix content root for non-windows xunit tests with no app domains 2016-03-25 12:39:15 -07:00
David Fowler 2477982854 Fixed packages 2016-03-25 03:00:48 -07:00
John Luo a8933e5016 Reacting to Hosting ConfigureServices update 2016-03-11 14:51:31 -08:00
Hao Kung 2f7e31ab5b Remove GetService calls in Static Files 2016-03-04 15:17:49 -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
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
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
John Luo f49864c413 Reacting to hosting rename 2016-01-17 16:32:45 -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 5e9bbc5650 Updating to new options pattern 2016-01-08 16:56:33 -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
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
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
Brennan 0708c34331 Adding windows specific tests 2015-11-18 10:03:39 -08:00
Cesar Blum Silveira bb94f13576 Strong name Microsoft.AspNet.StaticFiles. 2015-11-03 11:51:22 -08:00
Pranav K 24bc91b958 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
Chris R c6477ad031 Fix unit tests on x-plat. 2015-09-29 12:48:15 -07:00
Pranav K f81c238a59 Reacting to IChangeToken changes 2015-09-22 08:35:16 -07:00
Chris R bd5700ea54 React to Http namespace changes. 2015-05-07 13:56:05 -07:00
Kiran Challa e009959220 React to Caching api changes 2015-05-04 14:45:43 -07:00
Eilon Lipton 3bef0fd817 Code cleanup (license headers, usings, whitspace) 2015-05-02 23:34:44 -07:00
Eilon Lipton 9c5e78b9dc Make tests run on CoreCLR
- Added dnxcore50 target
- Removed Shouldly reference
- Used CoreCLR-compatible APIs
2015-05-02 23:24:12 -07:00
N. Taylor Mullen dd3bb685cb Update LICENSE.txt and license header on files. 2015-05-01 14:04:48 -07:00
Chris Ross 6ae3d90ad0 Handle changes in FileProviders. 2015-04-23 12:18:49 -07:00
Chris Ross 925d7d7828 Handle Http.Core rename. 2015-04-16 14:30:11 -07:00
Doug Bunting 41d4ee4377 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:30 -07:00
Praburaj 8e57f8af64 Reacting to FileSystem changes
IFileInfo is readonly
2015-03-20 11:56:05 -07:00
Hao Kung e7b0a76db9 React to hosting 2015-03-19 11:28:06 -07:00
N. Taylor Mullen f3df66cfea Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 17:22:37 -07:00
N. Taylor Mullen b72d737605 Update .kproj => .xproj. 2015-03-11 14:07:06 -07:00
Praburaj 894a14b8c3 Moving the sendfile httpresponse extensions to Microsoft.AspNet.Http.Extensions package
Addresses: https://github.com/aspnet/HttpAbstractions/issues/221
2015-03-09 15:14:25 -07:00
N. Taylor Mullen 0821a12268 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:00:41 -07:00
N. Taylor Mullen 63c033f736 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:59:24 -07:00
Brennan e738bd467d Logging.Testing namespace change 2015-03-06 09:49:07 -08:00
Praburaj d6f3c05281 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:32:09 -08:00
Brennan 3260787f2b NullLogger moved location 2015-02-26 18:16:37 -08:00
Praburaj 62036bf74b Using IHtmlEncode to encode content
Fixes: https://github.com/aspnet/StaticFiles/issues/29
2015-02-20 13:17:09 -08:00