Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

VSCode installation? #346

Closed
ebraminio opened this issue Jan 21, 2019 · 5 comments
Closed

VSCode installation? #346

ebraminio opened this issue Jan 21, 2019 · 5 comments

Comments

@ebraminio
Copy link

ebraminio commented Jan 21, 2019

Hey there. Not sure where to ask but somehow found that similar to #335 so, I have no issue on dotnet restore and dotnet run my new project but VSCode fails like this,

[Error - 11:09:11 PM] MSBuild error in /opt/dotnet/sdk/2.2.100/NuGet.targets(123,7): The "RestoreForceEvaluate" parameter is not supported by the "RestoreTask" task. Verify the parameter exists on the task, and it is a settable public instance property.
[Error - 11:09:11 PM] MSBuild error in /opt/dotnet/sdk/2.2.100/NuGet.targets(114,5): The "RestoreTask" task could not be initialized with its input parameters. 
[Error - 11:09:11 PM] Failed to restore project '.../Bell/Bell.csproj'.
[Error - 11:09:11 PM] MSBuild error in /opt/dotnet/sdk/2.2.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(208,5): The "ResolvePackageAssets" task failed unexpectedly.
System.IO.FileLoadException: Could not load file or assembly 'NuGet.Frameworks, Version=4.9.0.6, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find or load a specific file. (Exception from HRESULT: 0x80131621)
File name: 'NuGet.Frameworks, Version=4.9.0.6, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
   at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheWriter..ctor(ResolvePackageAssets task, Stream stream)
   at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader.CreateReaderFromMemory(ResolvePackageAssets task, Byte[] settingsHash)
   at Microsoft.NET.Build.Tasks.ResolvePackageAssets.CacheReader..ctor(ResolvePackageAssets task)
   at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ReadItemGroups()
   at Microsoft.NET.Build.Tasks.ResolvePackageAssets.ExecuteCore()
   at Microsoft.NET.Build.Tasks.TaskBase.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)

Any pointer?

@lwoodyiii
Copy link
Contributor

I've had better luck asking on Stack Overflow with the Q# tag:
https://stackoverflow.com/questions/tagged/q%23

@ebraminio
Copy link
Author

Asked on https://stackoverflow.com/q/54334108

@tcNickolas
Copy link
Collaborator

This should have been fixed in release 0.4 - can you please try to update and let us know whether the issue persists?

@ebraminio
Copy link
Author

Works fine apparently but I was expecting an auto-completion also, not implemented right? Closing this, thank you!

@tcNickolas
Copy link
Collaborator

No, there is no autocomplete for now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants