Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seems like a version conflict is giving a bug #21

Open
WillEhrendreich opened this issue Aug 11, 2023 · 8 comments · Fixed by #22
Open

seems like a version conflict is giving a bug #21

WillEhrendreich opened this issue Aug 11, 2023 · 8 comments · Fixed by #22
Assignees

Comments

@WillEhrendreich
Copy link

Hey, I was trying to get this to work, and it seems like it doesn't like a change that's happened in avalonia funcui version 1


Unhandled exception. System.TypeLoadException: Could not load type 'Avalonia.FuncUI.Builder.ViewBuilder' from assembly 'Avalonia.FuncUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
   at Avalonia.FuncUI.LiveView.StateStoreModule.init()
   at Avalonia.FuncUI.LiveView.LiveViewWindow..ctor()

how would you recommend working around this?

@SilkyFowl SilkyFowl self-assigned this Aug 13, 2023
SilkyFowl added a commit that referenced this issue Aug 14, 2023
@SilkyFowl
Copy link
Owner

LiveView v0.1.1.1 has been released for Avalonia.FuncUI v1.0.1. Please check it.

@SilkyFowl SilkyFowl mentioned this issue Aug 14, 2023
@WillEhrendreich
Copy link
Author

keeps having an exception of a type initializer, and says system drawing common not supported?

@SilkyFowl
Copy link
Owner

Thanks for the feedback.
I am sorry, but I have not yet been able to reproduce issue with LiveView v0.1.1.1.
Do you have any steps or hints on how to reproduce the issue?

I have a minimal repository using v0.1.1.1 that I use for isuue verification.
SilkyFowl/SilkyFowl.Avalonia.FuncUI.LiveView.Demo.0.0.1.1
I hope you will find this helpful until I have updated the README.

@SilkyFowl
Copy link
Owner

@WillEhrendreich The README has been updated. I hope this will be helpful.

@WillEhrendreich
Copy link
Author

Can you do a non paket version? I can't get paket to run. Baffling, but true.

@SilkyFowl
Copy link
Owner

@WillEhrendreich Yes, it is possible to use it without using Paket. Instructions can be found here in the README. Will this procedure work?

@SilkyFowl
Copy link
Owner

@WillEhrendreich Updated to version 0.0.3.
In addition, I created a demo repository without Paket.

Please check it out if you like.

@WillEhrendreich
Copy link
Author

@SilkyFowl you the real mvp. thank you, I'll check it out as soon as I can! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants