Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dotnet 8 #4948

Open
chenrui333 opened this issue Jan 7, 2024 · 2 comments
Open

Support dotnet 8 #4948

chenrui333 opened this issue Jan 7, 2024 · 2 comments
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests

Comments

@chenrui333
Copy link

chenrui333 commented Jan 7, 2024

On 14 Nov 2023, dotnet 8 went to the LTS status, it would be good to have it supported.

Trying to build against dotnet 8.0.0 with dafny 4.4.0, ran into some build failure as below:

/private/tmp/dafny-20240107-24453-99harp/dafny-4.4.0/Source/DafnyCore/DafnyCore.csproj(6,5): error MSB3073: The command "dotnet tool run coco "/private/tmp/dafny-20240107-24453-99harp/dafny-4.4.0/Source/DafnyCore/Dafny.atg" -namespace Microsoft.Dafny -frames "/private/tmp/dafny-20240107-24453-99harp/dafny-4.4.0/Source/DafnyCore/Coco"" exited with code 150.
    0 Warning(s)
    1 Error(s)
@keyboardDrummer keyboardDrummer added the kind: language development speed Slows down development of Dafny the language, flaky tests label Apr 23, 2024
@atomb
Copy link
Member

atomb commented Apr 23, 2024

PR #5322 changes the build to use .NET 8. There are a couple of tests to fix before merging it, but I think those can be fixed pretty quickly.

@GGG-KILLER
Copy link

GGG-KILLER commented Dec 18, 2024

We've hit this issue while removing .NET 6 and 7 from nixpkgs as .NET 6 has hit EOL: NixOS/nixpkgs#326335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests
Projects
None yet
Development

No branches or pull requests

4 participants