Commit Graph

43 Commits

Author SHA1 Message Date
Pranav K 3b4aaa523b Target netcoreapp2.1 in tests and samples 2017-11-10 19:43:28 -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 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
Andrew Peters 1b6993fb91 Database Error Page: Prep for removal of ILogger-based interception.
- Removed EF ApiCheck tests; not required for middleware.
- Removed JB annotations and Check usage; align with other Diagnostics Pages projects.
- Fixed code redundancies.
2017-05-30 12:55:50 -07:00
Pranav K ec2faf5594 Target netstandard2.0 2017-05-23 15:27:47 -07:00
Nate McMaster 7199e8d358 Upgrade test framework versions and fix test issues 2017-05-15 14:19:24 -07:00
Pranav K 30306fc4f4 Change TFM to netcoreapp2.0 2017-05-04 22:15:24 -07:00
Kiran Challa 6f2a0702e3 Converted samples and test projects to run on netcoreapp2.0 2017-03-23 16:25:51 -07:00
Pranav K 237abd0b69 Change compilation targets.
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 13:50:35 -07:00
Nate McMaster e8db0cb43e Unify dependency versions to one file and remove workarounds 2017-03-15 13:25:35 -07:00
Doug Bunting c354afebc8 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows

Address existing issues
- work around test failures, including #350
  - skip tests mentioned in #350
  - reorder xunit and xunit.runner.visualstudio; setup fails for .NET Core otherwise
- skip all tests using LocalDB on Linux and OSX
  - `[FrameworkSkipCondition(RuntimeFrameworks.Mono)]` now redundant
- correct AppVeyor image

nits:
- let VS add the test `<Service>`
- use `[ConditionalFact]` when there's no test data
2017-02-16 08:40:27 -08:00
Nate McMaster 4c5739c852 Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
Pranav K 4b77edfe7a Updating to 4.4 CoreFx packages 2016-12-14 14:47:28 -08:00
Pranav K f4f1902808 Updating versions to 1.2.0-* 2016-11-09 14:17:12 -08:00
Pranav K a3e7481fcb Updating to netcoreapp1.1 2016-10-13 11:13:51 -07:00
Pranav K 9cecbc2cb1 Revert "Updating to netcoreapp1.1"
This reverts commit 65025d41a5.
2016-10-12 16:08:16 -07:00
Pranav K 65025d41a5 Updating to netcoreapp1.1 2016-10-12 13:45:05 -07:00
Pranav K d376a1fa75 Updating partner package versions 2016-09-29 10:52:34 -07:00
Kiran Challa c224a726f9 Moved PageGenerator to Razor repo and moved diagnostic view page sources to Common. 2016-08-29 13:43:00 -07:00
Kiran Challa 175a4c961e Revert "Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates"
This reverts commit 7cabb3f117.
2016-08-25 17:22:09 -07:00
Kiran Challa 7cabb3f117 Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates 2016-08-25 16:25:15 -07:00
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
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 58ef466fa2 Fix build warning 2016-05-20 17:10:56 -07:00
Pranav K 0b393fbc04 Fix build warnings 2016-05-02 13:21:03 -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
Arthur Vickers 526e5c8032 React to EF D.I. changes 2016-03-11 10:34:06 -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
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
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