I'm working on a brownfield application which has a lot of references in the markup with meta:resourcekey="someresource"
style syntax. Also calls are made in code to GetLocalResourceObject("ResultsPageHeaderText")
. Both of which are is fine, but I've noticed a number of places where the resource does not exist. Short of manually inspecting each and every class file is there a way I can track down missing resources?
Ideally if there is something I can plug into the build that would be preferred.