Open jessehouwing opened 4 years ago
Related to https://github.com/dotnet/runtime/issues/27931?
Installing System.Numerics.Vectors 4.5.0 prior to installing the analyzer solves the issue.
None of the recommended steps above appear to resolve this issue..
Attempting to gather dependency information for package 'wc-domain.1.8.2' with respect to project 'PROJECT', targeting '.NETFramework,Version=v4.7.2'
Gathering dependency information took 1.76 sec
Attempting to resolve dependencies for package 'wc-domain.1.8.2' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'wc-domain.1.8.2'
Resolved actions to install package 'wc-domain.1.8.2'
Package 'Microsoft.Extensions.DependencyInjection.Abstractions.5.0.0' already exists in folder 'Z:\Projects\XXXXX\XXXXXX\packages'
This reference cannot be removed from the project because it is always referenced by the compiler.
Added package 'Microsoft.Extensions.DependencyInjection.Abstractions.5.0.0' to 'packages.config'
Successfully installed 'Microsoft.Extensions.DependencyInjection.Abstractions 5.0.0' to PROJECT
Package 'Microsoft.Extensions.Logging.Abstractions.5.0.0' already exists in folder 'Z:\Projects\XXXXXX\XXXXXX\packages'
This reference cannot be removed from the project because it is always referenced by the compiler.
Added package 'Microsoft.Extensions.Logging.Abstractions.5.0.0' to 'packages.config'
Successfully installed 'Microsoft.Extensions.Logging.Abstractions 5.0.0' to PROJECT
Package 'Newtonsoft.Json.12.0.3' already exists in folder 'Z:\Projects\XXXXXX\XXXXXX\packages'
This reference cannot be removed from the project because it is always referenced by the compiler.
Added package 'Newtonsoft.Json.12.0.3' to 'packages.config'
Successfully installed 'Newtonsoft.Json 12.0.3' to PROJECT
Package 'System.Buffers.4.5.1' already exists in folder 'Z:\Projects\XXXXXX\XXXXXX\packages'
This reference cannot be removed from the project because it is always referenced by the compiler.
Added package 'System.Buffers.4.5.1' to 'packages.config'
Successfully installed 'System.Buffers 4.5.1' to PROJECT
Package 'System.Numerics.Vectors.4.5.0' already exists in folder 'Z:\Projects\XXXXXX\XXXXXX\packages'
This reference cannot be removed from the project because it is always referenced by the compiler.
Install failed. Rolling back...
Package 'System.Numerics.Vectors.4.5.0' does not exist in project 'PROJECT'
Removed package 'System.Buffers.4.5.1' from 'packages.config'
This reference cannot be removed from the project because it is always referenced by the compiler.
Removed package 'Newtonsoft.Json.12.0.3' from 'packages.config'
This reference cannot be removed from the project because it is always referenced by the compiler.
Removed package 'Microsoft.Extensions.Logging.Abstractions.5.0.0' from 'packages.config'
This reference cannot be removed from the project because it is always referenced by the compiler.
Removed package 'Microsoft.Extensions.DependencyInjection.Abstractions.5.0.0' from 'packages.config'
This reference cannot be removed from the project because it is always referenced by the compiler.
Executing nuget actions took 2.3 sec
Failed to add reference. The package 'System.Numerics.Vectors' tried to add a framework reference to 'System.Numerics' which was not found in the GAC. This is possibly a bug in the package. Please contact the package owners for assistance.
Reference unavailable.
Time Elapsed: 00:00:04.1770244
========== Finished ==========
Installation as nuget fails in Visual Studio 2019 16.7.0-pre2.0
It seems specific to this project: