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
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
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
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
Pranav K
05ee0897fb
Removing imports from src projects
2016-04-08 06:49:16 -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
Pranav K
f1d588bb54
* Fixing missed changes in EF reaction
...
* Remove npm install warning.
* Target minimal tfm in Diagnostics.Abstractions
2016-03-12 16:32:59 -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
N. Taylor Mullen
9b6d837356
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:22:49 -08:00
John Luo
8d804cfbbc
Updating to new CLI
2016-02-03 13:40:06 -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
82574ce6cc
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:23:56 -08:00
Cesar Blum Silveira
eed6051eb3
Strong name everything except Microsoft.AspNet.Diagnostics.Entity.
2015-11-03 17:35:50 -08:00
ryanbrandenburg
7dac0986c2
* Fix PageGenerator
...
* Generate pages on build
* Add copyable stacktrace to error page
2015-10-16 10:44:55 -07:00
Kiran Challa
1a708b8479
Fixed razor view as its compilation fails due to changed apis
...
Updated PageGenerator to consider the modified Views folder paths
More restructuring of files
2015-09-09 09:38:42 -07:00
mikary
80e9d35630
React to DNX renames
2015-07-31 12:38:40 -07:00
Victor Hurdugaci
15c0e16a91
React to DNX changes
2015-07-29 03:38:40 -07:00
Victor Hurdugaci
4cbc9ace9c
Add repository information to project files
2015-07-01 19:48:35 -07:00
Henk Mollema
0da9e2bec5
Remove ErrorPageOptions properties except SourceCodeLineCount
...
- Removed all properties except `SourceCodeLineCount`
- Updated ErroPageMiddleware (including some minor code-style changes)
- Updated CompilationErrorPage.cshtml and ErrorPage.cshtml
- Added `run` command to PageGenerator project.json to execute from command line
- Include cookies on error page
- Removed showSource parameter
- Remove unused exception parameter
2015-06-16 09:51:10 -07:00
N. Taylor Mullen
3fa5dee2d7
React to aspnet/Razor#140
2015-05-29 14:52:23 -07:00
N. Taylor Mullen
b1643b438a
Update LICENSE.txt and license header on files.
2015-05-01 13:46:24 -07:00
Praburaj
b27c6fc1e2
Fixing runtime info middleware on coreclr
...
Also adding more information like OS, runtime type and architecture to the info page.
2015-04-17 11:47:46 -07:00
Doug Bunting
9d095e2f21
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:24 -07:00
Rowan Miller
105d3353cf
🔥 Remove migrations end point
2015-03-23 15:56:30 -07:00
N. Taylor Mullen
b07a656b8a
Update .kproj => .xproj.
2015-03-11 14:05:30 -07:00
N. Taylor Mullen
c746f2beb7
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:52:44 -07:00
N. Taylor Mullen
684983effb
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:48:36 -07:00
Brennan
a54886b3f3
Updating .kproj files
2015-02-04 09:13:50 -08:00
SonjaKhan
b5a328aa0e
fixing dependencies
2014-12-01 14:11:01 -08:00
Pranav K
b8626a75ca
Updating Elm to depend on Razor instead of Mvc.Razor
...
* Removing dependencies that are transitively included.
2014-11-25 17:07:04 -08:00
SonjaKhan
ce59419893
elm logger
2014-11-25 14:58:04 -08:00
Victor Hurdugaci
eb99bf25a3
Add schema version to kproj files
2014-11-25 10:39:01 -08:00
SonjaKhan
44b50b46f9
updating the page generator and base view to work with razor helper functions
2014-11-21 09:26:36 -08:00
Victor Hurdugaci
b466013235
Update KProj to the latest format
2014-11-12 15:01:34 -08:00
SonjaKhan
ac14c3222b
making page generator work for different libraries
2014-10-29 11:36:52 -07:00
Pranav K
3279c15047
Reacting to CLR package versioning changes
2014-10-10 10:31:13 -07:00
David Fowler
b7a8d6a1f7
Fixup references
2014-10-05 04:44:48 -07:00
David Fowler
5f685a6629
Updated to use the new target framework in project.json
2014-09-04 01:37:15 -07:00
David Fowler
cce48f4cdf
Updated to use the new target framework in project.json
2014-08-28 22:00:36 -07:00
David Fowler
f354762f23
Removed sources from project file
2014-08-15 07:57:28 -07:00
David Fowler
91ee6ed484
Renamed configurations to frameworks in project.json
2014-07-13 21:46:00 -07:00
Brice Lambson
d1e8cdc95c
Fix version of Microsoft.AspNet.Razor reference
2014-06-19 17:37:00 -07:00
Brice Lambson
301432e5cb
Bump version to 1.0.0-*
2014-06-19 16:13:11 -07:00