YoutubeDLSharp icon indicating copy to clipboard operation
YoutubeDLSharp copied to clipboard

.NET 8 & CommunityToolkit.Mvvm for WPF demo app

Open vinaghost opened this issue 4 months ago • 1 comments

  • Add CommunityToolkit.Mvvm
  • Add .Net 8 to targetframework

Problem:

  • It seems like the progress bar didn't work, Isaw the default options don't output progress bar in console so I added
custom.Progress = true;
  • Remove .net framework 4.6.2, but if you want to keep this, I can find solution

vinaghost avatar Jul 30 '25 03:07 vinaghost