nunit-console icon indicating copy to clipboard operation
nunit-console copied to clipboard

Installing the nunit.engine adds nunit.engine.nuget.addins to the csproj

Open ChrisMaddock opened this issue 5 years ago • 3 comments

image

This isn't intentional. This addins file is just linked to the file in the package itself, which means any edits would be lost on package restore. We probably need to fix this for 3.11.

ChrisMaddock avatar Jan 04 '20 13:01 ChrisMaddock

May just be a doc fix. Users should not edit our addins files but should simply add their own in addition.

CharliePoole avatar Jan 04 '20 13:01 CharliePoole

@jnm2 - I think this has happened with the change to contentFiles. Any idea's how we might prevent this? I've had a dig, but not much luck. 😢

I think we really just want this file to be copied over to bin like the agents - but not be shown as part of the VS project. This is using PackageReference, btw.

ChrisMaddock avatar Jan 04 '20 18:01 ChrisMaddock

This was once confirmed but we need to re-confirm using the latest release.

CharliePoole avatar Feb 03 '22 18:02 CharliePoole