-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET 7.0 GA #7939
Comments
Hello, I am running into an issue where after updating to .NET 7, my coverlet output path is being ignored dotnet test command I am using: After updating projects from .NET 6 to .NET 7, the coverage output paths change to the following: Old: '/home/vsts/work/_temp/coverage/coverage.json' This is causing our azure pipeline builds to fail sonar test coverage tollgate because coverage files are not where they are expected to be. Is there something I'm missing here? |
@marcpopMSFT - any ideas for @mfisher214 above? |
How to install on Ubuntu 22.10? |
@mfisher214's problem looks like coverlet-coverage/coverlet#1391 / microsoft/vstest#4014 |
@baronfel as I believe 4014 is fixed by dotnet/sdk#27961 which will release in 7.0.101 |
Good morning, Has a diff been published between .Net 6 and 7? Thanks for a really good release. Sean. |
Any ETA for the Linux packages? |
What is the best way to install it on ubuntu 22.04 x64 and arm64? dotnet-install.sh or something else? |
Any update on when will the updates (.NET 6.0.11 and .NET 7.0.X) be available on Ubuntu 22.04 LTS package feed? |
@rbhanda for any updates. |
Ok, it's here. But not on ubuntu package. But I thought it will be in default ubuntu feed. But still, it's doesn't work for ARM version, this is raspbery pi 4 with Ubuntu Server 22.04 and it's not here. You need to install it manual. |
Where is the API diff between 6.0 and 7.0? I can't seem to find it. |
Closing in favor of #8037 |
Release Notes
7.0.0
Status
(Linux)
(Windows)
Please report any issues you find with .NET 7.0, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
* Linux packages are delayed in publishing for 7.0The text was updated successfully, but these errors were encountered: