Commit Graph

270 Commits

Author SHA1 Message Date
Eilon Lipton 33c098355c Merge pull request #192 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 21:49:15 -07:00
Hisham Abdullah Bin Ateya d4d49db86c Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Ajay Bhargav Baaskaran b135a9d53b [Fixes #188] Added support for AppendTrailingSlash in RouteOptions 2015-06-19 11:46:25 -07:00
Ajay Bhargav Baaskaran 7172608722 Using LogVerbose instead of LogInformation 2015-06-16 14:33:05 -07:00
Pranav K 328bdfd597 Merge branch 'release' into dev 2015-05-27 16:27:40 -07:00
Pranav K bd1e7d2667 Updating to release NuGet.config 2015-05-27 16:27:36 -07:00
Eilon Lipton 384c6161be Update Home master -> Home dev 2015-05-12 11:48:54 -07:00
Chris R e30ca4d673 React to Http namespace changes. 2015-05-07 13:59:32 -07:00
Troy Dai d3b0aba9b8 React to common package name change 2015-05-07 09:40:03 -07:00
Doug Bunting efe39e43f5 Remove test the `[NotNull]` move makes irrelevant 2015-05-06 14:47:05 -07:00
Hisham Abdullah Bin Ateya 8636477b85 Using [NotNull] and 'nameof' operator 2015-05-06 17:43:19 +03:00
Kiran Challa f2e6c294b0 Address feedback for PR: https://github.com/aspnet/Routing/pull/182 2015-05-05 12:39:32 -07:00
N. Taylor Mullen fc87a436c1 Update StyleCop header restriction. 2015-05-01 14:14:25 -07:00
N. Taylor Mullen 352732fc62 Update LICENSE.txt and license header on files. 2015-05-01 13:59:22 -07:00
Kiran Challa 1f6d3fe4cc Fix RouteValueDictionary to handle read-only dictionaries. 2015-05-01 11:55:01 -07:00
Pranav K f6e48d0080 Reacting to Logging.Interfaces => Logging.Abstractions rename 2015-04-30 10:02:47 -07:00
Daniel Roth 30d946d6a2 Merge pull request #141 from logankd/patch-1
Change ASP.NET vNext to ASP.Net 5 in the Readme.md
2015-04-30 09:54:28 -07:00
Chris Ross b5fd971562 Handle Http.Core rename. 2015-04-16 14:36:48 -07:00
unknown d76b332a53 Updata _dataToken to _dataTokens in VirtualPathData 2015-04-14 16:14:36 -07:00
Kiran Challa 1c66e0a317 Cleanup logging
- Removed existing logger scopes as we want to minimize the number of scopes being created.
- Cleaned up tests related to removal of scopes.
- Added new log statements.
- Removed old logger structure base implementation and related tests. Added new tests also.
2015-04-08 14:20:36 -07:00
N. Taylor Mullen b8852b44e0 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:16:30 -07:00
N. Taylor Mullen 7a2c338d25 Merge branch 'release' into dev 2015-04-07 14:49:17 -07:00
N. Taylor Mullen bca280d974 Add serviceable attribute to projects.
aspnet/DNX#1600
2015-04-07 14:49:11 -07:00
Kiran Challa 6e18fc2f74 Reacting to ILogger api changes 2015-04-04 01:24:42 -07:00
Wei Wang 3c67bbb93b Fix AppVeyor git line ending config 2015-04-03 17:20:48 -07:00
Doug Bunting a58ad8cde9 Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:10:47 -07:00
Doug Bunting 9d35441ac3 Add another `<Service/>` item 2015-04-02 22:56:56 -07:00
Doug Bunting 458a0f6809 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:28 -07:00
Troy Dai e943303852 Update global.json, sources=>projects 2015-04-02 09:20:27 -07:00
N. Taylor Mullen 6929127bf6 Turn off sudo for .travis.yml. 2015-04-01 17:07:36 -07:00
N. Taylor Mullen 831e788e7f Add appveyor CI support. 2015-04-01 16:01:20 -07:00
N. Taylor Mullen 46c04032a4 Remove solution property from .travis.yml - Not needed. 2015-03-31 19:04:11 -07:00
N. Taylor Mullen e825776663 Add travis-ci support.
- Runs ./build.sh verify
- Added quotes on warningsAsErrors to work around mono bug.
2015-03-31 17:50:43 -07:00
David Fowler 907dc284ff Marked build.sh as executable 2015-03-31 17:40:11 -07:00
suhasj 01bdbaae5e Merge branch 'release' into dev 2015-03-25 11:47:17 -07:00
suhasj 9c9aa499a0 Updating to release NuGet.config 2015-03-25 11:47:16 -07:00
Wei Wang cdd5d6356f Remove k command and use dnx instead 2015-03-24 21:39:13 -07:00
Kiran Challa f6ff2deebd Added readme file to enable git add wwwroot folder 2015-03-23 12:39:05 -07:00
ianhong ff209f04bb Should GetVirtualPath returns PathString 2015-03-22 19:39:20 -07:00
Kiran Challa fe5b6d67c5 Fix routing sample 2015-03-20 14:55:05 -07:00
ianhong 3693002b02 Introducing VirtualPathData for IRouter.GetVirtualPath 2015-03-19 21:59:20 -07:00
Hao Kung 0db1f1a42f React to hosting 2015-03-19 21:02:35 -07:00
sornaks 37dc8581de Removing 'Options' from the 'ConfigureRouteOptions' extension method name. 2015-03-16 14:54:36 -07:00
Praburaj fb08460770 Using [NotNull] from common repo package 2015-03-13 17:54:16 -07:00
Praburaj 61e4f55075 Moving the IServiceCollection extension into Microsoft.Framework.DependencyInjection namespace
Fixes: https://github.com/aspnet/Routing/issues/160
2015-03-13 14:55:49 -07:00
N. Taylor Mullen 2bd73523f6 Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 16:10:07 -07:00
Doug Bunting 3f8de94edd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:31 -07:00
N. Taylor Mullen 81c43301d3 Update .kproj => .xproj. 2015-03-11 14:04:11 -07:00
Praburaj b3902f80c4 Renaming Nuget.org feed key name to Nuget.
fixes https://github.com/aspnet/Universe/issues/174
2015-03-10 11:40:46 -07:00
N. Taylor Mullen 2973795a6e Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:58:37 -07:00