Go to file
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
build Downgrade to stable packages 2017-02-14 21:54:02 -08:00
samples Downgrade to stable packages 2017-02-14 21:54:02 -08:00
src Downgrade to stable packages 2017-02-14 21:54:02 -08:00
test Bump test projects up to .NET 4.5.2 2017-02-16 08:40:27 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DiagnosticsPages.sln Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
NuGetPackageVerifier.json
README.md
appveyor.yml Bump test projects up to .NET 4.5.2 2017-02-16 08:40:27 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
build.sh Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
version.props Upgrade to VS 2017 2017-01-31 10:01:38 -08:00

README.md

ASP.NET Core Diagnostics

AppVeyor: AppVeyor

Travis: Travis

Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.