Replies: 2 comments 11 replies
-
|
Hi, Yes, input is greatly appreciated. Please share your findings. |
Beta Was this translation helpful? Give feedback.
-
|
The attached document provides a complete description of my environment and what I did to create a test project with the v5 RC. But I continued....
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm a retired dev. Mostly MS stack. I used Blazor WASM to build a hobby site 3+ years ago. It was a 2 day effort based on a CodeSpace project. Used a little Bootstrap. No complex components. It's been idling, still working, but it was always just a quick hack. I decided last week to level it up.
After much research and a little testing with other UI kits, I want to move to FluentUI. I did a basic test site locally using release 4.14. Then I upgraded the test site to the RC after installing with this command:
dotnet add package Microsoft.FluentUI.AspNetCore.Components --version 5.0.0-rc.1-26048.1
I spent a day working through a bunch of breaking changes. But at the end I was frustrated to find that the site would not run in debug mode on my local machine. Dead end. That was a week ago and I've now got a new test site running on the current version and I'm publishing it to GitHub Pages without issue.
But I thought if I did another migration I'd spend more time documenting my steps and hopefully get to a functioning local build. If this would be helpful, reply to this message and I'll get back to you with the documentation of my experience in what I think is a typical Dev environment.
Beta Was this translation helpful? Give feedback.
All reactions