Open
Description
Plugin version: 2022.12-beta
When testing a project which target framework (configured in .csproj) is not installed on machine (i. e. targeting .NET Framework, but building the project with .NET via back compatibility), tests are not generated.
Cause
targetFramework
argument which is passed to V# Renderer is determined by .csproj configuration
V# Renderer then calls
new nunit --force
with --framework {targetFramework}
, which fails if the framework is not installedMetadata
Metadata
Assignees
Type
Projects
Status
Todo