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

.NET 6 GA #6881

Closed
1 task
kalaskarsanket opened this issue Nov 8, 2021 · 8 comments
Closed
1 task

.NET 6 GA #6881

kalaskarsanket opened this issue Nov 8, 2021 · 8 comments

Comments

@kalaskarsanket
Copy link
Contributor

kalaskarsanket commented Nov 8, 2021

Release Notes

Please report any issues you find with .NET 6, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:


Status of availability of SDK on Microsoft's Linux feeds:

Distro 6.0.0
Ubuntu 16.04
Ubuntu 18.04
Ubuntu 20.04
Ubuntu 20.10
Ubuntu 21.04
Centos 7
Centos 8
Debian 9
Debian 10
Debian 11
Fedora 33
Fedora 34
OpenSUSE 15
SLES 12
SLES15

Note: This list refers to the Microsoft-provisioned feeds (packages.microsoft.com) and does not in any way represent direct availability in distros (eg RHEL, Fedora).

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.

  • Upgrade of Visual Studio or .NET SDK from earlier builds can result in a bad PATH configuration on Windows https://aka.ms/badpath
@rbhanda rbhanda mentioned this issue Nov 8, 2021
@rbhanda rbhanda pinned this issue Nov 8, 2021
@bbhxwl
Copy link

bbhxwl commented Nov 9, 2021

Vs2022 official version 17.0.0 asp.net core 6 MVC, unable to jump to the controller in the view

2019 right click the view to jump to the controller. In addition, when writing an HTML page, the keyword class = in 2022 will not automatically double quote. 2019 is OK.

@faust2199
Copy link

"dotnet" command hangs on my RHEL 7 x64 system. Even simple commands like "dotnet --version" or "dotnet --info" don't work.

Details:
dotnet-sdk: https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz
Installation method: manual extraction
Kernel: 3.10.0-1160.31.1.el7.x86_64
Distro: RHEL 7

I have verified my setup works on my other system (RHEL 8, kernel 4.18.0-305.19.1.el8_4.x86_64).

Please take a look.

@tmds
Copy link
Member

tmds commented Nov 16, 2021

@faust2199 I cannot reproduce it in a RHEL7 VM. Can you create an issue for it in the https://github.com/dotnet/runtime/ repo?

@ivanmonteiro
Copy link

ivanmonteiro commented Nov 18, 2021

I was getting a BSOD (blue screen of death) using the .Net SDK 6.0.100 with exception message "Kmode Exception Not Handled". The bsod screen mentioned the file aswbidsdriver.sys which is part of Avast Antivirus. This problem was NOT happening on previous releases (rc1, rc2) of .Net 6 SDK.

The solution was to whitelist the command dotnet and my project's folder at Avast's settings. Just posting it here in case it might help someone googling for this problem.

@kalaskarsanket kalaskarsanket unpinned this issue Dec 14, 2021
@kalaskarsanket
Copy link
Contributor Author

Closing in favor of #7036

@chatchathu199162
Copy link

after updating the Netcore 3.1 to Net 6.0 Entity framework codes are not working unless we update the version to 6.1.*

@bbhxwl
Copy link

bbhxwl commented Jan 22, 2022

after updating the Netcore 3.1 to Net 6.0 Entity framework codes are not working unless we update the version to 6.1.*

Are you talking about 6.0.1 or 6.1?

@KalleOlaviNiemitalo
Copy link

Is this Entity Framework incompatibility related to dotnet/efcore#24002?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants