How to extract .dll files to .xaml files

Hi Community,

Could you help me please , how to get .xaml files from .dll files.

Hi @Shahnawaz_Anwar1

Maybe this topic can help us in this

Regards!

Are you trying to retrieve the source .xaml files of a robot project, from a .nupkg file? If so this reply is the correct answer: Decompile .dll files to .xaml files - #5 by marian.platonov

You’ll need to republish the project with “Include Sources” checked. But I suppose you no longer have the source code with you that’s why you’re looking to get the .xaml files from the .dlls.