-
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 6 RC2 #6795
Comments
Should this one point to RC2? |
Thanks for notifying @devlead. We have corrected https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/6.0/releases.json |
Snap is still broken on Fedora:
|
After upgrading from .Net 5 to .Net 6 RC2, Windows authentication no longer works. I also tried created new project from template (ASP.NET Core Web App) with Windows Authentication, this doesn't work when launched it shows “Hello, !”. When do the same with .Net 5 it starts with “Hello, MyDomain\Marcin!” |
Tagging @dleeapho for snap issue |
Could you please log this issue with whatever details you can provide on dotnet/runtime repo with the label: area-Snap? Any more repro information you can provide would be great. |
hello, I have installed Visual studio for mac 2022 Version 17.0 Preview (17.0 build 4172) and .NET 6.0 RC2. When I started Visual Studio 2022 preview I cannot create mac osx desktop application with MAUI. I have only cocoa mac application. Did i forget something in installation procedure? Details about version information: Mono Framework MDK Roslyn (Language Service) NuGet .NET SDK Runtime .NET Core .NET 5.0 SDK SDK .NET Core 3.1 Xamarin.Profiler Updater Apple Developer Tools Xamarin.Mac Xamarin.iOS Xamarin Designer Xamarin.Android Microsoft OpenJDK for Mobile Code EPL d'Android Designer disponible ici : Android SDK Manager Android Device Manager Build Information Operating System |
I think I've got my answer: Visual Studio 2022 for Mac is currently NOT compatible with .NET 6 RC2. We are in the process of resolving that. |
closing in favor of #6881 |
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:
Important thing note is that this issue impacted VS Hot Reload scenarios only. Users who experienced this issue should update to the latest VS.
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.
Update
During the hot reload compilation, tag helpers from references were not being resolved which resulted in component tags being treated as plain html. The fix for this issue has been made to the Razor Source Generator. As a result we have updated the .NET 6 RC2 SDK to 6.0.100-rc.2.21505.57.
The text was updated successfully, but these errors were encountered: