Commit Graph

256 Commits

Author SHA1 Message Date
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
N. Taylor Mullen 4c2832b6f6 Update build.sh to use dnvm correctly. 2015-03-08 12:55:39 -07:00
N. Taylor Mullen 1ea6de3cc0 Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm. 2015-03-08 12:55:38 -07:00
N. Taylor Mullen cd77520872 Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:55:37 -07:00
N. Taylor Mullen da775351e2 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:55:34 -07:00
Brennan 3e99d38dbb Logging.Testing namespace change 2015-03-06 09:48:36 -08:00
David Fowler f46b373acb Depend on interfaces 2015-03-05 03:27:15 -08:00
Brennan 1e6b34a043 Documentation 2015-03-04 20:41:40 -08:00
Brennan fa5cef6273 Merge branch 'brecon/loggingapi' of https://github.com/aspnet/Routing into brecon/loggingapi 2015-03-04 20:00:04 -08:00
Brennan c2a89b14a2 Removing Null* using Testing Null* classes 2015-03-04 19:59:31 -08:00
Brennan 859a0d62b8 Logging API changes 2015-03-04 19:59:23 -08:00
Hao Kung 979b75dda4 React to DI changes 2015-03-04 18:06:42 -08:00
Brennan ca32af61a7 Removing Null* using Testing Null* classes 2015-03-04 17:44:23 -08:00
Brennan 16f1ebe6a8 Logging API changes 2015-03-04 17:07:58 -08:00
Brennan be7984eebc Logging test objects were copy-pasta from logging repo, removing and using official version 2015-02-25 12:58:51 -08:00