-
Notifications
You must be signed in to change notification settings - Fork 778
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
WinUI 3 support #771
Comments
A Here is a simple repo => https://github.com/C1rdec/CardCaster |
I am working on this. |
Can I help somehow? |
Problem is that BootstrapperBase passes useApplication = true by default. but these events do not exist in Microsoft.UI.Xaml.Application Passing false into the BootstrapperBase construct gets the Caliburn going further! |
Hi All, Can somebody update me please, what happens with WinUI 3 support? I have a real project, which must to be developed as WinUI app. Can I use CM (somehow)? Where can I find dev. sources (e.g., fork, branch, something else), documentation, recipes? Thank you in advance! |
@vb2ae where are you at? Do you have a current branch that we can look into? More than happy to help |
@vb2ae - Do you have any guess on when you plan to release version 5.0? |
I wanted to keep the WinUI3 support topic up to date! |
V5 Beta14 Dec 2024 Caliburn Micro V5 Beta Release NotesNew Features
where can I find the V5 Beta version ? I've tried this tag: 5.0.187-beta+e6e10142ea, but it is not included |
you can get from the github nuget feed now https://github.com/Caliburn-Micro/Caliburn.Micro/pkgs/nuget/Caliburn.Micro.WinUI3 |
instructions on how to use github nuget feed are on this page |
The package is also available on myget now https://www.myget.org/feed/caliburn-micro-builds/package/nuget/Caliburn.Micro.winui3 |
Olluz,
It does look like it is set for public accessible.
***@***.***
It is now available on MyGet also
https://www.myget.org/feed/caliburn-micro-builds/package/nuget/Caliburn.Micro.winui3
From: olluz ***@***.***>
Sent: Friday, January 10, 2025 2:54 PM
To: Caliburn-Micro/Caliburn.Micro ***@***.***>
Cc: Ken Tucker ***@***.***>; Mention ***@***.***>
Subject: Re: [Caliburn-Micro/Caliburn.Micro] WinUI 3 support (#771)
I've tried the instructions, but it looks like I am missing something:
dotnet nuget add source --username <username> --password <gh_token> --store-password-in-clear-text --name "Caliburn.Micro github" "https://nuget.pkg.github.com/caliburn.micro/index.json"
dotnet add package Caliburn.Micro.WinUI3 --version 5.0.187-beta.g88d52ce386 --source "https://nuget.pkg.github.com/caliburn-micro/index.json"
info : Unauthorized https://nuget.pkg.github.com/caliburn-micro/download/caliburn.micro.winui3/index.json 228ms error: NU1301: Failed to retrieve information about 'Caliburn.Micro.WinUI3' from remote source 'https://nuget.pkg.github.com/caliburn-micro/download/caliburn.micro.winui3/index.json'. info : Package 'Caliburn.Micro.WinUI3' is compatible with all the specified frameworks in project 'MyProject.csproj'. error: Value cannot be null. (Parameter 'version')
Is the feed publicly accessible ?
-
Reply to this email directly, view it on GitHub<#771 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AALKF6L4HGRGWGFLF5MY2GT2KAQOVAVCNFSM6AAAAABMHIHK2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBTHA3DKNZXG4>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Any chance that WinUI 3 would be supported?
The text was updated successfully, but these errors were encountered: