Commit Graph

20 Commits

Author SHA1 Message Date
Pranav K a2857238f9 Updating to dev versions 2016-06-16 10:17:44 -07:00
jacalvar dc1c9412ab Remove unncessary imports 2016-06-08 13:00:29 -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 0b393fbc04 Fix build warnings 2016-05-02 13:21:03 -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
Pranav K 05ee0897fb Removing imports from src projects 2016-04-08 06:49:16 -07:00
BrennanConroy 591ae3c26a React to logging changes 2016-04-01 11:51:00 -07:00
Eilon Lipton 0f74187a81 Fix package dependencies
Removed some extraneous dependencies and instead made all the
diagnostics packages be independent packages that happen to share some
concepts/source code.

The common Razor base class code was moved to a shared source file. Then
the Diagnostics page, ELM page, and EF database page all use that. Also
updated the page generator to use the new shared code.

See #257
2016-03-15 17:33:10 -07:00
Brice Lambson e57e177224 Don't reference facades 2016-03-10 13:06:19 -08:00
Rowan Miller ed1e22dd77 🐛 dnx => dotnet for migrations command help 2016-03-10 10:06:41 -08:00
Eilon Lipton 3d72f5207f Fix package metadata
Plus a few other pre-Core names.
2016-03-07 22:50:04 -08:00
Ajay Bhargav Baaskaran 73a9ed7a64 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:17 -08:00
Doug Bunting 0ae7fd0a93 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 16:39:31 -08:00
N. Taylor Mullen be3c20cab4 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:28 -08:00
Ajay Bhargav Baaskaran 8bde9b7e72 Enabled xml doc generation 2016-02-17 16:57:39 -08:00
John Luo 8d804cfbbc Updating to new CLI 2016-02-03 13:40:06 -08:00
Brennan 4e5c99fabc React to Logging API changes 2016-01-25 09:32:41 -08:00
N. Taylor Mullen a837854f4b Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:34 -08:00
N. Taylor Mullen f5c5816a05 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:16 -08:00
N. Taylor Mullen 6102699916 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:07 -08:00