Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Support for ReSharper 8.1 #9

@mhoyer

Description

@mhoyer

Are there any plans on also supporting R# 8.1?

I already tried to migrate AgUnit on my own, but didn't get to any result yet:

mhoyer@a92d0d3

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:

IUnitTestRun.Elements
IUnitTestRun.GetTasks()
UnitTestRun.GetElement()

As I don't know what and how all the wires are connected, I'd like to have some advise on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions