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 Preview 6 #6467

Closed
rbhanda opened this issue Jul 14, 2021 · 4 comments
Closed

.NET 6 Preview 6 #6467

rbhanda opened this issue Jul 14, 2021 · 4 comments

Comments

@rbhanda
Copy link
Contributor

rbhanda commented Jul 14, 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:

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.

@rbhanda rbhanda pinned this issue Jul 14, 2021
@rbhanda rbhanda mentioned this issue Jul 14, 2021
1 task
@teromatos
Copy link

In the .NET 6.0.0 Preview 6 page, under Visual Studio Compatibility is states "You need Visual Studio 2019 version 17.0 or later to use .NET 6.0 on Windows.". Is this correct, Visual Studio 2019? I was under impression that version 17.0 is Visual Studio 2022.

@rbhanda
Copy link
Contributor Author

rbhanda commented Jul 16, 2021

Thanks @teromatos #6476 is created to fix this

@smj0x
Copy link

smj0x commented Aug 8, 2021

faced same issue while updating the dotnet 6 preview 4 to preview 6.

i fixed by creating new blazor webassembly project using preview 6. and then replaced App.razor file

<Router AppAssembly="@typeof(Program).Assembly"> <Found Context="routeData"> <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" /> <FocusOnNavigate RouteData="@routeData" Selector="h1" /> </Found> <NotFound> <LayoutView Layout="@typeof(MainLayout)"> <p role="alert">Sorry, there's nothing at this address.</p> </LayoutView> </NotFound> </Router>

this was the change i noticed
PreferExactMatches="@true"

also removed below refrence from .csproj file
<PackageReference Include="System.Net.Http.Json" Version="6.0.0-preview.6.21352.12" />
more testing is required on different machines, but works on mine after applying above changes.

@rbhanda rbhanda unpinned this issue Aug 10, 2021
@rbhanda
Copy link
Contributor Author

rbhanda commented Aug 10, 2021

closing in favor of #6554

@rbhanda rbhanda closed this as completed Aug 10, 2021
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

3 participants