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
Is it possible to use SplatRegistrations like this?
It says:
ViewModelLocator.cs(64, 9): [SPLATDI001] TConcrete has more than one constructor and one hasn't been marked with DependencyInjectionConstructorAttribute
Hi, 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.
The text was updated successfully, but these errors were encountered: