A way to retrieve all strings from .net project? -
There is a list to list all strings in a .NET project (that are not embeddet in a ressource) is the way? I am interested in messagebox strings, etc. So I can check that everything is properly translated and written. All the tools I have tried so far can only do list ressoure wire
Any help greatly appreciated
Forgetting to say ah: .. I'm a Windows Windows and a Windows only user, so please tell me something that runs on windows. I do not believe in a simple way without using the command line tool hacking, but of course it really will.
Update : It is possible to use regex expressions directly in the VS search which is very easy.
("[^"] * ")
matches all the stars, although I want to list the strings at least one space The character only
Update2 "([^"]) +: ... B + ([^ "]) +" What I need is hope that it helps
Thank you!
It should help to some extent: / P>
Use ildasm to dump IL into a file. Then run it in PowerShell:
cat filename.il | Jah A. {$ _. Include ( "ldstr")}
Comments
Post a Comment