Closed itabaev closed 7 years ago
Unfortunately, I currently have no support for these attributes. PR is welcomed of course if you want and can fix it :)
Thanks for the PR! :) Can you try the dev package and confirm that it works as expected? https://www.myget.org/feed/az-github/package/nuget/ReactiveUI.Autofac
Works with reactiveui 6.5.2. Since version 7.0.0, the Contract property of the attribute has become internal :(
Shall I ask them about it, to consider opening it back?
If it's not hard for you. I will be grateful :)
@itabaev do you want me to publish a new release package or shall I wait to clarify the issue with RxUI 7 first?
I use RxUI 7 in my project. So we can wait. Thanks!
Views:
[ViewContract("Header")]
is not working. I have to register a view for the "Header" contract:How to automatically register a views with contracts?