Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be interesting to know code that links to a file not present in the solution #22

Open
GearTheWorld opened this issue Nov 4, 2016 · 4 comments

Comments

@GearTheWorld
Copy link

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.

@flcdrg
Copy link
Owner

flcdrg commented Nov 10, 2016

Interesting idea.

@GearTheWorld
Copy link
Author

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 ;)

@EsiKhoob
Copy link

EsiKhoob commented Feb 3, 2019

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:
.
.

. . <script src="/assets/js/pages/public-edit.js"></script>

@flcdrg
Copy link
Owner

flcdrg commented Feb 12, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants