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
Blazor WASM Hosted app fails to run when Nuget Packages upgraded to 8.0.0-preview-4.23260.4 #86364
Comments
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionCreating a new Blazor WASM Hosted app in version 8.0.0-preview-3.23177.8 works ok Console error: Reason: TypeError: r.withStartupOptions is not a function Reproduction StepsOpen Microsoft Visual Studio Community 2022 (64-bit) - Preview : Version 17.7.0 Preview 1.0 Expected behaviorApplication should run as for previous version Actual behaviorApplication fails at loading state Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
|
Maybe clean and rebuild, clean browser cache ? |
|
@GraemeWellington Are you just upgrading the nuget references without installing the .NET 8 Preview 4 SDK? |
|
Hi Aleksey
In my haste I neglected to install the .Net 8 Preview 4 SDK.
This now installed and problem solved.
Thank for your assistance.
***@***.***
From: Aleksey Kliger (λgeek) ***@***.***>
Sent: Thursday, May 18, 2023 12:47 AM
To: dotnet/runtime ***@***.***>
Cc: Graeme Wellington ***@***.***>; Mention ***@***.***>
Subject: Re: [dotnet/runtime] Blazor WASM Hosted app fails to run when Nuget Packages upgraded to 8.0.0-preview-4.23260.4 (Issue #86364)
@GraemeWellington<https://github.com/GraemeWellington> Are you just upgrading the nuget references without installing the .NET 8 Preview 4 SDK?
—
Reply to this email directly, view it on GitHub<#86364 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKB7LD6EZUDNLJQRXZBGCLTXGTTVTANCNFSM6AAAAAAYEMCWZA>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Description
Creating a new Blazor WASM Hosted app in version
8.0.0-preview-3.23177.8works okUpgrading the Nuget Packages for Server/Client to version
8.0.0-preview-4.23260.4fails to runReproduction Steps
Open Microsoft Visual Studio Community 2022 (64-bit) - Preview : Version 17.7.0 Preview 1.0
Create new project
Blazor WASM Hosted - this creates a project with .Net8 version:
8.0.0-preview-3.23177.8Run the application - works ok
Upgrade Nuget Packages for Server / Client to 8.0.0-preview-4.23260.4
Run the application - fails to run {stops loading)
Expected behavior
Application should run as for previous version
Actual behavior
Application fails at loading state
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: