Open mysteryx93 opened 2 years ago
Even this is not currently working. That's a big problem.
SplatRegistrations.Register<IAppUpdateService, AppUpdateService<TSettings>>();
Be likely a change needed in the Roslyn scanning.
I'm not going to get to making this change for a little while if you get on slack at some point I could help you with the code to provide a PR.
Even this is not currently working. That's a big problem.
Hi, how do You think, is this behavior could be related: https://github.com/reactiveui/ReactiveUI/discussions/3440 ?
GitHubHi, I'm writing Avalonia desktop app and I have VM that looks like: public class SampleViewModel<T> : ReactiveObject, IRoutableViewModel, ISampleViewModel {...} interface ISampleViewModel...
Is it possible to use SplatRegistrations like this?
It says:
If not; it could be a neat feature to add.