-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "CopyRuntimeDependencies" task could not be initialized with its input parameters #1756
Comments
can you please upload a zip with the code before step 3? |
and what's the concrete error? |
This should repro the issue: AnalyzerWithCodeFix-0.1.zip |
There were a bunch of errors after the conversion:
|
can you please upload state after step 3? |
closed after discussion on gitter |
forki
added a commit
that referenced
this issue
Jun 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Please provide a succinct description of your issue.
Repro steps
Expected behavior
Expected the test to build & pass after converting to paket.
Actual behavior
Build fails due to CopyRuntimeDependencies
This is what the element looks like after conversion:
<CopyRuntimeDependencies OutputPath="$(OutDir)" TargetFramework="$(TargetFrameworkIdentifier) - $(TargetFrameworkVersion)" ProjectsWithRuntimeLibs="System.Collections;System.Diagnostics.Contracts;System.Diagnostics.Debug;System.Globalization;System.IO;System.Private.Uri;System.Reflection;System.Reflection.Extensions;System.Reflection.Primitives;System.Reflection.TypeExtensions;System.Resources.ResourceManager;System.Runtime;System.Runtime.Extensions;System.Runtime.Handles;System.Runtime.InteropServices;System.Text.Encoding;System.Text.Encoding.Extensions;System.Threading;System.Threading.Tasks" />
Related information
The text was updated successfully, but these errors were encountered: