RuntimeBinderException while using Newtonsoft Json with dynamic after installing Reactive Extensions

前端 未结 2 1163
轮回少年
轮回少年 2021-01-21 01:33

I was using the following code:

public async Task LoginAsync(string username, string password)
{
    //removed irrelevant code from snippet

    va         


        
2条回答
  •  长发绾君心
    2021-01-21 01:56

    I hit this exact issue in VS 2015.

    The fix was to enable "Just My Code" in Tools > Options > Debugging > General.

提交回复
热议问题