Suchiman / BlazorDualMode

Demo on how to run dynamically in client or server side mode
MIT License
145 stars 24 forks source link

feat: Updated to preview 9 #5

Closed pivendren closed 4 years ago

pivendren commented 4 years ago

Updated to preview 9. Changes made based on announcement blog: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/

zbecknell commented 4 years ago

When attempting to use server mode, this is stuck at "Loading...".

Suchiman commented 4 years ago

Yeah this is happening because it appears that preview 9 now requires a razor page to be used for kicking off server side blazor.

acotterell1973 commented 4 years ago

should have looked at this first... ran into the same problem.

acotterell1973 commented 4 years ago

@zbecknell ... where you able to figure this out?

Suchiman commented 4 years ago

I have an idea (and some time about now), will figure this out