Can't install from nuget
See original GitHub issueI’m using Visual Studio Community edition and I’m creating a simple F# Console appl. When I try to install Expecto from NuGet Package Manager, it fails with
Attempting to gather dependency information for package 'Expecto.5.0.0' with respect to project 'IllegalDataUnrepresentable', targeting '.NETFramework,Version=v4.0' Gathering dependency information took 1,69 sec Attempting to resolve dependencies for package 'Expecto.5.0.0' with DependencyBehavior 'Lowest' Unable to find a version of 'Mono.Cecil' that is compatible with 'Expecto 5.0.0 constraint: Mono.Cecil (>= 0.10.0-beta5)'. ========== Finished ========== Time Elapsed: 00:00:01.8725801
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Can't Install Nuget Package
First, you have to make sure the version of NuGet Package Manager for Visual Studio 2013 is the latest version 2.12.0.817, not the...
Read more >Unable to install NuGet provider for PowerShell
Run PowerShell as administrator. Run the command Install-Module PowershellGet -Force. When asked to install NuGet provider, press Y and follow ...
Read more >When PowerShellGet v1 fails to install the NuGet Provider
The underlying issue here is that the remote endpoint used to bootstrap the provider requires TLS 1.2 and the client may not have...
Read more >Can't install any nuget package in VS 2019 v16.6.0
workaround 1: My workaround is to manually type "install-package packageName" in the package manager console within Visual Studio. workaround 2: ...
Read more >Resolved - Can't install nuget packages. Button grayed out.
The error i get when I am trying to install packages through PK is: NuGet\Install-Package : Project 'Default' is not found. ... I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@MNie Thank you!!!
I’m still getting an exception (H
RESULT: 0x80004005 (E_FAIL)
), but I hope it’s fine anyway.@giuliohome You’re welcome 😃