Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 56dfc8e

Browse files
author
Navid Kabir
authored
Merge pull request #20 from johanhelsing/feature/fix-more-il2cpp-stripping-issues
fix: Stripping issues after switching to Unity's Newtonsoft.Json
2 parents 98e42b1 + 4658497 commit 56dfc8e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

link.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,18 @@
22
<assembly fullname="LastAbyss.SimpleGraphQL.Runtime">
33
<type fullname="SimpleGraphQL.Response*" />
44
<type fullname="SimpleGraphQL.Request*" />
5+
6+
</assembly>
7+
<assembly fullname="Newtonsoft.Json">
8+
<!-- https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/54 -->
9+
<type fullname="System.Runtime.CompilerServices.NullableAttribute"/>
10+
<type fullname="System.Runtime.CompilerServices.NullableContextAttribute"/>
11+
12+
<!-- https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/8 -->
13+
<!-- https://github.com/jilleJr/Newtonsoft.Json-for-Unity/issues/65 -->
14+
<type fullname="Newtonsoft.Json.Converters.*Converter" preserve="all" />
15+
16+
<!-- Not strictly needed, but these are quite commonly used in response types -->
17+
<type fullname="Newtonsoft.Json.Serialization.*NamingStrategy" preserve="all" />
518
</assembly>
619
</linker>

0 commit comments

Comments
 (0)