You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the following services: IToastService, IMesssageService, IDialogService without having to have a reference to the full Microsoft.FluentUI.AspNetCore.Components package, instead I would like to use something like Microsoft.FluentUI.AspNetCore.Components.Abstractions.
This would allows me to e.g. inject these services view models that are not in the same project as my Blazor UI code.
💁 Possible Solution
Microsoft.FluentUI.AspNetCore.Components package is separated into
If doing MVVM together with fluent-ui blazor, the simplest workaround is to put all view models inside razor.class lib or wherever the UI blazor components exists, however idealy I would prefer a finer level on granularity and separation between my view models and UI code.
The text was updated successfully, but these errors were encountered:
This is indeed an improvement that could be useful in certain cases, like the one you're presenting.
It's not currently planned, but we can analyze it and put it in the backlog of a future major release.
🙋 Feature Request
I would like to use the following services: IToastService, IMesssageService, IDialogService without having to have a reference to the full Microsoft.FluentUI.AspNetCore.Components package, instead I would like to use something like Microsoft.FluentUI.AspNetCore.Components.Abstractions.
This would allows me to e.g. inject these services view models that are not in the same project as my Blazor UI code.
💁 Possible Solution
Microsoft.FluentUI.AspNetCore.Components package is separated into
🔦 Context
If doing MVVM together with fluent-ui blazor, the simplest workaround is to put all view models inside razor.class lib or wherever the UI blazor components exists, however idealy I would prefer a finer level on granularity and separation between my view models and UI code.
The text was updated successfully, but these errors were encountered: