Pranav K
d2b5144132
Updating to Moq \ Castle.Core that does not require imports
2016-08-08 12:28:30 -07:00
BrennanConroy
496d94b41f
Fix cross appdomain exception
2016-07-25 09:51:45 -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
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
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
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
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
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
Pranav K
3d09f972ad
Remove IApplicationEnvironment references
2016-04-26 12:12:57 -07:00
Pranav K
ba6044a5f3
Remove references to IApplicationEnvironment \ IRuntimeEnvironment
2016-04-26 09:42:31 -07:00
Pranav K
a35571b8c5
Use latest build of dotnet-test-xunit
2016-04-19 14:53:55 -07:00
Pavel Krymets
09ce98ec41
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:04:24 -07:00
Pavel Krymets
4432018ebe
Migrate tests, tools and samples to portable
2016-04-15 09:34:48 -07:00
John Luo
dfc2e71d7f
Moving web.config and use ANCM
2016-04-11 10:08:14 -07:00
BrennanConroy
591ae3c26a
React to logging changes
2016-04-01 11:51:00 -07:00
Doug Bunting
f1a02433be
React to HttpAbstractions namespace changes
...
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:14:34 -07:00
John Luo
0a444088c9
React to Hosting startup filter order reversal
2016-03-18 15:23:04 -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
Arthur Vickers
526e5c8032
React to EF D.I. changes
2016-03-11 10:34:06 -08:00
Arthur Vickers
1e80a9a85c
Update to reflect changes in EF service registration
2016-03-10 15:52:36 -08:00
=
57744b712f
Target net451 so functional tests execute with xunit runner on linux
2016-03-09 17:07:49 -08:00
Eilon Lipton
3d72f5207f
Fix package metadata
...
Plus a few other pre-Core names.
2016-03-07 22:50:04 -08:00
jacalvar
38b727948b
Make ServiceCollectionExtensions consistent
2016-03-04 10:57:30 -08:00
Pranav K
fba3641a6b
Remove Mvc dependency from Diagnostics
2016-03-03 06:34:49 -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
Doug Bunting
af97bcd8e2
Do not attempt to use localDb except on Windows
...
- #251
nit: add `--quiet` to Travis configuration so that log can be displayed in browser
2016-02-25 09:58:24 -08:00
John Luo
a9644a5bf3
Updating test TFMs for custom test discovery
2016-02-22 15:45:55 -08:00
Kiran Challa
a03b2dc6b4
Enable tests to run using dotnet xunit runner
2016-02-09 22:18:22 -08:00
John Luo
8d804cfbbc
Updating to new CLI
2016-02-03 13:40:06 -08:00
ryanbrandenburg
6411fdcf29
* Add functional tests for samples
2016-02-01 11:12:27 -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
Brennan
88fc5c143a
React to Fileprovider namespace changes
2016-01-21 17:08:21 -08:00
John Luo
f08e1f9428
Reacting to hosting rename
2016-01-17 17:56:18 -08:00
Victor Hurdugaci
5693932003
Build with dotnet
2016-01-11 15:24:42 -08:00
John Luo
e076040b67
Updating to new options pattern
2016-01-08 17:12:48 -08:00
ryanbrandenburg
886c33f200
* Remove libraries from RuntimeInfoMiddleware
2016-01-05 12:06:07 -08:00