-
|
Hello, should the fluentui-blazor v5 package work when used in a .NET MAUI Blazor hybrid app? If I try and update to the v5 package from v4 the library doesn't seem to initialise correctly. I was able to get it to work by tying into BeforeWebStart from the BeforeStart and AfterWebStarted from the AfterStarted as .NET MAUI's BlazorWebView only calls BeforeStart and AfterStarted but v5 of the library only seems to use BeforeWebStart and AfterWebStarted. Am I doing something incorrect or is support for .NET MAUI not yet completed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, Yes, we support MAUI with v5 but hooking it up is indeed different. See #4948 (comment) and other comments on that thread to get it set up. Alternatively, start a new project with the latest (just) released RC4 templates package |
Beta Was this translation helpful? Give feedback.
Hi,
Yes, we support MAUI with v5 but hooking it up is indeed different. See #4948 (comment) and other comments on that thread to get it set up.
Alternatively, start a new project with the latest (just) released RC4 templates package