Today opened project to debug WPF project, found reporting error Program does not contain a static "Main" method suitable for an entry point
Through previously committed Git history found .scporj file has difference in definition of App.xaml with original project. After modifying node <Page> to <ApplicationDefinition> can rerun successfully

Image Description