You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Reference includes are not currently supported (I have a PR open to add support #2508). They should still work as long as you don't return a type from the assembly.
You can try with the latest nightly version for both copy files to output and reference include.
assemblies added on main project file like
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)
The text was updated successfully, but these errors were encountered: