-
-
Notifications
You must be signed in to change notification settings - Fork 35
[ReviewViewer] Struggling to compile source code #597
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
Comments
FYI, I came up with a few ideas, still working on it : |
I'm a little confused, are the compilation issues for ReviewsViewer or another extension? Because |
Hi Brandon, It seems the issue was that I was trying to compile the whole PlayniteExtensions.sln at once. I've been working on and off my Playnite library for the past month. Thank you, |
FYI, I started a theme and an extension to share my changes. |
btw, if you are looking for work or a side job, I'm in Canada and I've a friend who has a few employees, he is looking for C# programmers, it can be done remotely and part time. I've been looking at your code and it's sharp ;) |
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: