├── Client ├── AutoUpdater.Client.Test.sln ├── AutoUpdater.Client.Test │ ├── App.config │ ├── AutoUpdater.Client.Test.csproj │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── TestForm.Designer.cs │ ├── TestForm.cs │ ├── TestForm.resx │ ├── demo1.png │ ├── demo2.png │ ├── demo3.png │ └── 客户端主动请求服务器文件逻辑流程.png └── AutoUpdater │ ├── App.config │ ├── AutoUpdater.csproj │ ├── Common │ ├── ByteHelper.cs │ ├── FileHelper.cs │ ├── FormAPI.cs │ ├── MsgPackHelper.cs │ ├── SerializableHelper.cs │ ├── TcpClientWithTimeout.cs │ ├── UpdaterHelper.cs │ └── WriteDeviceLog.cs │ ├── MainForm.Designer.cs │ ├── MainForm.cs │ ├── MainForm.resx │ ├── Model │ └── UpdaterModel.cs │ ├── MsgPack │ ├── AsyncReadResult.cs │ ├── AsyncReadResult`1.cs │ ├── BigEndianBinary.cs │ ├── Binary.cs │ ├── BufferManager.cs │ ├── BufferedStream.cs │ ├── ByteArrayPacker.cs │ ├── ByteArrayUnpacker.cs │ ├── ByteBufferAllocator.cs │ ├── CollectionDebuggerProxy`1.cs │ ├── CollectionOperation.cs │ ├── CollectionType.cs │ ├── Contract.cs │ ├── Delegates.cs │ ├── Delegates.tt │ ├── Delegates1.cs │ ├── Delegates2.cs │ ├── DictionaryDebuggerProxy`2.cs │ ├── EncodingExtensions.cs │ ├── FixedArrayBufferAllocator.cs │ ├── Float32Bits.cs │ ├── Float64Bits.cs │ ├── GlobalSuppressions.cs │ ├── IAsyncPackable.cs │ ├── IAsyncUnpackable.cs │ ├── IPackable.cs │ ├── IRootUnpacker.cs │ ├── IUnpackable.cs │ ├── Int32OffsetValue`1.cs │ ├── Int64OffsetValue`1.cs │ ├── InvalidMessagePackStreamException.cs │ ├── KnownExtTypeCode.cs │ ├── KnownExtTypeName.cs │ ├── MPContract.cs │ ├── MessageNotSupportedException.cs │ ├── MessagePackByteArrayPacker.Pack.cs │ ├── MessagePackByteArrayPacker.Pack.tt │ ├── MessagePackByteArrayPacker.Pack1.cs │ ├── MessagePackByteArrayPacker.Pack2.cs │ ├── MessagePackByteArrayPacker.cs │ ├── MessagePackByteArrayUnpacker.Unpack.cs │ ├── MessagePackByteArrayUnpacker.Unpack.tt │ ├── MessagePackByteArrayUnpacker.Unpack1.cs │ ├── MessagePackByteArrayUnpacker.Unpack2.cs │ ├── MessagePackByteArrayUnpacker.cs │ ├── MessagePackCode.cs │ ├── MessagePackConvert.cs │ ├── MessagePackExtendedTypeObject.cs │ ├── MessagePackObject.Utilities.cs │ ├── MessagePackObject.cs │ ├── MessagePackObject.tt │ ├── MessagePackObject1.cs │ ├── MessagePackObject2.cs │ ├── MessagePackObjectDictionary.Enumerator.cs │ ├── MessagePackObjectDictionary.KeySet.Enumerator.cs │ ├── MessagePackObjectDictionary.KeySet.cs │ ├── MessagePackObjectDictionary.ValueCollection.Enumerator.cs │ ├── MessagePackObjectDictionary.ValueCollection.cs │ ├── MessagePackObjectDictionary.cs │ ├── MessagePackObjectEqualityComparer.cs │ ├── MessagePackPackerCommon.ttinclude │ ├── MessagePackStreamPacker.Pack.cs │ ├── MessagePackStreamPacker.Pack.tt │ ├── MessagePackStreamPacker.Pack1.cs │ ├── MessagePackStreamPacker.Pack2.cs │ ├── MessagePackStreamPacker.cs │ ├── MessagePackStreamUnpacker.Unpack.cs │ ├── MessagePackStreamUnpacker.Unpack.tt │ ├── MessagePackStreamUnpacker.Unpack1.cs │ ├── MessagePackStreamUnpacker.Unpack2.cs │ ├── MessagePackStreamUnpacker.cs │ ├── MessagePackString.cs │ ├── MessagePackUnpackerCommon.Read.ttinclude │ ├── MessagePackUnpackerCommon.Skip.ttinclude │ ├── MessagePackUnpackerCommon.ttinclude │ ├── MessageTypeException.cs │ ├── NetFxCompatibilities.cs │ ├── NetStandardCompatibility.cs │ ├── Packer.Factory.cs │ ├── Packer.Nullable.cs │ ├── Packer.Nullable.tt │ ├── Packer.Nullable1.cs │ ├── Packer.Nullable2.cs │ ├── Packer.Packing.cs │ ├── Packer.Packing.tt │ ├── Packer.Packing1.cs │ ├── Packer.Packing2.cs │ ├── Packer.cs │ ├── PackerCompatibilityOptions.cs │ ├── PackerUnpackerExtensions.cs │ ├── PackerUnpackerExtensions.tt │ ├── PackerUnpackerExtensions1.cs │ ├── PackerUnpackerExtensions2.cs │ ├── PackerUnpackerStreamOptions.cs │ ├── PackingOptions.cs │ ├── PreserveAttribute.cs │ ├── ReadValueResult.cs │ ├── ReadValueResults.cs │ ├── ReflectionAbstractions.cs │ ├── Serialization │ │ ├── AbstractSerializers │ │ │ ├── ActionType.cs │ │ │ ├── CachedDelegateInfo.cs │ │ │ ├── ConstructorDefinition.cs │ │ │ ├── EnumSerializerMethod.cs │ │ │ ├── FieldDefinition.cs │ │ │ ├── FieldName.cs │ │ │ ├── ICodeConstruct.cs │ │ │ ├── ISerializerBuilder.cs │ │ │ ├── ISerializerCodeGenerationContext.cs │ │ │ ├── ISerializerCodeGenerator.cs │ │ │ ├── MethodDefinition.cs │ │ │ ├── MethodName.cs │ │ │ ├── MethodNamePrefix.cs │ │ │ ├── SerializerBuilderHelper.cs │ │ │ ├── SerializerBuilder`2.Collection.cs │ │ │ ├── SerializerBuilder`2.CommonConstructs.cs │ │ │ ├── SerializerBuilder`2.Enum.cs │ │ │ ├── SerializerBuilder`2.Nullable.cs │ │ │ ├── SerializerBuilder`2.Object.cs │ │ │ ├── SerializerBuilder`2.Tuple.cs │ │ │ ├── SerializerBuilder`2.cs │ │ │ ├── SerializerFieldKey.cs │ │ │ ├── SerializerGenerationContext.cs │ │ │ ├── SerializerSpecification.cs │ │ │ └── TypeDefinition.cs │ │ ├── BindingOptions.cs │ │ ├── CodeDomSerializers │ │ │ ├── CodeDomConstruct.cs │ │ │ ├── CodeDomContext.cs │ │ │ ├── CodeDomSerializerBuilder.cs │ │ │ ├── ExpressionCodeDomConstruct.cs │ │ │ ├── ParameterCodeDomConstruct.cs │ │ │ ├── StatementCodeDomConstruct.cs │ │ │ └── VariableCodeDomConstruct.cs │ │ ├── CodeGenerationSink.cs │ │ ├── CollectionDetailedKind.cs │ │ ├── CollectionKind.cs │ │ ├── CollectionSerializers │ │ │ ├── CollectionMessagePackSerializerBase`2.cs │ │ │ ├── CollectionMessagePackSerializer`2.cs │ │ │ ├── CollectionSerializerHelpers.cs │ │ │ ├── DictionaryMessagePackSerializerBase`3.cs │ │ │ ├── DictionaryMessagePackSerializer`3.cs │ │ │ ├── EnumerableMessagePackSerializerBase`2.cs │ │ │ ├── EnumerableMessagePackSerializer`2.cs │ │ │ ├── ICollectionInstanceFactory.cs │ │ │ ├── NonGenericCollectionMessagePackSerializer`1.cs │ │ │ ├── NonGenericDictionaryMessagePackSerializer`1.cs │ │ │ ├── NonGenericEnumerableMessagePackSerializerBase`1.cs │ │ │ ├── NonGenericEnumerableMessagePackSerializer`1.cs │ │ │ ├── NonGenericListMessagePackSerializer`1.cs │ │ │ ├── ReadOnlyCollectionMessagePackSerializer`2.cs │ │ │ └── ReadOnlyDictionaryMessagePackSerializer`3.cs │ │ ├── CollectionTraitOptions.cs │ │ ├── CollectionTraits.cs │ │ ├── DataMemberContract.cs │ │ ├── DateTimeConversionMethod.cs │ │ ├── DateTimeMemberConversionMethod.cs │ │ ├── DateTimeMessagePackSerializerHelpers.cs │ │ ├── DefaultConcreteTypeRepository.cs │ │ ├── DefaultSerializerNameResolver.cs │ │ ├── DefaultSerializers │ │ │ ├── AbstractCollectionMessagePackSerializer`2.cs │ │ │ ├── AbstractCollectionSerializerHelper.cs │ │ │ ├── AbstractDictionaryMessagePackSerializer`3.cs │ │ │ ├── AbstractEnumerableMessagePackSerializer`2.cs │ │ │ ├── AbstractNonGenericCollectionMessagePackSerializer`1.cs │ │ │ ├── AbstractNonGenericDictionaryMessagePackSerializer`1.cs │ │ │ ├── AbstractNonGenericEnumerableMessagePackSerializer`1.cs │ │ │ ├── AbstractNonGenericListMessagePackSerializer`1.cs │ │ │ ├── AbstractReadOnlyCollectionMessagePackSerializer`2.cs │ │ │ ├── AbstractReadOnlyDictionaryMessagePackSerializer`3.cs │ │ │ ├── ArraySegmentMessageSerializer.cs │ │ │ ├── ArraySerializer.Primitives.cs │ │ │ ├── ArraySerializer.Primitives.tt │ │ │ ├── ArraySerializer.Primitives1.cs │ │ │ ├── ArraySerializer.Primitives2.cs │ │ │ ├── ArraySerializer.cs │ │ │ ├── ArraySerializer`1.cs │ │ │ ├── DateTimeMessagePackSerializerProvider.cs │ │ │ ├── DateTimeOffsetMessagePackSerializer.cs │ │ │ ├── DateTimeOffsetMessagePackSerializerProvider.cs │ │ │ ├── DefaultSerializers.cs │ │ │ ├── DefaultSerializers.tt │ │ │ ├── DefaultSerializers1.cs │ │ │ ├── DefaultSerializers2.cs │ │ │ ├── FSharpCollectionSerializer`2.cs │ │ │ ├── FSharpMapSerializer`3.cs │ │ │ ├── FileTimeMessagePackSerializerProvider.cs │ │ │ ├── GenericSerializer.cs │ │ │ ├── ImmutableCollectionSerializer`2.cs │ │ │ ├── ImmutableDictionarySerializer`3.cs │ │ │ ├── ImmutableStackSerializer`2.cs │ │ │ ├── InternalDateTimeExtensions.cs │ │ │ ├── MessagePackObjectExtensions.cs │ │ │ ├── MsgPack_MessagePackExtendedTypeObjectMessagePackSerializer.cs │ │ │ ├── MsgPack_MessagePackObjectDictionaryMessagePackSerializer.cs │ │ │ ├── MsgPack_MessagePackObjectMessagePackSerializer.cs │ │ │ ├── MultidimensionalArraySerializer`1.cs │ │ │ ├── NativeDateTimeMessagePackSerializer.cs │ │ │ ├── NativeFileTimeMessagePackSerializer.cs │ │ │ ├── NullableMessagePackSerializer`1.cs │ │ │ ├── SimdTypeSerializers.cs │ │ │ ├── SimdTypeSerializers.tt │ │ │ ├── SimdTypeSerializers1.cs │ │ │ ├── SimdTypeSerializers2.cs │ │ │ ├── System_ArraySegment_1MessagePackSerializer`1.cs │ │ │ ├── System_ByteArrayMessagePackSerializer.cs │ │ │ ├── System_CharArrayMessagePackSerializer.cs │ │ │ ├── System_Collections_DictionaryEntryMessagePackSerializer.cs │ │ │ ├── System_Collections_Generic_Dictionary_2MessagePackSerializer`2.cs │ │ │ ├── System_Collections_Generic_KeyValuePair_2MessagePackSerializer`2.cs │ │ │ ├── System_Collections_Generic_ListOfMessagePackObjectMessagePackSerializer.cs │ │ │ ├── System_Collections_Generic_List_1MessagePackSerializer`1.cs │ │ │ ├── System_Collections_Generic_Queue_1MessagePackSerializer`1.cs │ │ │ ├── System_Collections_Generic_Stack_1MessagePackSerializer`1.cs │ │ │ ├── System_Collections_QueueMessagePackSerializer.cs │ │ │ ├── System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs │ │ │ ├── System_Collections_StackMessagePackSerializer.cs │ │ │ ├── System_DBNullMessagePackSerializer.cs │ │ │ ├── System_Globalization_CultureInfoMessagePackSerializer.cs │ │ │ ├── System_Numerics_ComplexMessagePackSerializer.cs │ │ │ ├── System_ObjectMessagePackSerializer.cs │ │ │ ├── System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs │ │ │ ├── System_StringMessagePackSerializer.cs │ │ │ ├── System_Text_StringBuilderMessagePackSerializer.cs │ │ │ ├── System_UriMessagePackSerializer.cs │ │ │ ├── System_VersionMessagePackSerializer.cs │ │ │ ├── TimestampDateTimeMessagePackSerializer.cs │ │ │ ├── TimestampFileTimeMessagePackSerializer.cs │ │ │ ├── TimestampMessagePackSerializer.cs │ │ │ ├── TimestampMessagePackSerializerProvider.cs │ │ │ ├── UnixEpocDateTimeMessagePackSerializer.cs │ │ │ └── UnixEpocFileTimeMessagePackSerializer.cs │ │ ├── DependentAssemblyManager.cs │ │ ├── DictionaryKeyTransformers.cs │ │ ├── DictionarySerlaizationOptions.cs │ │ ├── EmitterFlavor.cs │ │ ├── EmittingSerializers │ │ │ ├── AndConditionILConstruct.cs │ │ │ ├── AssemblyBuilderCodeGenerationContext.cs │ │ │ ├── AssemblyBuilderEmittingContext.cs │ │ │ ├── AssemblyBuilderSerializerBuilder.cs │ │ │ ├── BinaryOperatorILConstruct.cs │ │ │ ├── ConditionalILConstruct.cs │ │ │ ├── ContextfulILConstruct.cs │ │ │ ├── ILConstruct.cs │ │ │ ├── ILMethodConctext.cs │ │ │ ├── InvocationILConsruct.cs │ │ │ ├── LoadFieldILConstruct.cs │ │ │ ├── SequenceILConstruct.cs │ │ │ ├── SerializationMethodGeneratorManager.cs │ │ │ ├── SerializerEmitter.cs │ │ │ ├── SerializerEmitter.enum.cs │ │ │ ├── SerializerEmitter.object.cs │ │ │ ├── SinglelStepILConstruct.cs │ │ │ ├── StatementExpressionILConstruct.cs │ │ │ ├── StoreFieldILConstruct.cs │ │ │ ├── StoreVariableILConstruct.cs │ │ │ ├── UnaryOperatorILConstruct.cs │ │ │ └── VariableILConstruct.cs │ │ ├── EnumMemberSerializationMethod.cs │ │ ├── EnumMessagePackSerializerHelpers.cs │ │ ├── EnumMessagePackSerializerProvider.cs │ │ ├── EnumMessagePackSerializer`1.cs │ │ ├── EnumNameTransformers.cs │ │ ├── EnumSerializationMethod.cs │ │ ├── EnumSerializationOptions.cs │ │ ├── ExtTypeCodeMapping.cs │ │ ├── ICustomizableEnumSerializer.cs │ │ ├── IMessagePackSerializer.cs │ │ ├── IMessagePackSingleObjectSerializer.cs │ │ ├── INilImplicationHandlerOnUnpackedParameter.cs │ │ ├── INilImplicationHandlerParameter.cs │ │ ├── ISerializerGeneratorConfiguration.cs │ │ ├── IdentifierUtility.cs │ │ ├── IndividualFileCodeGenerationSink.cs │ │ ├── KeyNameTransformers.cs │ │ ├── LazyDelegatingMessagePackSerializer`1.cs │ │ ├── MessagePackDateTimeMemberAttribute.cs │ │ ├── MessagePackDeserializationConstructorAttribute.cs │ │ ├── MessagePackEnumAttribute.cs │ │ ├── MessagePackEnumMemberAttribute.cs │ │ ├── MessagePackIgnoreAttribute.cs │ │ ├── MessagePackKnownTypeAttributes.cs │ │ ├── MessagePackKnownTypeAttributes.tt │ │ ├── MessagePackKnownTypeAttributes1.cs │ │ ├── MessagePackKnownTypeAttributes2.cs │ │ ├── MessagePackMemberAttribute.cs │ │ ├── MessagePackRuntimeTypeAttributes.cs │ │ ├── MessagePackRuntimeTypeAttributes.tt │ │ ├── MessagePackRuntimeTypeAttributes1.cs │ │ ├── MessagePackRuntimeTypeAttributes2.cs │ │ ├── MessagePackSerializer.Factories.cs │ │ ├── MessagePackSerializer.cs │ │ ├── MessagePackSerializerExtensions.cs │ │ ├── MessagePackSerializerProvider.cs │ │ ├── MessagePackSerializer`1.cs │ │ ├── Metadata │ │ │ ├── _CultureInfo.cs │ │ │ ├── _DateTimeMessagePackSerializerHelpers.cs │ │ │ ├── _Decimal.cs │ │ │ ├── _DictionaryEntry.cs │ │ │ ├── _EnumMessagePackSerializerHelpers.cs │ │ │ ├── _FieldInfo.cs │ │ │ ├── _IDictionaryEnumerator.cs │ │ │ ├── _IDisposable.cs │ │ │ ├── _IEnumreator.cs │ │ │ ├── _MessagePackObject.cs │ │ │ ├── _MessagePackSerializer.cs │ │ │ ├── _MethodBase.cs │ │ │ ├── _Object.cs │ │ │ ├── _Packer.cs │ │ │ ├── _SerializationContext.cs │ │ │ ├── _String.cs │ │ │ ├── _UnpackHelpers.cs │ │ │ ├── _UnpackHelpers.direct.cs │ │ │ ├── _UnpackHelpers.direct.tt │ │ │ ├── _UnpackHelpers.direct1.cs │ │ │ ├── _UnpackHelpers.direct2.cs │ │ │ └── _Unpacker.cs │ │ ├── NilImplication.cs │ │ ├── NilImplicationHandler`4.cs │ │ ├── NullTextWriter.cs │ │ ├── NullTextWriter.tt │ │ ├── NullTextWriter1.cs │ │ ├── NullTextWriter2.cs │ │ ├── PackHelperParameters.cs │ │ ├── PackHelperParameters.tt │ │ ├── PackHelperParameters1.cs │ │ ├── PackHelperParameters2.cs │ │ ├── PackHelpers.cs │ │ ├── Polymorphic │ │ │ ├── IPolymorphicDeserializer.cs │ │ │ ├── IPolymorphicHelperAttributes.cs │ │ │ ├── KnownTypePolymorphicMessagePackSerializer`1.cs │ │ │ ├── PolymorphicSerializerProvider`1.cs │ │ │ ├── RuntimeTypeVerifier.cs │ │ │ ├── TypeEmbedingPolymorphicMessagePackSerializer`1.cs │ │ │ ├── TypeInfoEncoder.cs │ │ │ └── TypeInfoEncoding.cs │ │ ├── PolymorphicTypeVerificationContext.cs │ │ ├── PolymorphismSchema.Constructors.cs │ │ ├── PolymorphismSchema.Internals.cs │ │ ├── PolymorphismSchema.cs │ │ ├── PolymorphismSchemaChildrenType.cs │ │ ├── PolymorphismTarget.cs │ │ ├── PolymorphismType.cs │ │ ├── Reflection │ │ │ ├── GenericTypeExtensions.cs │ │ │ ├── ReflectionExtensions.cs │ │ │ ├── TracingILGenerator.conveniences.cs │ │ │ ├── TracingILGenerator.cs │ │ │ └── TracingILGenerator.emits.cs │ │ ├── ReflectionExtensions.CollectionTraits.cs │ │ ├── ReflectionExtensions.ConstructorDelegate.cs │ │ ├── ReflectionExtensions.InvokePreservingExtension.cs │ │ ├── ReflectionExtensions.cs │ │ ├── ReflectionHelpers.cs │ │ ├── ReflectionSerializers │ │ │ ├── ReflectionCollectionMessagePackSerializer`2.cs │ │ │ ├── ReflectionDictionaryMessagePackSerializer`3.cs │ │ │ ├── ReflectionEnumMessagePackSerializer`1.cs │ │ │ ├── ReflectionEnumerableMessagePackSerializer`2.cs │ │ │ ├── ReflectionNilImplicationHandler.cs │ │ │ ├── ReflectionNonGeenricCollectionMessagePackSerializer`1.cs │ │ │ ├── ReflectionNonGeenricEnumerableMessagePackSerializer`1.cs │ │ │ ├── ReflectionNonGenericDictionaryMessagePackSerializer`1.cs │ │ │ ├── ReflectionNonGenericListMessagePackSerializer`1.cs │ │ │ ├── ReflectionObjectMessagePackSerializer`1.cs │ │ │ ├── ReflectionSerializerHelper.cs │ │ │ ├── ReflectionSerializerNilImplicationHandlerOnUnpackedParameter.cs │ │ │ ├── ReflectionSerializerNilImplicationHandlerParameter.cs │ │ │ └── ReflectionTupleMessagePackSerializer`1.cs │ │ ├── ResolveSerializerEventArgs.cs │ │ ├── SerializationCompatibilityOptions.cs │ │ ├── SerializationContext.ExtTypeCodes.cs │ │ ├── SerializationContext.cs │ │ ├── SerializationExceptions.cs │ │ ├── SerializationMethod.cs │ │ ├── SerializationMethodGeneratorOption.cs │ │ ├── SerializationTarget.cs │ │ ├── SerializerAssemblyGenerationConfiguration.cs │ │ ├── SerializerCapabilities.cs │ │ ├── SerializerCodeGenerationConfiguration.cs │ │ ├── SerializerCodeGenerationResult.cs │ │ ├── SerializerCodeInformation.cs │ │ ├── SerializerDebugging.cs │ │ ├── SerializerGenerator.cs │ │ ├── SerializerOptions.cs │ │ ├── SerializerRegistrationOptions.cs │ │ ├── SerializerRepository.cs │ │ ├── SerializerRepository.defaults.cs │ │ ├── SerializerRepository.defaults.tt │ │ ├── SerializerRepository.defaults1.cs │ │ ├── SerializerRepository.defaults2.cs │ │ ├── SerializerTypeKeyRepository.cs │ │ ├── SerializingMember.cs │ │ ├── SingleTextWriterCodeGenerationSink.cs │ │ ├── TeeTextWriter.cs │ │ ├── TeeTextWriter.tt │ │ ├── TeeTextWriter1.cs │ │ ├── TeeTextWriter2.cs │ │ ├── Tracer.cs │ │ ├── TypeKeyRepository.cs │ │ ├── UnpackHelperParameters.cs │ │ ├── UnpackHelperParameters.tt │ │ ├── UnpackHelperParameters1.cs │ │ ├── UnpackHelperParameters2.cs │ │ ├── UnpackHelpers.cs │ │ ├── UnpackHelpers.direct.cs │ │ ├── UnpackHelpers.direct.tt │ │ ├── UnpackHelpers.direct1.cs │ │ ├── UnpackHelpers.direct2.cs │ │ ├── UnpackHelpers.facade.cs │ │ ├── UnpackHelpers.facade.tt │ │ ├── UnpackHelpers.facade1.cs │ │ └── UnpackHelpers.facade2.cs │ ├── SetOperation.cs │ ├── SingleArrayBufferAllocator.cs │ ├── StringEscape.cs │ ├── SubtreeUnpacker.Unpacking.cs │ ├── SubtreeUnpacker.Unpacking.tt │ ├── SubtreeUnpacker.Unpacking1.cs │ ├── SubtreeUnpacker.Unpacking2.cs │ ├── SubtreeUnpacker.cs │ ├── TaskAugument.cs │ ├── Timestamp.Calculation.cs │ ├── Timestamp.Comparison.cs │ ├── Timestamp.Conversion.cs │ ├── Timestamp.ParseExact.cs │ ├── Timestamp.Properties.cs │ ├── Timestamp.ToString.cs │ ├── Timestamp.TryParseExact.cs │ ├── Timestamp.cs │ ├── TimestampParseResult.cs │ ├── TimestampStringConverter.Parse.cs │ ├── TimestampStringConverter.ToString.cs │ ├── TimestampStringConverter.cs │ ├── TupleItems.cs │ ├── Tuple`n.cs │ ├── Tuple`n.tt │ ├── Tuple`n1.cs │ ├── Tuple`n2.cs │ ├── UnassignedMessageTypeException.cs │ ├── UnpackException.cs │ ├── Unpacker.Leaf.cs │ ├── Unpacker.Leaf.tt │ ├── Unpacker.Leaf1.cs │ ├── Unpacker.Leaf2.cs │ ├── Unpacker.Unpacking.cs │ ├── Unpacker.Unpacking.tt │ ├── Unpacker.Unpacking.ttinclude │ ├── Unpacker.Unpacking1.cs │ ├── Unpacker.Unpacking2.cs │ ├── Unpacker.cs │ ├── UnpackerOptions.cs │ ├── UnpackerValidationLevel.cs │ ├── Unpacking.Numerics.cs │ ├── Unpacking.Numerics.tt │ ├── Unpacking.Numerics1.cs │ ├── Unpacking.Numerics2.cs │ ├── Unpacking.Others.cs │ ├── Unpacking.Others.tt │ ├── Unpacking.Others1.cs │ ├── Unpacking.Others2.cs │ ├── Unpacking.Streaming.cs │ ├── Unpacking.String.cs │ ├── Unpacking.cs │ ├── Unpacking.ttinclude │ ├── UnpackingMode.cs │ ├── UnpackingResult.cs │ ├── UnpackingStream.cs │ ├── UnpackingStreamReader.cs │ ├── UnsafeNativeMethods.cs │ ├── Validation.cs │ ├── Volatile.cs │ └── remarks.xml │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── Resource │ ├── delete.png │ ├── favicon.ico │ └── success.png │ └── favicon.ico ├── LICENSE ├── README.md └── Server ├── AutoUpdater.Server.Test.sln ├── AutoUpdater.Server.Test ├── App.config ├── AutoUpdater.Server.Test.csproj ├── HPSocket4C_U.dll ├── HPSocketCS.dll ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings └── bin │ └── Debug │ └── UpdateTempFile │ ├── Antlr.3.4.1.9004.nupkg │ ├── Antlr.3.4.1.9004.nuspec │ ├── Antlr.3.5.0.2.nupkg │ ├── Antlr.3.5.0.2.nuspec │ ├── Antlr3.Runtime.dll │ ├── Antlr3.Runtime.pdb │ ├── lib │ ├── Antlr3.Runtime.dll │ └── Antlr3.Runtime.pdb │ └── repositories.config ├── HPSocketCS ├── Common.cs ├── ErrorResult.cs ├── Extra.cs ├── HPSocketCS.csproj ├── HttpAgent.cs ├── HttpClient.cs ├── HttpSdk.cs ├── HttpServer.cs ├── IpAddress.cs ├── Properties │ └── AssemblyInfo.cs ├── SSLAgent.cs ├── SSLClient.cs ├── SSLHttpAgent.cs ├── SSLHttpClient.cs ├── SSLHttpSdk.cs ├── SSLHttpServer.cs ├── SSLPackAgent.CS ├── SSLPackClient.cs ├── SSLPackServer.cs ├── SSLPullAgent.cs ├── SSLPullClient.cs ├── SSLPullServer.cs ├── SSLSdk.cs ├── SSLServer.cs ├── Sdk.cs ├── TcpAgent.cs ├── TcpClient.cs ├── TcpPackAgent.cs ├── TcpPackClient.cs ├── TcpPackServer.cs ├── TcpPullAgent.cs ├── TcpPullClient.cs ├── TcpPullServer.cs ├── TcpServer.cs └── WebSocketServer.cs ├── Infrastructure ├── App.config ├── Byte │ └── ByteHelper.cs ├── Config │ ├── ConfigInit.cs │ └── SysConfig.cs ├── DynCompile │ ├── ClassHelper.cs │ └── DynamicCompile.cs ├── Encrypt │ └── EncryptHelper.cs ├── File │ ├── ConvertHelper.cs │ └── FileHelper.cs ├── Http │ └── WebServiceHelper.cs ├── Infrastructure.csproj ├── Log │ └── WriteDeviceLog.cs ├── MsgPack │ └── MsgPackHelper.cs ├── Properties │ └── AssemblyInfo.cs ├── Reflection │ ├── DynamicMethodEmit.cs │ ├── MethodWrapper.cs │ ├── MyEvaluator.cs │ ├── ObjectReflection.cs │ ├── PropertyWrapper.cs │ └── ReflectionExtensions.cs ├── Time │ └── TimeHelper.cs ├── Util │ └── PerformanceTracer.cs ├── WindowsService │ ├── WMIHelper.cs │ └── WindowsServiceHelper.cs └── XML │ └── XmlHelper.cs ├── MyRobot.CommunicatePackage.Core ├── IDataResolve.cs ├── Init_TCPServer.cs ├── MyRobot.CommunicatePackage.Core.csproj ├── Properties │ └── AssemblyInfo.cs └── lib │ ├── MsgPack.dll │ ├── SmartThreadPool.dll │ └── SmartThreadPool.pdb ├── MyRobot.Interface.AutoUpdater ├── MyRobot.Interface.AutoUpdater.csproj ├── Properties │ └── AssemblyInfo.cs └── ResolveResult.cs └── MyRobotModel ├── CommonModel ├── AccessToken.cs ├── ClientInfo.cs ├── CommonDataModel.cs ├── EmailRetryModel.cs ├── Point.cs ├── Polygon.cs ├── SQLRetryModel.cs ├── SendPackModel.cs ├── ServiceInfoDictionary.cs ├── ServiceInfoModel.cs ├── SpreadModel.cs ├── TaskResultModel.cs ├── TaskStatus.cs ├── TimeList.cs └── 接入服务ResultModel.cs ├── DataModel └── DataTable.cs ├── FileInformation.cs ├── MyRobotModel.csproj ├── Properties └── AssemblyInfo.cs └── Struct └── 更新文件结构体.cs /Client/AutoUpdater.Client.Test.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test.sln -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/App.config -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/AutoUpdater.Client.Test.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/AutoUpdater.Client.Test.csproj -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Program.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Properties/Resources.resx -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/Properties/Settings.settings -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/TestForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/TestForm.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/TestForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/TestForm.cs -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/TestForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/TestForm.resx -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/demo1.png -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/demo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/demo2.png -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/demo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/demo3.png -------------------------------------------------------------------------------- /Client/AutoUpdater.Client.Test/客户端主动请求服务器文件逻辑流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater.Client.Test/客户端主动请求服务器文件逻辑流程.png -------------------------------------------------------------------------------- /Client/AutoUpdater/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/App.config -------------------------------------------------------------------------------- /Client/AutoUpdater/AutoUpdater.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/AutoUpdater.csproj -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/ByteHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/ByteHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/FileHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/FileHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/FormAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/FormAPI.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/MsgPackHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/MsgPackHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/SerializableHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/SerializableHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/TcpClientWithTimeout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/TcpClientWithTimeout.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/UpdaterHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/UpdaterHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Common/WriteDeviceLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Common/WriteDeviceLog.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MainForm.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MainForm.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MainForm.resx -------------------------------------------------------------------------------- /Client/AutoUpdater/Model/UpdaterModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Model/UpdaterModel.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/AsyncReadResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/AsyncReadResult.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/AsyncReadResult`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/AsyncReadResult`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/BigEndianBinary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/BigEndianBinary.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Binary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Binary.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/BufferManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/BufferManager.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/BufferedStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/BufferedStream.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ByteArrayPacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ByteArrayPacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ByteArrayUnpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ByteArrayUnpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ByteBufferAllocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ByteBufferAllocator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/CollectionDebuggerProxy`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/CollectionDebuggerProxy`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/CollectionOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/CollectionOperation.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/CollectionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/CollectionType.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Contract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Contract.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Delegates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Delegates.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Delegates.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Delegates.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Delegates1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Delegates2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Delegates2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/DictionaryDebuggerProxy`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/DictionaryDebuggerProxy`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/EncodingExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/EncodingExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/FixedArrayBufferAllocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/FixedArrayBufferAllocator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Float32Bits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Float32Bits.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Float64Bits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Float64Bits.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/GlobalSuppressions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/IAsyncPackable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/IAsyncPackable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/IAsyncUnpackable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/IAsyncUnpackable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/IPackable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/IPackable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/IRootUnpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/IRootUnpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/IUnpackable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/IUnpackable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Int32OffsetValue`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Int32OffsetValue`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Int64OffsetValue`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Int64OffsetValue`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/InvalidMessagePackStreamException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/InvalidMessagePackStreamException.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/KnownExtTypeCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/KnownExtTypeCode.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/KnownExtTypeName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/KnownExtTypeName.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MPContract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MPContract.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessageNotSupportedException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessageNotSupportedException.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.Pack2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayPacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.Unpack2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackByteArrayUnpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackCode.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackConvert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackConvert.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackExtendedTypeObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackExtendedTypeObject.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObject.Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObject.Utilities.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObject.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObject.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObject.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObject1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObject2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.Enumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.Enumerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.KeySet.Enumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.KeySet.Enumerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.KeySet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.KeySet.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.ValueCollection.Enumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.ValueCollection.Enumerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.ValueCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.ValueCollection.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectDictionary.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackObjectEqualityComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackObjectEqualityComparer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackPackerCommon.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackPackerCommon.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamPacker.Pack2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamPacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamPacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.Unpack2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackStreamUnpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackString.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.Read.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.Read.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.Skip.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.Skip.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessagePackUnpackerCommon.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/MessageTypeException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/MessageTypeException.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/NetFxCompatibilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/NetFxCompatibilities.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/NetStandardCompatibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/NetStandardCompatibility.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Factory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.Factory.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Nullable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.Nullable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Nullable.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.Nullable.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Nullable1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Nullable2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Packing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.Packing.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Packing.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.Packing.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Packing1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.Packing2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Packer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Packer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerCompatibilityOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PackerCompatibilityOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerUnpackerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PackerUnpackerExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerUnpackerExtensions.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PackerUnpackerExtensions.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerUnpackerExtensions1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerUnpackerExtensions2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackerUnpackerStreamOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PackerUnpackerStreamOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PackingOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PackingOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/PreserveAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/PreserveAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ReadValueResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ReadValueResult.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ReadValueResults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ReadValueResults.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/ReflectionAbstractions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/ReflectionAbstractions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ActionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ActionType.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/CachedDelegateInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/CachedDelegateInfo.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ConstructorDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ConstructorDefinition.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/EnumSerializerMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/EnumSerializerMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/FieldDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/FieldDefinition.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/FieldName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/FieldName.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ICodeConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ICodeConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerBuilder.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerCodeGenerationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerCodeGenerationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerCodeGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/ISerializerCodeGenerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodDefinition.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodName.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodNamePrefix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/MethodNamePrefix.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilderHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilderHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Collection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Collection.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.CommonConstructs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.CommonConstructs.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Enum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Enum.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Nullable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Nullable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Object.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Object.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Tuple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.Tuple.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerBuilder`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerFieldKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerFieldKey.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerGenerationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerGenerationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerSpecification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/SerializerSpecification.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/TypeDefinition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/AbstractSerializers/TypeDefinition.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/BindingOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/BindingOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomSerializerBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/CodeDomSerializerBuilder.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/ExpressionCodeDomConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/ExpressionCodeDomConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/ParameterCodeDomConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/ParameterCodeDomConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/StatementCodeDomConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/StatementCodeDomConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/VariableCodeDomConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeDomSerializers/VariableCodeDomConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CodeGenerationSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CodeGenerationSink.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionDetailedKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionDetailedKind.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionKind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionKind.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionMessagePackSerializerBase`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionMessagePackSerializerBase`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionSerializerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/CollectionSerializerHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/DictionaryMessagePackSerializerBase`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/DictionaryMessagePackSerializerBase`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/DictionaryMessagePackSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/DictionaryMessagePackSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/EnumerableMessagePackSerializerBase`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/EnumerableMessagePackSerializerBase`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/EnumerableMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/EnumerableMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ICollectionInstanceFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ICollectionInstanceFactory.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericCollectionMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericCollectionMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericDictionaryMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericDictionaryMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericEnumerableMessagePackSerializerBase`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericEnumerableMessagePackSerializerBase`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericEnumerableMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericEnumerableMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericListMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/NonGenericListMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ReadOnlyCollectionMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionSerializers/ReadOnlyDictionaryMessagePackSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionTraitOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionTraitOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/CollectionTraits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/CollectionTraits.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DataMemberContract.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DataMemberContract.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DateTimeConversionMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DateTimeConversionMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DateTimeMemberConversionMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DateTimeMemberConversionMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DateTimeMessagePackSerializerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DateTimeMessagePackSerializerHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultConcreteTypeRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultConcreteTypeRepository.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializerNameResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializerNameResolver.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractCollectionMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractCollectionMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractCollectionSerializerHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractCollectionSerializerHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractDictionaryMessagePackSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractDictionaryMessagePackSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractEnumerableMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractEnumerableMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericCollectionMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericCollectionMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericDictionaryMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericDictionaryMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericEnumerableMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericEnumerableMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericListMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractNonGenericListMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyCollectionMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/AbstractReadOnlyDictionaryMessagePackSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySegmentMessageSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySegmentMessageSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.Primitives2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ArraySerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeMessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeMessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeOffsetMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeOffsetMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeOffsetMessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DateTimeOffsetMessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/DefaultSerializers2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FSharpCollectionSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FSharpMapSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/FileTimeMessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/GenericSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/GenericSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableCollectionSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableDictionarySerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/ImmutableStackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/InternalDateTimeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/InternalDateTimeExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MessagePackObjectExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MessagePackObjectExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackExtendedTypeObjectMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackExtendedTypeObjectMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackObjectDictionaryMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackObjectDictionaryMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackObjectMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MsgPack_MessagePackObjectMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MultidimensionalArraySerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/MultidimensionalArraySerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NativeDateTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NativeDateTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NativeFileTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NullableMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/NullableMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/SimdTypeSerializers2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ArraySegment_1MessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ArraySegment_1MessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ByteArrayMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ByteArrayMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_CharArrayMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_CharArrayMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_DictionaryEntryMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_DictionaryEntryMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Dictionary_2MessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Dictionary_2MessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_KeyValuePair_2MessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_KeyValuePair_2MessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_ListOfMessagePackObjectMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_ListOfMessagePackObjectMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_List_1MessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_List_1MessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Queue_1MessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Stack_1MessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Generic_Stack_1MessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_QueueMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Collections_StackMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_DBNullMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_DBNullMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Globalization_CultureInfoMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Globalization_CultureInfoMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Numerics_ComplexMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ObjectMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_ObjectMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Security_Cryptography_HashAlgorithmNameMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_StringMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_StringMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Text_StringBuilderMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_Text_StringBuilderMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_UriMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_UriMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_VersionMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/System_VersionMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampDateTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampDateTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampFileTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampFileTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampMessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/TimestampMessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/UnixEpocDateTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/UnixEpocDateTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DefaultSerializers/UnixEpocFileTimeMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DependentAssemblyManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DependentAssemblyManager.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DictionaryKeyTransformers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DictionaryKeyTransformers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/DictionarySerlaizationOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/DictionarySerlaizationOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmitterFlavor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmitterFlavor.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AndConditionILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AndConditionILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderCodeGenerationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderCodeGenerationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderEmittingContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderEmittingContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderSerializerBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/AssemblyBuilderSerializerBuilder.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/BinaryOperatorILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/BinaryOperatorILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ConditionalILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ConditionalILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ContextfulILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ContextfulILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ILMethodConctext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/ILMethodConctext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/InvocationILConsruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/InvocationILConsruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/LoadFieldILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/LoadFieldILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SequenceILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SequenceILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializationMethodGeneratorManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializationMethodGeneratorManager.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.enum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.enum.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.object.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SerializerEmitter.object.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SinglelStepILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/SinglelStepILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StatementExpressionILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StatementExpressionILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StoreFieldILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StoreFieldILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StoreVariableILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/StoreVariableILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/UnaryOperatorILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/UnaryOperatorILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/VariableILConstruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EmittingSerializers/VariableILConstruct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumMemberSerializationMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumMemberSerializationMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializerHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumNameTransformers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumNameTransformers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumSerializationMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumSerializationMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/EnumSerializationOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/EnumSerializationOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ExtTypeCodeMapping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ExtTypeCodeMapping.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ICustomizableEnumSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ICustomizableEnumSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/IMessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/IMessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/IMessagePackSingleObjectSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/IMessagePackSingleObjectSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/INilImplicationHandlerOnUnpackedParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/INilImplicationHandlerOnUnpackedParameter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/INilImplicationHandlerParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/INilImplicationHandlerParameter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ISerializerGeneratorConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ISerializerGeneratorConfiguration.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/IdentifierUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/IdentifierUtility.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/IndividualFileCodeGenerationSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/IndividualFileCodeGenerationSink.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/KeyNameTransformers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/KeyNameTransformers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/LazyDelegatingMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/LazyDelegatingMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackDateTimeMemberAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackDateTimeMemberAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackDeserializationConstructorAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackDeserializationConstructorAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackEnumAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackEnumAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackEnumMemberAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackEnumMemberAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackIgnoreAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackIgnoreAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackKnownTypeAttributes2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackMemberAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackMemberAttribute.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackRuntimeTypeAttributes2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer.Factories.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer.Factories.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializerExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializerProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializerProvider.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/MessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_CultureInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_CultureInfo.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_DateTimeMessagePackSerializerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_DateTimeMessagePackSerializerHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_Decimal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_Decimal.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_DictionaryEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_DictionaryEntry.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_EnumMessagePackSerializerHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_EnumMessagePackSerializerHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_FieldInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_FieldInfo.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_IDictionaryEnumerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_IDictionaryEnumerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_IDisposable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_IDisposable.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_IEnumreator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_IEnumreator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_MessagePackObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_MessagePackObject.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_MessagePackSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_MessagePackSerializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_MethodBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_MethodBase.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_Object.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_Object.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_Packer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_Packer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_SerializationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_SerializationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_String.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_UnpackHelpers.direct2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Metadata/_Unpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Metadata/_Unpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NilImplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/NilImplication.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NilImplicationHandler`4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/NilImplicationHandler`4.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NullTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/NullTextWriter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NullTextWriter.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/NullTextWriter.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NullTextWriter1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/NullTextWriter2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PackHelperParameters2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PackHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PackHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/IPolymorphicDeserializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/IPolymorphicDeserializer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/IPolymorphicHelperAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/IPolymorphicHelperAttributes.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/KnownTypePolymorphicMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/KnownTypePolymorphicMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/PolymorphicSerializerProvider`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/PolymorphicSerializerProvider`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/RuntimeTypeVerifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/RuntimeTypeVerifier.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeEmbedingPolymorphicMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeEmbedingPolymorphicMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeInfoEncoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeInfoEncoder.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeInfoEncoding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Polymorphic/TypeInfoEncoding.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphicTypeVerificationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphicTypeVerificationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.Constructors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.Constructors.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.Internals.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.Internals.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchema.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchemaChildrenType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismSchemaChildrenType.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismTarget.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/PolymorphismType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/PolymorphismType.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Reflection/GenericTypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Reflection/GenericTypeExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Reflection/ReflectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Reflection/ReflectionExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.conveniences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.conveniences.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.emits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Reflection/TracingILGenerator.emits.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.CollectionTraits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.CollectionTraits.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.ConstructorDelegate.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.InvokePreservingExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.InvokePreservingExtension.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionExtensions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionCollectionMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionCollectionMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionDictionaryMessagePackSerializer`3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionDictionaryMessagePackSerializer`3.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionEnumMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionEnumMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionEnumerableMessagePackSerializer`2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionEnumerableMessagePackSerializer`2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNilImplicationHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNilImplicationHandler.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGeenricCollectionMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGeenricCollectionMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGeenricEnumerableMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGeenricEnumerableMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGenericDictionaryMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGenericDictionaryMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGenericListMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionNonGenericListMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionObjectMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionObjectMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerHelper.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerNilImplicationHandlerOnUnpackedParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerNilImplicationHandlerOnUnpackedParameter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerNilImplicationHandlerParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionSerializerNilImplicationHandlerParameter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionTupleMessagePackSerializer`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ReflectionSerializers/ReflectionTupleMessagePackSerializer`1.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/ResolveSerializerEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/ResolveSerializerEventArgs.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationCompatibilityOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationCompatibilityOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationContext.ExtTypeCodes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationContext.ExtTypeCodes.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationContext.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationExceptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationExceptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationMethod.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationMethodGeneratorOption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationMethodGeneratorOption.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializationTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializationTarget.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerAssemblyGenerationConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerAssemblyGenerationConfiguration.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerCapabilities.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerCodeGenerationConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerCodeGenerationConfiguration.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerCodeGenerationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerCodeGenerationResult.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerCodeInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerCodeInformation.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerDebugging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerDebugging.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerGenerator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRegistrationOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerRegistrationOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerRepository.defaults2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializerTypeKeyRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializerTypeKeyRepository.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SerializingMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SerializingMember.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/SingleTextWriterCodeGenerationSink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/SingleTextWriterCodeGenerationSink.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/TeeTextWriter2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/Tracer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/Tracer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/TypeKeyRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/TypeKeyRepository.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelperParameters2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.direct2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Serialization/UnpackHelpers.facade2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SetOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/SetOperation.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SingleArrayBufferAllocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/SingleArrayBufferAllocator.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/StringEscape.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/StringEscape.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SubtreeUnpacker.Unpacking2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/SubtreeUnpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/SubtreeUnpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TaskAugument.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TaskAugument.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.Calculation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.Calculation.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.Comparison.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.Comparison.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.Conversion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.Conversion.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.ParseExact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.ParseExact.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.Properties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.Properties.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.ToString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.ToString.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.TryParseExact.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.TryParseExact.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Timestamp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Timestamp.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TimestampParseResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TimestampParseResult.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TimestampStringConverter.Parse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TimestampStringConverter.Parse.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TimestampStringConverter.ToString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TimestampStringConverter.ToString.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TimestampStringConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TimestampStringConverter.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/TupleItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/TupleItems.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Tuple`n.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Tuple`n.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Tuple`n.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Tuple`n.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Tuple`n1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Tuple`n2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Tuple`n2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnassignedMessageTypeException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnassignedMessageTypeException.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackException.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Leaf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.Leaf.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Leaf.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.Leaf.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Leaf1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Leaf2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Unpacking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.Unpacking.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Unpacking.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.Unpacking.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Unpacking.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.Unpacking.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Unpacking1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.Unpacking2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacker.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackerOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackerOptions.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackerValidationLevel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackerValidationLevel.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Numerics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Numerics.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Numerics.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Numerics.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Numerics1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Numerics2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Numerics2.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Others.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Others.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Others.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Others.tt -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Others1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Others2.cs: -------------------------------------------------------------------------------- 1 | ErrorGeneratingOutput -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.Streaming.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.Streaming.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.String.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.String.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Unpacking.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Unpacking.ttinclude -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackingMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackingMode.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackingResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackingResult.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackingStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackingStream.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnpackingStreamReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnpackingStreamReader.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/UnsafeNativeMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/UnsafeNativeMethods.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Validation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Validation.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/Volatile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/Volatile.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/MsgPack/remarks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/MsgPack/remarks.xml -------------------------------------------------------------------------------- /Client/AutoUpdater/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Program.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Properties/Resources.resx -------------------------------------------------------------------------------- /Client/AutoUpdater/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Client/AutoUpdater/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Properties/Settings.settings -------------------------------------------------------------------------------- /Client/AutoUpdater/Resource/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Resource/delete.png -------------------------------------------------------------------------------- /Client/AutoUpdater/Resource/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Resource/favicon.ico -------------------------------------------------------------------------------- /Client/AutoUpdater/Resource/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/Resource/success.png -------------------------------------------------------------------------------- /Client/AutoUpdater/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Client/AutoUpdater/favicon.ico -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/README.md -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test.sln -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/App.config -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/AutoUpdater.Server.Test.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/AutoUpdater.Server.Test.csproj -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/HPSocket4C_U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/HPSocket4C_U.dll -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/HPSocketCS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/HPSocketCS.dll -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/MainForm.Designer.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/MainForm.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/MainForm.resx -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Program.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Properties/Resources.resx -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/Properties/Settings.settings -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.4.1.9004.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.4.1.9004.nupkg -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.4.1.9004.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.4.1.9004.nuspec -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.5.0.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.5.0.2.nupkg -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.5.0.2.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr.3.5.0.2.nuspec -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr3.Runtime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/Antlr3.Runtime.pdb -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/lib/Antlr3.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/lib/Antlr3.Runtime.dll -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/lib/Antlr3.Runtime.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/lib/Antlr3.Runtime.pdb -------------------------------------------------------------------------------- /Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/AutoUpdater.Server.Test/bin/Debug/UpdateTempFile/repositories.config -------------------------------------------------------------------------------- /Server/HPSocketCS/Common.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/Common.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/ErrorResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/ErrorResult.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/Extra.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/Extra.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/HPSocketCS.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/HPSocketCS.csproj -------------------------------------------------------------------------------- /Server/HPSocketCS/HttpAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/HttpAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/HttpClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/HttpClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/HttpSdk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/HttpSdk.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/HttpServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/HttpServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/IpAddress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/IpAddress.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLHttpAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLHttpAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLHttpClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLHttpClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLHttpSdk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLHttpSdk.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLHttpServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLHttpServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPackAgent.CS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPackAgent.CS -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPackClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPackClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPackServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPackServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPullAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPullAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPullClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPullClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLPullServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLPullServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLSdk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLSdk.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/SSLServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/SSLServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/Sdk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/Sdk.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPackAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPackAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPackClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPackClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPackServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPackServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPullAgent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPullAgent.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPullClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPullClient.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpPullServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpPullServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/TcpServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/TcpServer.cs -------------------------------------------------------------------------------- /Server/HPSocketCS/WebSocketServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/HPSocketCS/WebSocketServer.cs -------------------------------------------------------------------------------- /Server/Infrastructure/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/App.config -------------------------------------------------------------------------------- /Server/Infrastructure/Byte/ByteHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Byte/ByteHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Config/ConfigInit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Config/ConfigInit.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Config/SysConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Config/SysConfig.cs -------------------------------------------------------------------------------- /Server/Infrastructure/DynCompile/ClassHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/DynCompile/ClassHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/DynCompile/DynamicCompile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/DynCompile/DynamicCompile.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Encrypt/EncryptHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Encrypt/EncryptHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/File/ConvertHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/File/ConvertHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/File/FileHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/File/FileHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Http/WebServiceHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Http/WebServiceHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Infrastructure.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Infrastructure.csproj -------------------------------------------------------------------------------- /Server/Infrastructure/Log/WriteDeviceLog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Log/WriteDeviceLog.cs -------------------------------------------------------------------------------- /Server/Infrastructure/MsgPack/MsgPackHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/MsgPack/MsgPackHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/DynamicMethodEmit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/DynamicMethodEmit.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/MethodWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/MethodWrapper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/MyEvaluator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/MyEvaluator.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/ObjectReflection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/ObjectReflection.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/PropertyWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/PropertyWrapper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Reflection/ReflectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Reflection/ReflectionExtensions.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Time/TimeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Time/TimeHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/Util/PerformanceTracer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/Util/PerformanceTracer.cs -------------------------------------------------------------------------------- /Server/Infrastructure/WindowsService/WMIHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/WindowsService/WMIHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/WindowsService/WindowsServiceHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/WindowsService/WindowsServiceHelper.cs -------------------------------------------------------------------------------- /Server/Infrastructure/XML/XmlHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/Infrastructure/XML/XmlHelper.cs -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/IDataResolve.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/IDataResolve.cs -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/Init_TCPServer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/Init_TCPServer.cs -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/MyRobot.CommunicatePackage.Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/MyRobot.CommunicatePackage.Core.csproj -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/lib/MsgPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/lib/MsgPack.dll -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/lib/SmartThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/lib/SmartThreadPool.dll -------------------------------------------------------------------------------- /Server/MyRobot.CommunicatePackage.Core/lib/SmartThreadPool.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.CommunicatePackage.Core/lib/SmartThreadPool.pdb -------------------------------------------------------------------------------- /Server/MyRobot.Interface.AutoUpdater/MyRobot.Interface.AutoUpdater.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.Interface.AutoUpdater/MyRobot.Interface.AutoUpdater.csproj -------------------------------------------------------------------------------- /Server/MyRobot.Interface.AutoUpdater/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.Interface.AutoUpdater/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/MyRobot.Interface.AutoUpdater/ResolveResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobot.Interface.AutoUpdater/ResolveResult.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/AccessToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/AccessToken.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/ClientInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/ClientInfo.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/CommonDataModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/CommonDataModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/EmailRetryModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/EmailRetryModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/Point.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/Point.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/Polygon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/Polygon.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/SQLRetryModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/SQLRetryModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/SendPackModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/SendPackModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/ServiceInfoDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/ServiceInfoDictionary.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/ServiceInfoModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/ServiceInfoModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/SpreadModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/SpreadModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/TaskResultModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/TaskResultModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/TaskStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/TaskStatus.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/TimeList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/TimeList.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/CommonModel/接入服务ResultModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/CommonModel/接入服务ResultModel.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/DataModel/DataTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/DataModel/DataTable.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/FileInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/FileInformation.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/MyRobotModel.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/MyRobotModel.csproj -------------------------------------------------------------------------------- /Server/MyRobotModel/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Server/MyRobotModel/Struct/更新文件结构体.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hanjunjun/AutoUpdater/HEAD/Server/MyRobotModel/Struct/更新文件结构体.cs --------------------------------------------------------------------------------