Skip to content

Commit

Permalink
Add TrimmerRootAssembly note
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 17, 2024
1 parent db1584c commit bf21712
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,14 @@ However, in case you wanna use reflection on GBX.NET, it is strongly recommended
</PackageReference>
```

In case this is not enough, you can specify `TrimmerRootAssembly` on the project you're building that this library should absolutely not be trimmed:

```xml
<ItemGroup>
<TrimmerRootAssembly Include="GBX.NET" />
</ItemGroup>
```

### Explicit vs. Implicit parse

*In the past, the difference between these two used to be only to reduce the amount of written code by the consumer and making the type more strict, the performance was exactly the same.*
Expand Down

0 comments on commit bf21712

Please sign in to comment.