machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Rider v 2021.3.1 Plugin not working #457

Closed derekgreer closed 2 years ago

derekgreer commented 2 years ago

I'm just trying out this plugin for the first time and it doesn't appear to work. Is the latest version of the plugin expected to work with Rider 2021.3.1?

Note: I have the following references defined for the project:

    <ItemGroup>
        <PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.10.2"/>
        <PackageReference Include="Machine.Specifications.Should" Version="1.0.0"/>
        <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0"/>
    </ItemGroup>
derekgreer commented 2 years ago

I just changed the project to netcore3.1 from net6. Is this the issue?

derekgreer commented 2 years ago

Tested a second net6 project and that one worked, so it appears I was running into some other issue.