Skip to content

Doesn't seem to work on when targeting .net framework #35

@Awsmolak

Description

@Awsmolak

IAssemblyFixture is not working if my test project targets .net framework. (using 4.8 in this case)
The exception raised in test runner:
"The following constructor parameters did not have matching fixture data: MyAssemblyFixture fixture"

I can provide a minimal reproducible example if necessary, but this can be easily repro'd in the current commit by changing this line in AssemblyFixture.Tests.csproj to:
<TargetFramework>net48</TargetFramework>

Rebuild the project and none of the tests will run.

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions