You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
I could already fix the Jetbrains references and the two errors in SilverlightMsTestMetadataExplorer.CreateMsTestElementFactory(). But now I got stuck with UnitTestRunExtensions.GetSequences(). This method is magically trying to resolve private "mySequences" field on UnitTestRun instance through reflection. This field now does not exist anymore. I am not quiet sure if such approach really is what Jetbrains intended to do. ;-)
I also tried to replace this reflection part with using original Resharper API use. For instance: