Can i scan XAML file for validation Error without opening in Uipath?

Installer(.exe or .msi):

License type(Free, Trial/License code):

Studio/Robot version:

Current behavior:

Screenshot:

@anair25 i’m not sure is that possible but i can suggest you something like a windows application, you can (i) check xml validations like proper enclosing of tags and parent /child
enclosing , (ii) you need to have dictionary<(string type)activity,(string type) activityxmlstructure> of available activities,then you can loop through entire structure and perform method to check for mandatory attribute and its types validation on each block you come across
(iii) All together will help you out in only design time issue , but you need to think how to address “RunTime Errors”

Just contributing my 5 cents,

Thanks Velanchandru