Alexey Rumyantsev

Results 2 issues of Alexey Rumyantsev

I have nullable property ``` [MyAttribute] public int? NullableProperty { get; set; } ``` with simple attribute ``` public class MyAttribute : Attribute, IPropertyInterceptor { public void OnGet(PropertyInterceptionInfo propertyInterceptionInfo, object...

There are two problems with interseption async methods in generic classes. The first - the missed generic argument in the state machine's field, the second - the empty names of...