Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vargaz
Copy link
Contributor

@vargaz vargaz commented Apr 8, 2020

Fixes #17735.

Assert.AreEqual (TypeCode.UInt16, Type.GetTypeCode (typeof (ushort)), "#16");
Assert.AreEqual (TypeCode.UInt32, Type.GetTypeCode (typeof (uint)), "#17");
Assert.AreEqual (TypeCode.UInt64, Type.GetTypeCode (typeof (ulong)), "#18");
Assert.AreEqual (TypeCode.Int32, Type.GetTypeCode (typeof (GenericEnum<int>.TheEnum)));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: “#19

@lewing
Copy link
Member

lewing commented Apr 8, 2020

@monojenkins backport 3.2-wasm

@vargaz
Copy link
Contributor Author

vargaz commented Apr 8, 2020

@monojenkins build failed

@vargaz vargaz merged commit b33943d into mono:master Apr 8, 2020
@vargaz vargaz deleted the fix-generic-enum-typecode branch April 8, 2020 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deserialization failures in Blazor WASM

3 participants