ErickWei
ErickWei
Hi @ForNeVeR Here you are.Thank you very much for your attention to this issue. [ClassLibrary1.zip](https://github.com/ForNeVeR/AvaloniaRider/files/15382874/ClassLibrary1.zip)
After i referenced this class libray project[usercontrol] to main project[Avalonia .Net App],problem solved. I think It seems that standalone class library projects cannot be rendered, probably because no avalonia themes...
I would like to have NavigationView custom icons support too.
@rmcsharry yes i did it like your reply,It worked fine in V1, but it won't work when I upgrade to V2-rc ```javascript import { invoke } from '@tauri-apps/api' invoke('plugin:custom|test_command') ```...
Thanks @rmcsharry i think ur solution need to create a lib project of tauri plugin. but i don't want to do it like that way. i read amount of document...
So do I have to declared command to the build.rs file? Is there any other more convenient way? The way like v1 do is very convenient and easier to manage...
and here is another report [https://github.com/tauri-apps/tauri/issues/10075](url)