You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a software developer so I'm usually pretty good at this stuff but I struggle to get it to compile with VS 2022 and PlayniteExtensions.sln.
I tried to download the latest release but there are a lot of errors like this line is missing the second parameter at the end.
var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,);
Aside from that, there are a lot of mising assemblies.
I tried to fix some with nuget but I'm starting to wonder, should I be using an older release or am I missing something ?
On the plus side, I was able to compile ReviewViewer by loading the .sln of that solution.
Thank you,
Jp
To Reproduce
No response
Logs
.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I'm a little confused, are the compilation issues for ReviewsViewer or another extension? Because var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,); should be part of Extra Metadata Loader if I'm correct. If that's the case, currently it won't compile because I'm rewriting and refactoring the extension and it's unfinished. To compile it you'll need to use a commit before this one:
Extension name
ReviewViewer
Bug Description
Hi Brandon,
I'm a software developer so I'm usually pretty good at this stuff but I struggle to get it to compile with VS 2022 and PlayniteExtensions.sln.
I tried to download the latest release but there are a lot of errors like this line is missing the second parameter at the end.
var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,);
Aside from that, there are a lot of mising assemblies.
I tried to fix some with nuget but I'm starting to wonder, should I be using an older release or am I missing something ?
On the plus side, I was able to compile ReviewViewer by loading the .sln of that solution.
Thank you,
Jp
To Reproduce
No response
Logs
.
Screenshots
No response
The text was updated successfully, but these errors were encountered: