Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
3.98k stars 771 forks source link

Icons missing from health checks UI #2169

Open jjmyrup opened 4 months ago

jjmyrup commented 4 months ago

What happened: After pulling master icons have been replaced with text when running sample projects e.g. HealthChecks.UIAndApiCustomization image

What you expected to happen: I expected icons not text for e.g. health status and expand.

How to reproduce it (as minimally and precisely as possible): In visual studio

Source code sample: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/tree/release-all-8.0.0/samples/HealthChecks.UIAndApiCustomization

Anything else we need to know?: I have used git bisect to identify that the problem was introduced with this commit cb4b3215b67c98e9be06f8546fd06ab315fceefb

Environment:

rob-baldwin commented 4 months ago

Duplicate of https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/issues/2130

Jamie-Clayton commented 2 weeks ago

fixed in https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2217