Tomasz Cielecki

Results 59 issues of Tomasz Cielecki

We often get requests to improve the feature set of the IoC Provider we have in MvvmCross. In order to not reinvent the wheels every time, we should switch to...

I would love to do composition over inheritance for anything MVVM related, such that consumers of MvvmCross can choose to use their own implementation of INotifyPropertyChanged, use CommunityToolkit or perhaps...

The idea behind MvxNavigationService is great. However, the fact that we are using annotations, which create instances of ViewControllers/Fragments/Activities just to look up how to navigate is a huge downside....

The trend in the .NET ecosystem looks to be to implement Microsoft.Extensions.Hosting to build the Application, setup various services, setup fonts (MAUI) and much more. We should look into replacing...

## ๐Ÿ“ƒ Documentation Please add your documentation issues upgrading to MvvmCross 8, here in this thread. This way we can keep track of everything needed and add it to the...

t/docs

### Steps to reproduce 1. Create and bind a MvxInteraction: ViewModel: ``` public class MyInteraction { public Action OnInteraction {get; set;} } private MvxInteraction _myInteraction = new MvxInteraction(); public IMvxInteraction...

t/bug
p/ios

## ๐Ÿ”™ Regression As described in #4201 there is a regression in how the presenter behaves when no presentation attribute is added on a view. ### Old (and correct) behavior...

t/bug
p/wpf

People have been telling us that the documentation is not up to date or lacking. I would like to track enhancements and improvements in this issue. Here is a list...

t/docs

## ๐Ÿ”™ Regression Looks like the Enabled state on the bound buttons when using MethodBindings is false in the QuickLayout.Touch sample in FluentLayout. See https://github.com/FluentLayout/Cirrious.FluentLayout/issues/60 ### Old (and correct) behavior...

t/bug
p/ios
p/plugins

## ๐Ÿ› Bug Report If you keep navigating forwards in a UWP app, old ViewModel instances are kept alive, because the ViewModel cache, never gets any instructions on clearing instances....

t/bug
p/uwp