History log of /
third_party
/
protobuf
/
csharp
/ (Results
1 - 1
of
1
)
Home
History
Annotate
only in
this directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
ffe3c632
10-Sep-2024
openharmony_ci <120357966@qq.com>
!88 protobuf增加pac编译选项
Merge pull request !88 from lixing/master
.gitignore
CHANGES.txt
Google.Protobuf.Tools.targets
README.md
build_packages.bat
build_tools.sh
buildall.bat
buildall.sh
compatibility_tests/v3.0.0/protos/csharp/protos/unittest_issues.proto
compatibility_tests/v3.0.0/protos/src/google/protobuf/map_unittest_proto3.proto
compatibility_tests/v3.0.0/protos/src/google/protobuf/unittest_import_proto3.proto
compatibility_tests/v3.0.0/protos/src/google/protobuf/unittest_import_public_proto3.proto
compatibility_tests/v3.0.0/protos/src/google/protobuf/unittest_proto3.proto
compatibility_tests/v3.0.0/protos/src/google/protobuf/unittest_well_known_types.proto
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ByteStringTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/CodedInputStreamTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/CodedOutputStreamTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/MapFieldTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/DeprecatedMemberTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/EqualityTester.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/FieldCodecTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/GeneratedMessageTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/IssuesTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/JsonParserTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/JsonTokenizerTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Program.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/SampleEnum.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/SampleMessages.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/TestCornerCases.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/TestProtos/ForeignMessagePartial.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs
compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs
compatibility_tests/v3.0.0/test.sh
generate_protos.sh
install_dotnet_sdk.ps1
keys/Google.Protobuf.public.snk
keys/Google.Protobuf.snk
keys/README.md
protos/README.md
protos/map_unittest_proto3.proto
protos/old_extensions1.proto
protos/old_extensions2.proto
protos/unittest.proto
protos/unittest_custom_options_proto3.proto
protos/unittest_import.proto
protos/unittest_import_proto3.proto
protos/unittest_import_public.proto
protos/unittest_import_public_proto3.proto
protos/unittest_issue6936_a.proto
protos/unittest_issue6936_b.proto
protos/unittest_issue6936_c.proto
protos/unittest_issues.proto
protos/unittest_proto3.proto
protos/unittest_selfreferential_options.proto
src/AddressBook/AddPerson.cs
src/AddressBook/AddressBook.csproj
src/AddressBook/Addressbook.cs
src/AddressBook/ListPeople.cs
src/AddressBook/Program.cs
src/AddressBook/SampleUsage.cs
src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs
src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs
src/Google.Protobuf.Benchmarks/Benchmarks.cs
src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj
src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs
src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs
src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs
src/Google.Protobuf.Benchmarks/Program.cs
src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs
src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs
src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs
src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto
src/Google.Protobuf.Conformance/Conformance.cs
src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj
src/Google.Protobuf.Conformance/Program.cs
src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj
src/Google.Protobuf.JsonDump/Program.cs
src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs
src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj
src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs
src/Google.Protobuf.Test.TestProtos/OldExtensions1.cs
src/Google.Protobuf.Test.TestProtos/OldExtensions2.cs
src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs
src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs
src/Google.Protobuf.Test.TestProtos/Unittest.cs
src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs
src/Google.Protobuf.Test.TestProtos/UnittestImport.cs
src/Google.Protobuf.Test.TestProtos/UnittestImportProto3.cs
src/Google.Protobuf.Test.TestProtos/UnittestImportPublic.cs
src/Google.Protobuf.Test.TestProtos/UnittestImportPublicProto3.cs
src/Google.Protobuf.Test.TestProtos/UnittestIssue6936A.cs
src/Google.Protobuf.Test.TestProtos/UnittestIssue6936B.cs
src/Google.Protobuf.Test.TestProtos/UnittestIssue6936C.cs
src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs
src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs
src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs
src/Google.Protobuf.Test.TestProtos/UnittestSelfreferentialOptions.cs
src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs
src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs
src/Google.Protobuf.Test/ByteStringTest.cs
src/Google.Protobuf.Test/CodedInputStreamExtensions.cs
src/Google.Protobuf.Test/CodedInputStreamTest.cs
src/Google.Protobuf.Test/CodedOutputStreamTest.cs
src/Google.Protobuf.Test/Collections/MapFieldTest.cs
src/Google.Protobuf.Test/Collections/ProtobufEqualityComparersTest.cs
src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs
src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs
src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs
src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs
src/Google.Protobuf.Test/DeprecatedMemberTest.cs
src/Google.Protobuf.Test/EqualityTester.cs
src/Google.Protobuf.Test/ExtensionSetTest.cs
src/Google.Protobuf.Test/FieldCodecTest.cs
src/Google.Protobuf.Test/FieldMaskTreeTest.cs
src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs
src/Google.Protobuf.Test/GeneratedMessageTest.cs
src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
src/Google.Protobuf.Test/IssuesTest.cs
src/Google.Protobuf.Test/JsonFormatterTest.cs
src/Google.Protobuf.Test/JsonParserTest.cs
src/Google.Protobuf.Test/JsonTokenizerTest.cs
src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs
src/Google.Protobuf.Test/MessageParsingHelpers.cs
src/Google.Protobuf.Test/Proto3OptionalTest.cs
src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs
src/Google.Protobuf.Test/RefStructCompatibilityTest.cs
src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs
src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs
src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs
src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs
src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs
src/Google.Protobuf.Test/SampleEnum.cs
src/Google.Protobuf.Test/SampleMessages.cs
src/Google.Protobuf.Test/SampleNaNs.cs
src/Google.Protobuf.Test/TestCornerCases.cs
src/Google.Protobuf.Test/UnknownFieldSetTest.cs
src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs
src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs
src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs
src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs
src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs
src/Google.Protobuf.Test/testprotos.pb
src/Google.Protobuf.sln
src/Google.Protobuf/ByteArray.cs
src/Google.Protobuf/ByteString.cs
src/Google.Protobuf/CodedInputStream.cs
src/Google.Protobuf/CodedOutputStream.ComputeSize.cs
src/Google.Protobuf/CodedOutputStream.cs
src/Google.Protobuf/Collections/Lists.cs
src/Google.Protobuf/Collections/MapField.cs
src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs
src/Google.Protobuf/Collections/ReadOnlyDictionary.cs
src/Google.Protobuf/Collections/RepeatedField.cs
src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs
src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs
src/Google.Protobuf/Compatibility/StreamExtensions.cs
src/Google.Protobuf/Compatibility/TypeExtensions.cs
src/Google.Protobuf/Extension.cs
src/Google.Protobuf/ExtensionRegistry.cs
src/Google.Protobuf/ExtensionSet.cs
src/Google.Protobuf/ExtensionValue.cs
src/Google.Protobuf/FieldCodec.cs
src/Google.Protobuf/FieldMaskTree.cs
src/Google.Protobuf/FrameworkPortability.cs
src/Google.Protobuf/IBufferMessage.cs
src/Google.Protobuf/ICustomDiagnosticMessage.cs
src/Google.Protobuf/IDeepCloneable.cs
src/Google.Protobuf/IExtendableMessage.cs
src/Google.Protobuf/IMessage.cs
src/Google.Protobuf/InvalidJsonException.cs
src/Google.Protobuf/InvalidProtocolBufferException.cs
src/Google.Protobuf/JsonFormatter.cs
src/Google.Protobuf/JsonParser.cs
src/Google.Protobuf/JsonToken.cs
src/Google.Protobuf/JsonTokenizer.cs
src/Google.Protobuf/LimitedInputStream.cs
src/Google.Protobuf/MessageExtensions.cs
src/Google.Protobuf/MessageParser.cs
src/Google.Protobuf/ObjectIntPair.cs
src/Google.Protobuf/ParseContext.cs
src/Google.Protobuf/ParserInternalState.cs
src/Google.Protobuf/ParsingPrimitives.cs
src/Google.Protobuf/ParsingPrimitivesMessages.cs
src/Google.Protobuf/ParsingPrimitivesWrappers.cs
src/Google.Protobuf/Properties/AssemblyInfo.cs
src/Google.Protobuf/ProtoPreconditions.cs
src/Google.Protobuf/Reflection/CustomOptions.cs
src/Google.Protobuf/Reflection/Descriptor.cs
src/Google.Protobuf/Reflection/DescriptorBase.cs
src/Google.Protobuf/Reflection/DescriptorDeclaration.cs
src/Google.Protobuf/Reflection/DescriptorPool.cs
src/Google.Protobuf/Reflection/DescriptorUtil.cs
src/Google.Protobuf/Reflection/DescriptorValidationException.cs
src/Google.Protobuf/Reflection/EnumDescriptor.cs
src/Google.Protobuf/Reflection/EnumValueDescriptor.cs
src/Google.Protobuf/Reflection/ExtensionAccessor.cs
src/Google.Protobuf/Reflection/ExtensionCollection.cs
src/Google.Protobuf/Reflection/FieldAccessorBase.cs
src/Google.Protobuf/Reflection/FieldDescriptor.cs
src/Google.Protobuf/Reflection/FieldType.cs
src/Google.Protobuf/Reflection/FileDescriptor.cs
src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs
src/Google.Protobuf/Reflection/IDescriptor.cs
src/Google.Protobuf/Reflection/IFieldAccessor.cs
src/Google.Protobuf/Reflection/MapFieldAccessor.cs
src/Google.Protobuf/Reflection/MessageDescriptor.cs
src/Google.Protobuf/Reflection/MethodDescriptor.cs
src/Google.Protobuf/Reflection/OneofAccessor.cs
src/Google.Protobuf/Reflection/OneofDescriptor.cs
src/Google.Protobuf/Reflection/OriginalNameAttribute.cs
src/Google.Protobuf/Reflection/PackageDescriptor.cs
src/Google.Protobuf/Reflection/ReflectionUtil.cs
src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs
src/Google.Protobuf/Reflection/ServiceDescriptor.cs
src/Google.Protobuf/Reflection/SingleFieldAccessor.cs
src/Google.Protobuf/Reflection/TypeRegistry.cs
src/Google.Protobuf/SegmentedBufferHelper.cs
src/Google.Protobuf/UnknownField.cs
src/Google.Protobuf/UnknownFieldSet.cs
src/Google.Protobuf/WellKnownTypes/Any.cs
src/Google.Protobuf/WellKnownTypes/AnyPartial.cs
src/Google.Protobuf/WellKnownTypes/Api.cs
src/Google.Protobuf/WellKnownTypes/Duration.cs
src/Google.Protobuf/WellKnownTypes/DurationPartial.cs
src/Google.Protobuf/WellKnownTypes/Empty.cs
src/Google.Protobuf/WellKnownTypes/FieldMask.cs
src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs
src/Google.Protobuf/WellKnownTypes/SourceContext.cs
src/Google.Protobuf/WellKnownTypes/Struct.cs
src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
src/Google.Protobuf/WellKnownTypes/Timestamp.cs
src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs
src/Google.Protobuf/WellKnownTypes/Type.cs
src/Google.Protobuf/WellKnownTypes/ValuePartial.cs
src/Google.Protobuf/WellKnownTypes/Wrappers.cs
src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs
src/Google.Protobuf/WireFormat.cs
src/Google.Protobuf/WriteBufferHelper.cs
src/Google.Protobuf/WriteContext.cs
src/Google.Protobuf/WriterInternalState.cs
src/Google.Protobuf/WritingPrimitives.cs
src/Google.Protobuf/WritingPrimitivesMessages.cs