Would be interesting to know code that links to a file not present in the solution
Could be in a .ASPX for an image with relative path like src='/Images/MyImage.png' which MyImage.png doesn't exist
Or in any part of all the project of a solution.
Interesting idea.
I started working on my own Extension with nice form to show the result in a grid. Cool to see that Extension form can be made in xaml ;)
Hi Thank you for this great program. It would be great if we can see missing .js (javascript) or .css files in an ASP.NET website or project, which is refered by such codes: . .
. .
While possible, that would be challenging as you'd have to parse all the files to find those src attributes. Also tricky as sometimes the base directory for where web files end up is not where they starts (eg. when there's a 'dist' directory that things get copied to)