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

Adding the nuget package to a new project with Avalonia 11.0.6 version #12

Open
aboimpinto opened this issue Oct 12, 2024 · 2 comments
Open

Comments

@aboimpinto
Copy link

Hello,

I was trying to add the NuGet package to a new Avalonia project to test this library, and this is what happened.

  1. Create the project with the command: $ dotnet new avalonia.mvvm -o "AvaloniaCherryUITestBed

  2. Add the nuget package with the command: $ dotnet add package CherylUI

  3. Add the Style to App.xaml as described in: https://github.com/kikipoulet/CherylUI/wiki/1.-Installation

  4. Compiled the app. This was the output:
    image

  5. Replace all the references to 11.0.6 to 11.2.0-beta2, compile again, and this was the output:
    image

For this test, I'm using a Linux, version Ubuntu 24.10

Can we have a CherrylUI version for the released version of Avalonia -> 11.0.6, and if someone wants to use a beta version of Avalonia, we can use the tag prerelease or something?

thanks
Paulo Aboim Pinto

@kikipoulet
Copy link
Owner

You have a typing mistake for Avalonia.Diagnostics package, you typed "111.2.0" instead of "11.2.0" 👀

@aboimpinto
Copy link
Author

You have a typing mistake for Avalonia.Diagnostics package, you typed "111.2.0" instead of "11.2.0" 👀

dammmn!!! sorry for this one ...

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