Posts
Sort by recent activity
My list of bugs and suggestions
There is a bug in decompiling expressions with nullable enums.
Compile the code below and look at method TestEnumNullableValue and TestEnumNullableProperty in Reflector.
using System;
using System....