Skip to content

BenchmarkDotNet does not copy needed assemblies to the run folder (again?) #2555

Closed as not planned
@UbitUmarov

Description

@UbitUmarov

assemblies added on main project file like

 <ItemGroup>
   <Reference Include="OpenMetaverse">
     <HintPath>D:\opensimWork\libomv60\bin\OpenMetaverse.dll</HintPath>
   </Reference>
</ItemGroup>

do get copied to normal output folder, but then do not get copied to the temporary execution folder (with uuid name).
the form
<none... to copy files to outputs, referred here on older similar issues (#946 for example) also does not work

this was working a few weeks(months?) ago, can't tell if dotnet or BenchmarkDotnet change, but clear the temporary project file does need some fix to make sure this does work again (?)

( using last version of vs2022 on win11, and fails with dotnet6 7 8 or 9preview selected)

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