orleans/test/Orleans.Serialization.UnitT...
Reuben Bond 8bba0b75f3 Fix behavior of DictionaryBaseCodec when values are added from constructor (#8993)
(cherry picked from commit f89629b2b1)

# Conflicts:
#	test/Orleans.Serialization.UnitTests/BuiltInCodecTests.cs
2024-05-13 09:46:03 -07:00
..
Properties Add serializer support for required members (#8595) 2023-08-30 08:08:21 -07:00
BuiltInCodecTests.cs Fix behavior of DictionaryBaseCodec when values are added from constructor (#8993) 2024-05-13 09:46:03 -07:00
ConverterTests.cs Remove all unused usings (#8603) 2023-09-01 07:04:33 -07:00
GeneratedSerializerTests.cs Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) (#8698) 2023-11-11 13:27:59 -08:00
ISerializableTests.cs Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) (#8698) 2023-11-11 13:27:59 -08:00
InvokableTestInterfaces.cs Use compound type aliases for generated classes (#7943) 2022-10-12 11:45:10 -07:00
JsonSerializerTests.cs Remove all unused usings (#8603) 2023-09-01 07:04:33 -07:00
ManualVersionToleranceTests.cs Optimize static codec serialization (#8206) 2022-12-01 18:37:23 -08:00
Models.cs Throw when deserializing Exceptions by reference, and avoid reference tracking for all Exception-derived types (#8628) (#8698) 2023-11-11 13:27:59 -08:00
NewtonsoftJsonCodecTests.cs Add codecs for Int128, UInt128, and Half (#8100) 2022-11-08 08:00:52 -08:00
NumericsWideningAndNarrowingTests.cs Address all IDE0034 warnings. Simplify default expressions (#8607) 2023-09-01 08:57:35 -07:00
Orleans.Serialization.UnitTests.csproj Implement PooledBuffer, a higher perf, more versatile alternative to PooledArrayBufferWriter (#8453) 2023-06-01 06:11:36 -07:00
PolymorphismTests.cs Remove all unused usings (#8603) 2023-09-01 07:04:33 -07:00
PooledBufferTests.cs Fix `PooledBuffer` serialization & initialize ActivationMigrationManager on startup (#8852) (#8861) 2024-02-16 12:31:07 -08:00
ProtobufSerializerTests.cs Protobuf copiers/codecs for data types (#8359) 2023-04-11 08:34:57 -07:00
ReaderWriterTests.cs Fix overread bug in Reader Skip (#8709) 2023-11-07 20:51:27 -08:00
RecordSerializationTests.cs Fix serialization for records which have no properties of their own (#8289) 2023-01-30 08:53:07 -08:00
Request.cs Avoid hiding the stack of exceptions thrown from user code (#8706) 2023-11-07 09:18:01 -08:00
TypeEncodingTests.cs Use compound type aliases for generated classes (#7943) 2022-10-12 11:45:10 -07:00
protobuf-model.proto Update Protobuf Serializer (#8334) 2023-03-07 15:28:43 -08:00