aspnetcore/samples/HealthChecksSample
Ryan Nowak 4549b84cb5
Remove JSON output (#457)
* Remove JSON output and convert to sample

GlennC and I made the decisison to turn the JSON output into a sample
rather than something we support out of the box. We wouldn't tell
customers to definitely use it and we don't want to introduce more
coupling to JSON.NET.
2018-08-03 09:40:45 -07:00
..
BasicStartup.cs
CustomWriterStartup.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
GCInfoHealthCheck.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
HealthChecksSample.csproj Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
LivenessProbeStartup.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
Program.cs Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
SlowDependencyHealthCheck.cs Add filtering to Health Checks middleware 2018-08-01 19:07:58 -07:00