Skip to content

Fixed NullReferenceException for GetStaticFieldValue and GetStaticPropertyValue methods, CachedTypeInfo<T> renamed to to Type<T>

Compare
Choose a tag to compare
@Konard Konard released this 15 Aug 17:22
· 245 commits to master since this release

https://www.nuget.org/packages/Platform.Reflection/0.0.5

Fixed NullReferenceException for GetStaticFieldValue and GetStaticPropertyValue methods.
CachedTypeInfo renamed to to Type.
Type.Type field renamed to Type.TheType.
Tests added.
Added TypeTests.UInt64IsNumericTest.