-
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 RC1 #6688
Comments
I think they renamed <ItemGroup>
<Using Remove="System.Net.Http" />
</ItemGroup> |
Although it is not directly related to core, I could not find the Feedback destination, so I will write it here. I noticed when I downloaded rc.1, is the |
@yamachu Thanks for letting us know, we are working on the date issue and should be corrected soon. |
Hi there! Not sure exactly where to post this, as it's more related to Azure App Service than .NET 6 specifically, but could anyone provide some information/timelines on when the .NET 6 RC1 runtime might be rolled out to App Service? It seems like the App Service instances are still on Preview 7 at the moment, at least in the North Europe region. Thanks very much! |
Installing RC 1 removes Preview 7 from the installed programs list, but not the actual files. When I installed Preview 7 again, it completed very quickly, indicating that nothing was done. When I tried to remove it manually, it completed very quickly again, and the files remained. |
We've ran into a similar problem as the one described here: dotnet/msbuild#6389
Although https://github/dotnet/msbuild/issues is not in your list above, I am wondering if these are related. Does it need a separate fix in any of the other repos, or do we just have to be patient and wait for a future |
The snap version which is recommended to be used on Linux for preview/rc is still broken for this version. |
Hi, Also, I can't get a two project setup to work (console-project that depends on a lib-project), when one or both is targeting macos. A sample solution for this would be appreciated :) Please see error below. Projects:
Error: |
closing in favor of #6795 |
Did you solve that "Empty ResolveFrameworkReference.RuntimePackPath" problem? I'm facing the same issue with MAUI and "net7.0-ios" target framework |
Hi guys, I've got same issue with MAUI and xUnit project on MacOS. and I've fix this problem and hope this link help. https://cedricgabrang.medium.com/adding-xunit-test-to-your-net-maui-project-ee36c00a8542 |
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 RC1 SDK to 6.0.100-rc.1.21463.6.
The text was updated successfully, but these errors were encountered: