AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

favicon.ico is now in resourcePath

Open dbarwikowski opened this issue 1 year ago • 1 comments

What this PR does / why we need it: favicon.ico is not loaded because UI searches for it in wrong place - ignores relative path that is used in IIS

Which issue(s) this PR fixes:

Please reference the issue this PR will close: partially #2293

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [x] Code compiles correctly
  • [x] Created/updated tests
  • [x] Unit tests passing
  • [x] End-to-end tests passing
  • [x] Extended the documentation
  • [x] Provided sample for the feature

dbarwikowski avatar Sep 04 '24 09:09 dbarwikowski