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

dotnet run has different behavior with .NET 9 SDK #40606

Closed
richlander opened this issue May 1, 2024 · 2 comments
Closed

dotnet run has different behavior with .NET 9 SDK #40606

richlander opened this issue May 1, 2024 · 2 comments
Labels
Area-CLI untriaged Request triage from a team member

Comments

@richlander
Copy link
Member

This seems like a regression that isn't desirable. That's a lot of console spew.

rich@Richs-MacBook-Air Solver % dotnet --version
8.0.204
rich@Richs-MacBook-Air Solver % dotnet run
Provide a puzzle or puzzle file as input.
rich@Richs-MacBook-Air Solver % dotnet run ../TestData/1.txt

Count: 10001; Solved: 9997
rich@Richs-MacBook-Air Solver % rm global.json 
rich@Richs-MacBook-Air Solver % dotnet --version
9.0.100-preview.3.24204.13
rich@Richs-MacBook-Air Solver % dotnet run
Restore complete (0.4s)
You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
  Solver succeeded (4.1s) → bin/Debug/net8.0/Solver.dll

Build succeeded in 4.9s
Provide a puzzle or puzzle file as input.
rich@Richs-MacBook-Air Solver % dotnet run ../TestData/1.txt
Restore complete (0.3s)
You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy
  Solver succeeded (0.2s) → bin/Debug/net8.0/Solver.dll

Build succeeded in 0.8s

Count: 10001; Solved: 9997
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged Request triage from a team member labels May 1, 2024
@baronfel
Copy link
Member

baronfel commented May 1, 2024

This should be fixed in preview4 via #40148, so I'm going to close this.

@baronfel baronfel closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
@richlander
Copy link
Member Author

I assumed I wasn't the only one to have seen this. Looking forward to P4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CLI untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants