I am looking for a utility that will go through all XAML files in a project and locate defined styles that aren’t being used anywhere.
does such a tool exist?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No there is no such tool, as much as I aware of.
You can use simple Find of
VisualStudio, or Expression Blend, or XamlPad (which is free).Hope this helps.