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
@Pinox Sorry for the late reply as I was not watching the issues for this Microsoft repo.
The IFilesService interface allows us to abstract the implementation to any implementation. The sample project supports more than one platform as each has a different method of accessing the files.
For your own implementation, there is nothing stopping you from making a bound reference to your implementation in that manny but then you lose the flexibility if you decide to support more than one implementation in the future.
I have ported the Xamarin project to a Blazor project with minimal changes. Project can be found here: gragra33 / MvvmSampleBlazor
The text was updated successfully, but these errors were encountered: