Replace/Update NuGet Packages that no longer exist.#143
Conversation
|
So I probably need to update the README but for future reference those packages do exist you just have to have the pre-release sources in your nuget config. But that's mute now that they've released prod versions of those. I'll try this out and if everything looks good, I'll merge your PR. Thanks for this! |
|
So this PR builds but does not run. I'll be able to take a more in depth look in a day or so but something in the xaml is breaking unfortunately. |
|
It runs for me but I also got some extra changes to the build proccess and packging (dealing with the whole certicate thing), I also had to comment out the sentry init from App.xaml.cs but other then that it runs for me: I did toggle on preview and still couldn't find CommunityToolkit.Labs.WinUI.MarqueeText; the other community toolkit packages exist but not that one, obviously for you it's still there because it's already installed and downloaded. |
|
Hi rstewa,
I emailed you a while back, but you may have missed it.
I forked your project a while back and added bookmarks, tags, etc... Fixed
some chapter boundary crossing issues with audiobooks of multiple files,
etc...
Here is the link to my fork:
https://github.com/eMarchOnward/Audibly
Warning: I was having issues with creating DB migrations so unfortunately I
started from scratch with EF. I hadn't really added much to my library at
the time anyway, and this was faster than figuring out the migration issue.
Anyway... feel free to check out what I've done and incorporate whatever
you want.
…On Sun, Mar 29, 2026 at 7:14 AM KeinNiemand ***@***.***> wrote:
*KeinNiemand* left a comment (rstewa/Audibly#143)
<#143?email_source=notifications&email_token=AFZGSSBNEXPDELBVQ5NE22T4TEHRFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJUHE4TEOBXGMZKM4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS2XA4S7MNXW23LFNZ2F633QMVXF6Y3MNFRWW#issuecomment-4149928732>
It runs for me but I also got some extra changes to the build proccess and
packging (dealing with the whole certicate thing), I also had to comment
out the sentry init from App.xaml.cs but other then that it runs for me:
I did toggle on preview and still coudn't find
CommunityToolkit.Labs.WinUI.MarqueeText; the other community toolkit
packages exist but not that one.
—
Reply to this email directly, view it on GitHub
<#143?email_source=notifications&email_token=AFZGSSBNEXPDELBVQ5NE22T4TEHRFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJUHE4TEOBXGMZKM4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS2XA4S7MNXW23LFNZ2F633QMVXF6Y3MNFRWW#issuecomment-4149928732>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZGSSAQRSPWHSOWE7TCYD34TEHRFAVCNFSM6AAAAACXBAOS4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCNBZHEZDQNZTGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
@eMarchOnward I must have missed it, sorry about that! I'll take a look. |
ahh that makes sense. |
|
What exactly does this break for you? Having to keep removing these dependency changes that I need to be able to build, before submitting any PR is a lot of extra work, so If I can, I'd like to fix any problem with this branch and get it merged. |
I get that. I'll be able to take another look at this tomorrow or the next day. Should be able to straighten it out. Probably just some xaml bs with a super generic error message lol. |
Does it run for you? I'm getting a "{"The text associated with this error code could not be found.\r\n\r\nLayout cycle detected. Layout could not complete."}" error. It builds fine, but when I run it and try and play a book it crashes. |
|
Yes it runs fine for me I can start playback and I don't get a crash and since I can't reproduce the problem I have no idea where to even look for a problem. |
The package for CommunityToolkit.Labs.WinUI.MarqueeText no longer exists, making it impossible to build this project since nuget restore fails, so this PR replaces it with CommunityToolkit.Labs.WinUI.Controls.Marquee and makes necessary changes to get the new package to work.
Additionally, this PR upgrades CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock to the latest version, since the version originally referenced no longer exists.
Not sure if everything still works—I was mainly concerned with trying to get things to build with the new replacement package.