-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Problem with xaml after upgrede to 0.9-rc1 #3340
Comments
@OmidID i think you need to ensure you reference the same and only <StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/> |
@donandren Actually I using build props files and I'm sure dependencies are OK.
|
try add direct nuget reference in the project where |
@donandren Great. that's the problem. Your changes are required.
So I have no idea what is the solution. In case if we have 2 constructor resolver will use the default constructor. |
Just use PropertyInjection or MethodInjection then |
This library support DryIoc, Autofac, Unity and soon others! https://www.nuget.org/packages/Prism.Avalonia/ |
I get crash at Initialize method when I try to load Xaml file.
I added
x:Class
to be sure it's right target.And this is what i have in .csproj file:
The text was updated successfully, but these errors were encountered: