DateTime serialization fixed, added attention labels to serialized fields (dotnet...
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 9 Jun 2017 15:08:13 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 15:08:13 +0000 (17:08 +0200)
commitc42a088b8faef3e9ce6cfd4da4bca28e24a1ef8c
tree14fd4bb8a038cf9bc8ba726b5a1f3256260f5f0a
parent53380f682071e40bd73b572a9e2800469851bc3e
DateTime serialization fixed, added attention labels to serialized fields (dotnet/coreclr#12181)

* DateTime serialization fixed, added attention labels to serialized fields

* CultureAwareComparer serialization fix

* Order or property fixed

Commit migrated from https://github.com/dotnet/coreclr/commit/cdb827b6cf72bdb8b4d0dbdaec160c32de7c185f
28 files changed:
src/coreclr/src/mscorlib/shared/System/Collections/DictionaryEntry.cs
src/coreclr/src/mscorlib/shared/System/Collections/Generic/KeyValuePair.cs
src/coreclr/src/mscorlib/shared/System/DateTime.cs
src/coreclr/src/mscorlib/shared/System/DateTimeOffset.cs
src/coreclr/src/mscorlib/shared/System/StringComparer.cs
src/coreclr/src/mscorlib/shared/System/Text/StringBuilder.cs
src/coreclr/src/mscorlib/shared/System/Version.cs
src/coreclr/src/mscorlib/src/System/AggregateException.cs
src/coreclr/src/mscorlib/src/System/ArraySegment.cs
src/coreclr/src/mscorlib/src/System/Collections/Comparer.cs
src/coreclr/src/mscorlib/src/System/Collections/Generic/Dictionary.cs
src/coreclr/src/mscorlib/src/System/Collections/Generic/List.cs
src/coreclr/src/mscorlib/src/System/Collections/ListDictionaryInternal.cs
src/coreclr/src/mscorlib/src/System/Collections/ObjectModel/Collection.cs
src/coreclr/src/mscorlib/src/System/Collections/ObjectModel/ReadOnlyCollection.cs
src/coreclr/src/mscorlib/src/System/Decimal.cs
src/coreclr/src/mscorlib/src/System/Exception.cs
src/coreclr/src/mscorlib/src/System/Guid.cs
src/coreclr/src/mscorlib/src/System/IntPtr.cs
src/coreclr/src/mscorlib/src/System/Nullable.cs
src/coreclr/src/mscorlib/src/System/TimeSpan.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.AdjustmentRule.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.TransitionTime.cs
src/coreclr/src/mscorlib/src/System/TimeZoneInfo.cs
src/coreclr/src/mscorlib/src/System/Tuple.cs
src/coreclr/src/mscorlib/src/System/UIntPtr.cs
src/coreclr/src/mscorlib/src/System/WeakReference.cs
src/coreclr/src/mscorlib/src/System/WeakReferenceOfT.cs