question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Keep running into version problems

See original GitHub issue

I added a new test project to my solution then I got:

/Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Detected package downgrade: Expecto from 7.0.0 to 5.1.2. Reference the package directly from the project to select a different version. [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto.FsCheck 7.0.0 -> Expecto (>= 7.0.0) [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto (>= 5.0.0) [/Users/hal/Development/GenFormService/GenFormService.sln] /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Detected package downgrade: Expecto from 7.0.0 to 5.1.2. Reference the package directly from the project to select a different version. /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto.FsCheck 7.0.0 -> Expecto (>= 7.0.0) /Users/hal/Development/GenFormService/tests/Informedica.GenUnits.Tests/Informedica.GenUnits.Tests.fsproj : warning NU1605: Informedica.GenUnits.Tests -> Expecto (>= 5.0.0) 2 Warning(s) 0 Error(s)

Cleaning the whole solution, deleting and reinstalling using paket nothing seems to help?? This is weird as I don’t understand why there is a downgrade of expecto?

This is the relevant paket.lock file part:

GENERATE-LOAD-SCRIPTS: ON
REDIRECTS: FORCE
STORAGE: NONE
RESTRICTION: || (== netcoreapp2.0) (== netstandard2.0)
NUGET
  remote: https://api.nuget.org/v3/index.json
    Argu (5.1)
      FSharp.Core (>= 4.3.2)
      System.Configuration.ConfigurationManager (>= 4.4)
    Expecto (7.0)
      Argu (>= 5.1)
      Mono.Cecil (>= 0.10.0-beta7)
      System.Diagnostics.FileVersionInfo (>= 4.3)
    Expecto.FsCheck (7.0)
      Expecto (>= 7.0)
      FsCheck (>= 2.10.4)
    FsCheck (2.10.8)
      FSharp.Core (>= 4.2.3)
      NETStandard.Library (>= 1.6.1)
      System.ValueTuple (>= 4.4)
    FSharp.Core (4.3.4)
    MathNet.Numerics (4.4)
    MathNet.Numerics.FSharp (4.4)
      FSharp.Core (>= 4.3.3)
      MathNet.Numerics (>= 4.4)
    Microsoft.NETCore.Platforms (2.0.1)
    Microsoft.NETCore.Targets (2.0)
    Mono.Cecil (0.10.0-beta7)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
MNiecommented, Mar 14, 2018

@halcwb Template relased sorry for inconvenience!

0reactions
halcwbcommented, Mar 14, 2018

No problems, thanks for the quick response!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Keep a programming language backwards compatible vs. ...
It sounds fine, but rarely works out in practice; people are extremely reluctant to change running code, and even for new, green-field ...
Read more >
Keep running into problems
OC version. Numerous PHP errors; no error logs posted. Lack of info. Submitted in Feedback section as an incident requests, no details provided....
Read more >
Version compatibility in .NET Framework
Learn about compatibility between versions of .NET Framework, including backward compatibility and side-by-side execution.
Read more >
What is Backward Compatible (Backward Compatibility)?
Backward compatibility is more easily accomplished if the previous versions have been designed to be forward compatible, or extensible, with built-in features ...
Read more >
Keep your device running smoothly with recommended ...
In current Windows 11 builds, we'll automatically fix certain critical problems on your Windows device to keep it running smoothly.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found