Skip to content
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

fix: inability to install extension #231

Merged
merged 2 commits into from
Apr 11, 2024
Merged

fix: inability to install extension #231

merged 2 commits into from
Apr 11, 2024

Conversation

andrew-codes
Copy link
Owner

Newtonsoft.json dll is explicitly ignored by the Playnite Toolbox utility which is used to pack the extension. For this reason, packaged extensions are installed without this dll and throw an error when Playnite is run.

Although Playnite SDK provides a serialization utility, it does not allow configuration of casing (camel case). For this reason, System.Text.Json is used as Newtonsoft's replacement.

Fixes #230

Newtonsoft.json dll is explicitly ignored by the Playnite Toolbox utility which is used to pack the extension. For this reason, packaged extensions are installed without this dll and throw an error when Playnite is run.

Although Playnite SDK provides a serialization utility, it does not allow configuration of casing (camel case). For this reason, System.Text.Json is used as Newtonsoft's replacement.

Fixes #230
@andrew-codes andrew-codes merged commit f25f80d into 2.x.x Apr 11, 2024
@andrew-codes andrew-codes deleted the 2.0.1 branch April 11, 2024 13:36
andrew-codes added a commit that referenced this pull request May 6, 2024
Newtonsoft.json dll is explicitly ignored by the Playnite Toolbox
utility which is used to pack the extension. For this reason, packaged
extensions are installed without this dll and throw an error when
Playnite is run.

Although Playnite SDK provides a serialization utility, it does not
allow configuration of casing (camel case). For this reason,
System.Text.Json is used as Newtonsoft's replacement.

Fixes #230
andrew-codes added a commit that referenced this pull request May 6, 2024
Newtonsoft.json dll is explicitly ignored by the Playnite Toolbox
utility which is used to pack the extension. For this reason, packaged
extensions are installed without this dll and throw an error when
Playnite is run.

Although Playnite SDK provides a serialization utility, it does not
allow configuration of casing (camel case). For this reason,
System.Text.Json is used as Newtonsoft's replacement.

Fixes #230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant