Commit Graph

643 Commits

Author SHA1 Message Date
Pranav K de20d24b8e
Branching for 2.1.0-preview2 2018-03-16 11:14:00 -07:00
ASP.NET CI a18c2b69d2 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 12:56:20 -08:00
Pranav K 4a098af457
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:03:15 -08:00
Pranav K dfb0491728
Use dotnet-core feed in repos 2018-03-06 10:03:15 -08:00
Nate McMaster ad1c9d7137
Merge branch 'release/2.1' into dev 2018-03-02 14:02:11 -08:00
ASP.NET CI 8da9b82ba6 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 10:57:44 -08:00
Pranav K 05ad84fe66 Use FeatureBranchVersionSuffix when generating VersionSuffix 2018-02-21 18:26:53 -08:00
ASP.NET CI f2726ed0c2 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:14:04 -08:00
Ryan Brandenburg 1fe383b973 Duplicate logic for Experimental 2018-02-16 14:18:30 -08:00
Ryan Brandenburg 10ae07774e Fix experimental projects 2018-02-16 13:41:18 -08:00
Ryan Brandenburg 00b0329059 No more ExperimentalProjectVersionPrefix 2018-02-15 16:00:08 -08:00
Ryan Brandenburg f1e63e0f9e Use ExperimentalPackageVersion 2018-02-15 11:44:08 -08:00
ASP.NET CI 5631890597 Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:19:23 -08:00
ASP.NET CI 5d2fc105d1 Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:38:08 -08:00
Henk Mollema e353005562 Use correct ArgumentNullException parameter name (#436) 2018-02-05 08:37:23 -08:00
ASP.NET CI 6e387d72d2 Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:40:50 +00:00
Arthur Vickers 2eef8fdff2 Add retries to help with test flakiness
Issue #2844
2018-02-02 09:37:50 -08:00
Ryan Brandenburg d44b78e842 Skip flaky test 2018-02-02 09:27:40 -08:00
ASP.NET CI a1132898d4 Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:02:32 +00:00
Nate McMaster 93dbe3635d Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:10 -08:00
Andrew Peters 0ec3dedc88 Fixes null ref in DatabaseErrorPageMiddleware.
Fix aspnet/Home#2820 - UseDatabaseErrorPage throws NullReferenceException when ef exception occur in background task
Fix aspnet/EntityFrameworkCore#9599 - Insert entity in non existing table throws NullException

Added null checks to async local access in event callback.

Related to aspnet/Home#2825
2018-01-26 10:28:28 -08:00
Pranav K 2b3e05a46e Updating version to preview2 2018-01-24 15:00:27 -08:00
Pranav K 7223215ac3 Merge branch 'release/2.1' into dev 2018-01-23 15:48:48 -08:00
Pranav K c110d3f456 Branching for 2.1.0-preview1 2018-01-23 15:30:40 -08:00
ASP.NET CI f90337c1a6 Update dependencies.props
[auto-updated: dependencies]
2018-01-06 14:17:12 -08:00
ASP.NET CI d563f7d314 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 00:45:30 +00:00
Eilon Lipton b459b633fe
Create ISSUE_TEMPLATE.md 2018-01-02 14:21:00 -08:00
ASP.NET CI 59a479df5a Update dependencies.props
[auto-updated: dependencies]
2017-12-31 20:40:07 +00:00
ASP.NET CI 7b57057af6 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 16:38:53 -08:00
Pranav K cdcd713e0e Remove StackTraceTest.cs
Fixes #422
2017-12-15 16:35:51 -08:00
ASP.NET CI 846c001d28 Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:25:46 +00:00
ASP.NET CI b7f22497e6 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:20:04 -08:00
Ryan Brandenburg 708e6e9537 Update bootstrappers 2017-12-01 12:27:56 -08:00
Pranav K d2280883d0 Specify runtime versions to install 2017-11-29 14:09:25 -08:00
Pranav K 12f63965df Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 16:27:05 -08:00
Nate McMaster 948c2612ef Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:47 -08:00
Pranav K f731ceb237 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:24 -08:00
Pranav K 3b4aaa523b Target netcoreapp2.1 in tests and samples 2017-11-10 19:43:28 -08:00
Chris Ross (ASP.NET) bb34616a88 Test: fix status code order 2017-11-08 22:55:01 -08:00
Nate McMaster 7ac0e06abf Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
Jass Bagga 88db534e42
UseExceptionHandler throws if ExceptionHandlingPath not set (#417) 2017-10-27 15:34:34 -07:00
Andrew Stanton-Nurse a30befae0f Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
Ryan Brandenburg a89d01b75e Add RepositoryRoot 2017-10-18 09:35:24 -07:00
Ryan Brandenburg d390c369ff Update bootstrappers 2017-10-09 12:41:50 -07:00
Justin Kotalik c21300d786 Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:46:26 -07:00
Jass Bagga d22bb2c908 Add logger extensions with event ids (#405)
Addresses #393
2017-09-15 14:26:47 -07:00
Nate McMaster 479eb49ca9 Use PackageLineup to manage PackageReference versions 2017-08-29 09:41:54 -07:00
Nate McMaster 9634f7fd9c Use Directory.Build.props/targets 2017-08-29 09:30:22 -07:00
Nate McMaster adf3cb70aa Upgrade to xunit 2.3.0-beta4 2017-08-22 15:18:08 -07:00
John Luo a1d26bef4e Ensure fallback to curl after failed wget 2017-08-02 14:31:19 -07:00