Commit Graph

466 Commits

Author SHA1 Message Date
BrennanConroy 496d94b41f Fix cross appdomain exception 2016-07-25 09:51:45 -07:00
Pranav K 8bf0612411 Move PageGenerator to the tools dir
Fixes #294
2016-07-07 11:38:54 -07:00
Doug Bunting 2b5358b394 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 22:08:02 -07:00
Pranav K f4a2d6ea80 Convert details -> div element 2016-07-06 11:38:17 -07:00
Pranav K e960a55e82 Add support for showing failure summaries. 2016-07-06 11:16:23 -07:00
Pranav K afd3bea80f Exception Page showing only method names in the callstack
Fixes #304
2016-07-05 11:47:42 -07:00
Pranav K 5c7157919b Updating to RTM builds of dotnet-test-xunit and Moq 2016-06-29 16:35:24 -07:00
Pranav K a2857238f9 Updating to dev versions 2016-06-16 10:17:44 -07:00
John Luo 412d125c95 PR #299 Cleanup 2016-06-15 11:05:44 -07:00
jamie d6c8dae3f0 StatusCodePagesOptions.HandleAsync only includes a semicolon where a reason phrase for the HTTP status is available.
Added Unit Test to cover all HTTP Status Codes from 400 - 599 (inclusive).
2016-06-15 11:05:44 -07:00
Pranav K c8f38cd793 Merge branch 'release' into dev 2016-06-14 16:29:27 -07:00
Pranav K 05ce2b712c Updating to release. 2016-06-14 16:23:00 -07:00
N. Taylor Mullen 6a577da3b2 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:48 -07:00
jacalvar dc1c9412ab Remove unncessary imports 2016-06-08 13:00:29 -07:00
Pranav K e1093651ba Target netstandard1.3 2016-06-06 13:48:16 -07:00
Pranav K b7c924b449 Use Microsoft.Extensions.StackTrace.Sources 2016-06-03 16:35:27 -07:00
BrennanConroy 0025724433 Replace PlatformAbstractions with RuntimeInformation 2016-05-31 11:10:40 -07:00
Cesar Blum Silveira 99d9ed9c2f Fix OSX build on Travis. 2016-05-27 11:46:59 -07:00
Pranav K 58ef466fa2 Fix build warning 2016-05-20 17:10:56 -07:00
Kiran Challa af19899927 [Fixes #279] Deleted RuntimeInfo middleware, sample and tests 2016-05-16 13:12:40 -07:00
Rowan Miller 9a411df59f Merge branch 'release' into dev
# Conflicts:
#	src/PageGenerator/project.json
2016-05-10 12:34:53 -07:00
Rowan Miller b9565b9ba3 Include instructions for PMC migrations commands
Update database error page to include instructions for using Package Manager Console commands to add/apply migrations.

Resolves #290
2016-05-10 12:08:12 -07:00
Pranav K b06f6266d5 Merge branch 'release' into dev 2016-05-05 08:28:16 -07:00
Pranav K 3a86d941d6 Remove includes and excludes 2016-05-04 09:11:12 -07:00
Pranav K f94362dca9 Merge branch 'release' into dev 2016-05-02 16:10:31 -07:00
Pranav K 77fbeec8bb Fix build break 2016-05-02 16:10:21 -07:00
Pranav K 53327df4fc Merge branch 'release' into dev 2016-05-02 14:55:45 -07:00
Pranav K 0b393fbc04 Fix build warnings 2016-05-02 13:21:03 -07:00
Ryan Brandenburg 48b436ec8a Allow query string on ReExecuting status code page 2016-05-02 10:57:20 -07:00
BrennanConroy 0ed54e9165 Merge branch 'release' into dev 2016-04-27 15:06:43 -07:00
BrennanConroy 8a74260217 Remove references to UseDefaultHostingConfiguration 2016-04-27 15:06:31 -07:00
Nate McMaster 3729be1049
Merge branch 'release' into dev 2016-04-26 16:46:13 -07:00
Nate McMaster 856326080c
React to EF package renames
https://github.com/aspnet/EntityFramework/pull/5142
2016-04-26 16:45:20 -07:00
Pranav K 758f15a3eb Merge branch 'release' into dev 2016-04-26 12:13:08 -07:00
Pranav K 3d09f972ad Remove IApplicationEnvironment references 2016-04-26 12:12:57 -07:00
Pranav K 8de0f36bf2 Merge branch 'release' into dev 2016-04-26 10:07:43 -07:00
Nate McMaster e71d319556
React to https://github.com/aspnet/EntityFramework/pull/5142 2016-04-26 09:57:35 -07:00
Pranav K ba6044a5f3 Remove references to IApplicationEnvironment \ IRuntimeEnvironment 2016-04-26 09:42:31 -07:00
BrennanConroy a56c54940a Merge branch 'release' into dev 2016-04-25 11:26:54 -07:00
BrennanConroy e528d9ef91 Update web.config and add publish tool 2016-04-25 08:42:12 -07:00
Pranav K d1c6eec38c Merge branch 'release' into dev 2016-04-19 14:53:55 -07:00
Pranav K a35571b8c5 Use latest build of dotnet-test-xunit 2016-04-19 14:53:55 -07:00
Pavel Krymets 48c7c3c1d2 Merge branch 'release' into dev 2016-04-18 17:04:31 -07:00
Pavel Krymets 09ce98ec41 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:04:24 -07:00
Rowan Miller c4888ba13a Merge branch 'release' into dev 2016-04-18 14:13:20 -07:00
Rowan Miller a8bb790596 🐛 Fix Apply Migrations button
During all the changes to how options are handled etc. we ended up where
app.UseDatabaseErrorPage() would no longer register the migrations
middleware that allows the "Apply Migrations" button to work.

Resolves aspnet/EntityFramework#4742
2016-04-18 10:43:22 -07:00
Pavel Krymets 673eae72c0 Merge branch 'release' into dev 2016-04-15 09:44:24 -07:00
Pavel Krymets 4432018ebe Migrate tests, tools and samples to portable 2016-04-15 09:34:48 -07:00
ryanbrandenburg 05d740076b Allow collapse and expand of source code 2016-04-12 14:25:36 -07:00
John Luo a4f5d8d11f Merge branch 'release' into dev 2016-04-11 10:08:44 -07:00