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.

Latest alpha 042 doesn't seem to recognise net5.0

See original GitHub issue

Description

6.0.0-alpha042 doesn’t recognise net5.0 specification.

$  dotnet paket --version
Paket version 6.0.0-alpha042


$  dotnet --info
.NET SDK (reflecting any global.json):
 Version:   5.0.100-rc.1.20452.10
 Commit:    473d1b592e

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  20.04
 OS Platform: Linux
 RID:         ubuntu.20.04-x64
 Base Path:   /snap/dotnet-sdk/100/sdk/5.0.100-rc.1.20452.10/

Host (useful for support):
  Version: 5.0.0-rc.1.20451.14
  Commit:  38017c3935

.NET SDKs installed:
  5.0.100-rc.1.20452.10 [/snap/dotnet-sdk/100/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 5.0.0-rc.1.20451.17 [/snap/dotnet-sdk/100/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 5.0.0-rc.1.20451.14 [/snap/dotnet-sdk/100/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download

Repro steps

Please provide the steps required to reproduce the problem

  1. Step A

$  head paket.*
==> paket.dependencies <==
source https://api.nuget.org/v3/index.json
framework: net5.0
storage: none

nuget Fable.Remoting.Giraffe
nuget Saturn
nuget Expecto

nuget Fable.Core
nuget Fable.Elmish

==> paket.lock <==
STORAGE: NONE
RESTRICTION: == net5.0
NUGET
  remote: https://api.nuget.org/v3/index.json
    Expecto (9.0.2)
      FSharp.Core (>= 4.6)
      Mono.Cecil (>= 0.11.2)
    Fable.Browser.Blob (1.1)
      Fable.Core (>= 3.0)
      FSharp.Core (>= 4.6.2)

  1. Step B

$ dotnet fake build --target run

Expected behavior

net5.0 specification recognised successfully, as per release notes

Actual behavior


$  dotnet fake build --target run
Performance:
 - Cli parsing: 237 milliseconds
 - Packages: 67 milliseconds
 - Script analyzing: 171 milliseconds
 - Runtime: 574 milliseconds
There was a problem while setting up the environment:
-> Error in paket.dependencies line 2
     Could not parse framework 'net5.0'. Try to update or install again or report a paket bug.
Hint: If you just upgraded the fake-runner you can try to remove the .fake directory and try again.

Known workarounds

None that I know of

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Oct 26, 2020

I’m saying latest versions of paket 5 and 6 should understand ‘net5.0’

0reactions
adamjones1commented, Oct 26, 2020

Thanks, tried them out and confirmed it works for me now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error CS0234: The type or namespace name 'AspNetCore ...
This fixed my issue. I created the project with dotnet new web , perhaps should have used dotnet new webapp to add this...
Read more >
Introducing the .NET Upgrade Assistant Preview
Introducing .NET Upgrade Assistant to help you move your .NET Framework-based applications to .NET 5 at your own pace with confidence.
Read more >
Visual Studio 2019 unable to locate .Net Core SDK
Step 1) First run dotnet --list-sdks from the command line (as in Grzegorz Smulko's answer). Take note of the greatest version number.
Read more >
Net 5 support
It's not an either/or. .NET Core does not fix some fundamental issues with Unity, hence why DOTS is prioritised. They'll get there eventually....
Read more >
Getting into source generators in .Net : r/csharp
While really cool, I've been playing around with source generators for a couple of days, and the experience has been rather buggy.
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