Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2017-06-23 03:15:30 +0300
committerDan Moseley <danmose@microsoft.com>2017-06-23 03:15:30 +0300
commitfe3678109c8897854f7c943d2a0e44a127852d54 (patch)
treeddc26f0ac1e5b636ec1f4a915bf135a618ea5632 /src/System.Drawing.Primitives
parent5f48a09f59f49221d2051b712280511a489752d9 (diff)
Fixing SizeF, CookieContainer, CookieCollection serialization between Core <--> Desktop and adding full binary mode tests (#21223)
* Adding TypeForward to PathListComparer, CookieCollection member, full-mode tests, SizeF publickeytoken fix * Making FormatterAssemblyStyle explicit * Update blobs after CompareInfo culture field added to serialization payload * Added blob integrity check * Remove unnecessary operation which has no impact on netfx serialization * Putting pragma around the unused field... * Setting m_version value to include it in the serialization payload. Remove static versions for blob comparison * Update compare logic * update blobs * disable checking if blob has changed
Diffstat (limited to 'src/System.Drawing.Primitives')
-rw-r--r--src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs b/src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs
index 9fd809dda0..8ed48ee0af 100644
--- a/src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs
+++ b/src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs
@@ -17,7 +17,7 @@ namespace System.Drawing
/// </para>
/// </summary>
[Serializable]
- [System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public struct SizeF : IEquatable<SizeF>
{
/// <summary>