We were using DataObjectFactory.LoadDataWindow(null) in the startup class of our xUnit project for our API. I've discovered that our unit tests referencing datawindows are no longer working with an error message stating that the metadata for the datawindow could not be found. This has happened since migrating to SnapDevelop 2.0 so I'm guessing it is still looking for the datawindow srd files (which no longer exist).
Has this method been deprecated and if so, what is the suggested fix?
Thanks, Tom