Commit Graph

451 Commits

Author SHA1 Message Date
N. Taylor Mullen e1870dd9f3 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:41:04 -08:00
Kiran Challa 19cdddbcd6 Move Razor tooling package to tooling section and fix build break 2016-02-19 12:41:02 -08:00
Kiran Challa 65ab6cffc0 Reacting to Razor tooling package name change 2016-02-19 12:18:55 -08:00
Kiran Challa 3574b1d981 Reacting to MVC's action result naming changes 2016-02-19 11:28:25 -08:00
Kiran Challa b4438c0559 Enable publishing to IIS 2016-02-16 13:52:21 -08:00
Kiran Challa de7475cc33 Updated per KB 3137909. 2016-02-12 14:47:50 -08:00
Brennan 378cc97bd0 Remove Mvc CodeGenerator 2016-02-12 13:27:04 -08:00
Kiran Challa 0da12619cd [Fixes #589] Remove TestMiddleware 2016-02-12 11:23:59 -08:00
Kiran Challa 09590416bd Build and test with dotnet 2016-02-10 14:56:49 -08:00
N. Taylor Mullen 86c08ecf22 React to FacebookHelper and CLI changes. 2016-02-07 01:21:34 -08:00
Hao Kung 6709b07dc5 Add identity services for ntlm test 2016-02-01 13:00:17 -08:00
N. Taylor Mullen d61c6985b7 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:29:04 -08:00
N. Taylor Mullen d761c6b7ba Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
John Luo ac21b9538d Reacting to Identity API change 2016-01-19 11:13:05 -08:00
John Luo 30db1b0497 Reacting to hosting rename 2016-01-17 18:18:36 -08:00
Hao Kung 5c623b6e80 React to identity changes 2016-01-14 13:12:41 -08:00
Pranav K 7463dee1d5 Removing precompilation module 2016-01-12 15:24:29 -08:00
Chris R 1b9215002c React to hosting API changes. 2016-01-12 14:36:24 -08:00
ryanbrandenburg a182eca6d4 * Use suggested Antiforgery AJAX patern. 2016-01-12 11:56:59 -08:00
John Luo 6d91b8d9fd Reacting to new middleware options pattern 2016-01-08 19:47:02 -08:00
N. Taylor Mullen 90601ef853 Cleanup `Microsoft.AspNet.Server.IIS` usage. 2015-12-28 16:48:37 -08:00
John Luo 26850f54c2 Fix build, relocating entrypoint to Program 2015-12-22 11:29:51 -08:00
Hao Kung 6c7c373d82 OptionsModel => Options 2015-12-21 16:38:09 -08:00
John Luo 55d9e6ee4a Reacting to new Hosting API 2015-12-18 16:35:11 -08:00
Ryan Nowak 9b9fd5ff00 React to breaking changes in antiforgery 2015-12-15 15:55:09 -08:00
Kiran Challa 5c2ef70cae Modifying E2E tests to run on coreclr 2015-12-12 23:01:38 -08:00
Pranav K 325a681d92 Reacting to Options changes 2015-12-10 16:56:22 -08:00
Jeffiy 8d18e1beac add ShoppingCart table style 2015-12-07 13:33:09 -08:00
zhangmm 26e33b9d68 Unified naming
Unified naming of DefaultAdminPassword
2015-12-07 13:29:02 -08:00
Chris R 2ce9fcc233 Fix facebook tests. 2015-12-03 11:11:48 -08:00
Kiran Challa d584c09413 Fixed OpenIdConnectBackChannelHttpHandler's path to the configuration file 2015-11-30 13:45:03 -08:00
Pavel Krymets 705769bda6 Fix build 2015-11-24 15:40:45 -08:00
Nate McMaster 9db4940c5d Increase connect timeout in music store tests 2015-11-20 11:42:37 -08:00
Pranav K 5a3c4957d9 Reacting to FromServices changes 2015-11-17 16:20:56 -08:00
N. Taylor Mullen 221bf30492 Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:25:15 -08:00
Doug Bunting a02b003243 Remove unused `using Microsoft.AspNet.Diagnostics.Entity`
- also sort `using`s
2015-11-12 12:14:54 -08:00
ryanbrandenburg 5270c514a8 * Decrement cart count when removing cart item 2015-11-12 11:59:22 -08:00
Doug Bunting dddc6a2ebb Remove quotes from `@addTagHelper` directive
- react to aspnet/Razor#561 fix: PR aspnet/Razor#591 and commit aspnet/Razor@0c95315
2015-11-07 12:27:32 -08:00
Chris R a6a17f296d React to ServerFactory changes. 2015-10-31 07:35:42 -07:00
N. Taylor Mullen 978e2bb474 React to aspnet/Razor#196.
- `TagHelper`s now auto-fill enums. Updated files to reflect new auto-filling enum changes.
2015-10-29 16:24:56 -07:00
Pavel Krymets eb302bf359 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-23 08:34:00 -07:00
Pavel Krymets 59cf82f9f1 React to hosting changes 2015-10-21 12:33:13 -07:00
Rowan Miller d27d18fe5a 💚 Fix more calls to UseDatabaseErrorPage
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Rowan Miller 42a5a28210 💚 React to API change in UseDatabaseErrorPage
The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:00:03 -07:00
Victor Hurdugaci 69ed946970 Move compiler shared to its own folder 2015-10-16 10:11:09 -07:00
あまみや ゆうこ 912aaaa9d2 To correct word spell 2015-10-16 09:49:04 -07:00
Pranav K f8b39bea63 Reacting to Cors rename 2015-10-15 16:00:05 -07:00
Kiran Challa 916bca69fc Fix tests 2015-10-13 10:27:58 -07:00
Nate McMaster 176a89dfe7 React to EF rename 2015-10-05 13:50:45 -07:00
Pranav K 576023cc0f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:59 -07:00