Commit Graph

413 Commits

Author SHA1 Message Date
Pranav K 05ee0897fb Removing imports from src projects 2016-04-08 06:49:16 -07:00
Pranav K 41389cd11f Updating to release. 2016-04-06 09:47:33 -07:00
Pranav K ea1802c9fd Remove gruntfile usage 2016-04-03 15:50:49 -07:00
BrennanConroy 591ae3c26a React to logging changes 2016-04-01 11:51:00 -07:00
John Luo bb1b2695bf Reacting to Kestrel extensions 2016-03-30 16:37:07 -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
Victor Hurdugaci 9e08aec0b1 Webhooks notification 2016-03-30 15:04:20 -07:00
jacalvar d51851f342 Return IServiceCollection from service collection extension methods 2016-03-28 15:13:56 -07:00
Anthony van der Hoorn f387d04af1 Adds timestamp in accordance with hosting example, as well as duration 2016-03-24 15:54:59 -07:00
John Luo 5ecba206ad Reacting to Hosting changes 2016-03-24 12:08:58 -07:00
Anthony van der Hoorn 23976ebd53 Addition of InstanceId to the messages being published. 2016-03-23 12:14:41 -07:00
John Luo 0a444088c9 React to Hosting startup filter order reversal 2016-03-18 15:23:04 -07:00
Victor Hurdugaci f02cf6585b Remove the makefile 2016-03-17 14:42:45 -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
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
Nate McMaster d851170119 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
= 57744b712f Target net451 so functional tests execute with xunit runner on linux 2016-03-09 17:07:49 -08:00
Nate McMaster 195fb7341b Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:13 -08:00
Pranav K 345c79deb9 Remove version from StatusCodeSample to make it similar to other samples.
This prevents a version conflict warning during build.
2016-03-09 11:48:28 -08:00
Eilon Lipton 3d72f5207f Fix package metadata
Plus a few other pre-Core names.
2016-03-07 22:50:04 -08:00
Victor Hurdugaci a0b9cdf512 Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
jacalvar 38b727948b Make ServiceCollectionExtensions consistent 2016-03-04 10:57:30 -08:00
Ajay Bhargav Baaskaran 73a9ed7a64 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:17 -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
Victor Hurdugaci abc2abb51b Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
Victor Hurdugaci 48d764ed65 Update the build scripts 2016-02-27 12:51:13 -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
Doug Bunting 09db7f413d Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:36:21 -08:00
John Luo a9644a5bf3 Updating test TFMs for custom test discovery 2016-02-22 15:45:55 -08:00
Ajay Bhargav Baaskaran 8bde9b7e72 Enabled xml doc generation 2016-02-17 16:57:39 -08:00
Kiran Challa a03b2dc6b4 Enable tests to run using dotnet xunit runner 2016-02-09 22:18:22 -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
Hisham Bin Ateya 82e1bcf261 Add 'UseServer' 2016-02-04 02:12:14 +03: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
Nate McMaster ae3c77b9c5 Updating build script 2016-01-14 16:41:15 -08:00
Chris R c536b339d0 React to hosting API changes. 2016-01-12 15:08:05 -08:00
Chris R 4d1737708e #241 Fix cookie error page 2016-01-12 15:03:56 -08:00