-
Installed old version 4.7.16.0 , since need to use from old legacy .net framework app. It has different classes structure and I am trying to pick the working code. however there is a question - will it even work, since I assume Youtube could change output data structure since that time? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Getting such extension right away: {"Thread was being aborted."} |
Beta Was this translation helpful? Give feedback.
-
The short answer is no, it won't work on legacy .NET 4.5.2. You should upgrade at least to 4.6.1 or, better yet, to .NET 5+: |
Beta Was this translation helpful? Give feedback.
-
As a last resort you could create a Net7/8 AOT library and get what you need through FFI exports, super inefficient but works I guess, I do that for a Unity thing that is stuck on Net3.5 |
Beta Was this translation helpful? Give feedback.
The short answer is no, it won't work on legacy .NET 4.5.2. You should upgrade at least to 4.6.1 or, better yet, to .NET 5+: