Commit Graph

509 Commits

Author SHA1 Message Date
John Luo 1f3b20e177 Migration 2017-05-05 17:54:49 -07:00
Pranav K ce021a888e Change TFM to netcoreapp2.0 2017-05-05 09:49:42 -07:00
Pranav K 1f1f0994d6 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:08 -07:00
Ryan Nowak 232b73a151 Fix aspnet/Mvc#6218
This fixes the case described in the comments in TemplateBinder.

This case is much more common for pages which is why we're only seeing it
now. We've had this issue for all of 1.0.0 in both conventional and
attribute routing.
2017-04-28 17:00:35 -07:00
Pranav K acebfeff3e Branching for 2.0.0-preview1 2017-04-25 22:05:08 -07:00
Pranav K 8358de0bd2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:52:39 -07:00
Smit Patel 0aebdb4110 Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:19:04 -07:00
Kiran Challa 95aadb3f4f removed dead code 2017-04-20 16:47:26 -07:00
Kiran Challa 2388cca5ac Workaround for issue https://github.com/aspnet/Routing/issues/390 2017-04-20 16:47:26 -07:00
Ryan Nowak 569a4e3d13 Add benchmarks to solution 2017-04-11 08:23:13 -07:00
Ryan Nowak ca66e89899 Add a basic attribute routing test 2017-04-11 08:12:27 -07:00
Ryan Nowak 6c79e84d1b Add BenchmarkDotNet boilerplate 2017-04-11 08:12:26 -07:00
Steve Sanderson 8c58086030 Make TreeRouter restore RouteData snapshots consistently. Fixes #394. 2017-04-11 15:36:34 +01:00
Pranav K a721565134 Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K ba5156d3e1 Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:36 -07:00
Kiran Challa 77da34c7b3 Converted sample and test projects to netcoreapp2.0 2017-03-23 17:04:59 -07:00
Pranav K 1ef45e64b8 Update to net46 2017-03-22 18:26:48 -07:00
Nate McMaster 90794e28bc
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:17:39 -07:00
Nate McMaster 101764328b Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:01:10 -07:00
Nate McMaster f286d65cf5
Update appveyor and travis settings 2017-03-14 13:41:23 -07:00
Ajay Bhargav Baaskaran 4569750d86 Using NullLogger types from Logging.Abstractions (#389) 2017-03-14 12:19:33 -07:00
David Fowler 7805c94513 Merge pull request #388 from aspnet/no-mono
No mono
2017-03-09 13:35:07 -08:00
David Fowler 8a0d2d5ffa Update .travis.yml 2017-03-08 20:20:20 -08:00
Nate McMaster 9216c6d466 Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
Nate McMaster bb661fe517 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
Nate McMaster c9d0ba6f45 Downgrade to stable packages 2017-02-15 12:28:47 -08:00
Doug Bunting 7c37e31c97 Get AppVeyor builds working again 2017-02-15 08:35:14 -08:00
Doug Bunting ce76fc02f2 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 16:35:35 -08:00
Nate McMaster 053c77e10e Remove makefile.shade and sources.nuspec 2017-02-10 12:32:51 -08:00
Pranav K 0f4ce625ed Update to VS 2017 RC3 2017-01-27 11:04:42 -08:00
Kiran Challa 755d436840 Fixed error message related to escaping curly braces. 2017-01-03 14:33:36 -08:00
Kiran Challa 071b616178 Merge branch 'rel/1.1.1' into dev
# Conflicts:
#	NuGet.config
#	samples/RoutingSample.Web/project.json
#	src/Microsoft.AspNetCore.Routing.Abstractions/project.json
#	src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json
#	src/Microsoft.AspNetCore.Routing/project.json
#	test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/project.json
#	test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/project.json
#	test/Microsoft.AspNetCore.Routing.FunctionalTests/project.json
#	test/Microsoft.AspNetCore.Routing.Tests/project.json
2017-01-03 13:33:26 -08:00
Kiran Challa 4bfd663c45 [Fixes #370] Raw route values should be restored after template binder failing binding values when generating a url
- Reverted changes made in commit: 1c9a54aeb8
2017-01-03 13:23:36 -08:00
Pranav K ce525150ab Updating to 4.4 CoreFx packages 2016-12-21 22:55:19 -08:00
Ajay Bhargav Baaskaran c5b7a3f710 Fixed a policheck violation 2016-12-21 11:05:09 -08:00
Kiran Challa 20967cfa76 [Fixes #367] Add extensions on WebHostBuilder for super simple HTTP service application building 2016-12-21 10:04:02 -08:00
Nate McMaster 45247e4d9c Update Microsoft.AspNetCore.Routing.DecisionTree.Sources to use contentFiles 2016-12-15 17:54:10 -08:00
Ajay Bhargav Baaskaran 54297fb7fb Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:54:43 -08:00
N. Taylor Mullen a7980fceae Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:00 -08:00
N. Taylor Mullen 14390bedc3 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:59:59 -08:00
Pranav K a457be5386 Pinning missed tools and dependencies 2016-11-18 12:42:03 -08:00
Pranav K 3db35194c9 Pinning versions for 1.1.0 release 2016-11-18 12:13:32 -08:00
Nate McMaster ac29e22336
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:00 -08:00
Pranav K d3c145cbe8 Updating versions to 1.2.0-* 2016-11-09 14:19:24 -08:00
Pranav K b950ee6114 Merge branch 'rel/1.1.0' into dev 2016-11-09 11:33:10 -08:00
Pranav K e7003b0eaf Branching for 1.1.0 2016-11-09 11:33:07 -08:00
jacalvar 54dfea2633 Created public API baselines 2016-11-07 10:55:04 -08:00
Pranav K 91f04c38bf Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:35 -07:00
Pranav K 2f6d64854e Branching for 1.1.0-preview1 2016-10-17 09:49:42 -07:00
Pranav K d81ea871fb Updating to netcoreapp1.1 2016-10-13 11:24:12 -07:00