• Jon Skeet's avatar
    Detect invalid tags with a field number of 0 in C# · e0d24cc8
    Jon Skeet authored
    Previously we only rejected the tag if the tag itself was 0, i.e.
    field=0, type=varint. The type doesn't matter: field 0 is always
    invalid.
    
    This removes the last of the C# conformance failures.
    e0d24cc8
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...