• Jon Skeet's avatar
    Deliberately call simple code to avoid Unity linker pruning · da3ce671
    Jon Skeet authored
    The SampleEnumMethod method was previously only called via
    reflection, so the Unity linker thought it could be removed. Ditto
    the parameterless constructor in ReflectionHelper.
    
    This PR should avoid that issue, reducing the work needed by
    customers to use Google.Protobuf from Unity.
    da3ce671
Name
Last commit
Last update
..
compatibility_tests/v3.0.0 Loading commit data...
keys Loading commit data...
protos Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
CHANGES.txt Loading commit data...
Google.Protobuf.Tools.nuspec Loading commit data...
README.md Loading commit data...
build_packages.bat Loading commit data...
build_tools.sh Loading commit data...
buildall.sh Loading commit data...
generate_protos.sh Loading commit data...
global.json Loading commit data...