-
Notifications
You must be signed in to change notification settings - Fork 476
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
Method not found Exception when Microsoft.FluentUI.AspNetCore.Components 4.0.0 is referenced #948
Comments
This is a bug as the version you use shouldn't affect the dashboard. This is currently an issue with how we use project references. |
I just got this error while I was trying to convert some of my demo projects to FluentUI. |
I can confirm this workaround work for me! Googling this issue only resulted in two answers, and this issue was not one of them. It should be! Thanks @ProH4Ck. |
This will be fixed when decoupling the dashboard is completed. |
This should be fixed because the dashboard is decoupled. Comment if this is still a problem and we'll reopen and take another look. |
Problem description
When a project referenced by
AppHost
referencesMicrosoft.FluentUI.AspNetCore.Components
version 4.0.0 startup breaks with the following exception:Method not found: 'Void Microsoft.FluentUI.AspNetCore.Components.LibraryConfiguration.set_HostingModel(Microsoft.FluentUI.AspNetCore.Components.BlazorHostingModel)'.
Repro steps
Web
project a reference toMicrosoft.FluentUI.AspNetCore.Components
v. 4.0.0The text was updated successfully, but these errors were encountered: