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

Code breaks if program starts other than AppName.App(); #33

Open
tiberiumboy opened this issue Feb 8, 2020 · 1 comment
Open

Code breaks if program starts other than AppName.App(); #33

tiberiumboy opened this issue Feb 8, 2020 · 1 comment
Assignees

Comments

@tiberiumboy
Copy link

Had this project pull from Nuget and found that it couldn't start.
After scratching my head and realized that all compiler errors lead to how the app starts, ( I had an additional class to invoke resolving assembly resources before calling App.Main(); )

It would be nice to tell other that this script will only works when executed from App.Main();, Or just use default program starts in the application property.

(AFAIK, Strange behavior happens between xaml of the project and AppBootstrapper.cs)

Regards,
J

@thoemmi
Copy link
Owner

thoemmi commented Feb 9, 2020

Yeah, the documentation is somewhat lacking. TBH, I would have released TinyLittleMvvm 2.0 four month ago, but I'm still to lazy to update the docs.

If you're still using TinyLittleMvvm 1.0, you might want to have look into the wiki at https://github.com/thoemmi/TinyLittleMvvm/wiki/Usage. For 2.0 I have to recommend to read the source code of the sample application.

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

No branches or pull requests

2 participants