I’ve recently been decrypting dll files from nupkg libraries in order to retrive the original xaml using dotpeek. however it doesn’t work all the time.
sometimes i get the original xaml with opens correctly in uipath
ex:
<x:Members><x:Property Name=“In_TimeOut” Type=“InArgument(x:Int32)” /></x:Members>mva:VisualBasic.Settings<x:Null /></mva:VisualBasic.Settings>sap2010:WorkflowViewState.IdRef …etc
and sometimes the xaml is like this: (this gives invalid document in uipath)
i use dotpeek to open the dll extracted from the nupkg library, sometimes it extracts the two types of xamls and sometimes just one and i can’t retrieve the second that works
I installed dnSpy but it also didn’t extract _original.xaml i cannot share the dll unfortunately, is there anyway to convert the “<?xml version="1.0" encoding="utf-8"?>” file to this?