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
On my computer, I was able until last week to compile FsAutoComplete but since I tried to build it for checking ionide/ionide-vscode-fsharp#1184 I can't build it anymore...
I get this error:
/usr/local/share/dotnet/sdk/2.1.500/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(212,5): error MSB4062: Impossible de charger la tâche "CheckForImplicitPackageReferenceOverrides" à partir de l'assembly /usr/local/share/dotnet/sdk/2.1.500/Sdks/Microsoft.NET.Sdk/targets/../tools/netcoreapp2.0/Microsoft.NET.Build.Tasks.dll. Assembly with same name is already loaded Assurez-vous que la déclaration <UsingTask> est correcte, que l'assembly et toutes ses dépendances sont disponibles et que la tâche contient une classe publique qui implémente Microsoft.Build.Framework.ITask. [/Users/maximemangel/Workspaces/Github/fsharp/FsAutoComplete/test/FsAutoComplete.Tests/FsAutoComplete.Tests.fsproj]/usr/local/share/dotnet/sdk/2.1.500/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(212,5): error MSB4062: Impossible de charger la tâche "CheckForImplicitPackageReferenceOverrides" à partir de l'assembly /usr/local/share/dotnet/sdk/2.1.500/Sdks/Microsoft.NET.Sdk/targets/../tools/netcoreapp2.0/Microsoft.NET.Build.Tasks.dll. Assembly with same name is already loaded Assurez-vous que la déclaration <UsingTask> est correcte, que l'assembly et toutes ses dépendances sont disponibles et que la tâche contient une classe publique qui implémente Microsoft.Build.Framework.ITask. [/Users/maximemangel/Workspaces/Github/fsharp/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj]0 Avertissement(s)
Below a google translate traduction of the error:
Unable to load the "CheckForImplicitPackageReferenceOverrides" task from the /usr/local/share/dotnet/sdk/2.1.500/Sdks/Microsoft.NET.Sdk/targets/../tools/netcoreapp2.0/Microsoft assembly. NET.Build.Tasks.dll. The <UsingTask> declaration is correct, the assembly and all its dependencies are available, and the task contains a public class that implements Microsoft.Build.Framework.ITask
I tried to remove all the SDKs from my machine and install a fresh install of 2.1.500 but the error was still there.
After that I tried the latest version LTS 2.1.508 and it's working. Would you be ok to upgrade to latest LTS version?
The text was updated successfully, but these errors were encountered:
On my computer, I was able until last week to compile FsAutoComplete but since I tried to build it for checking ionide/ionide-vscode-fsharp#1184 I can't build it anymore...
I get this error:
Below a google translate traduction of the error:
I tried to remove all the SDKs from my machine and install a fresh install of 2.1.500 but the error was still there.
After that I tried the latest version LTS
2.1.508
and it's working. Would you be ok to upgrade to latest LTS version?The text was updated successfully, but these errors were encountered: