-
Re: Dumping of "new" property
Good call - the member on the derived type should take precedence. This should now be fixed in the 8.3.5 beta: https://www.linqpad.net/linqpad8.aspx#beta (View Post) -
Re: Humanizer can't get localized resource files
NuGet packages containing only satellite assemblies are now supported in the latest beta: https://www.linqpad.net/LINQPad8.aspx#beta Let me know how you get along. (View Post) -
Re: Query Properties dialog unable to switch tabs using keyboard
This should now be fixed in the latest beta: https://www.linqpad.net/LINQPad8.aspx#beta (View Post) -
Re: The "Util.CacheAsync" get hang on specific condition
This is now fixed in the latest beta, so in this scenario you will now see a helpful error message rather than a non-completing task. (View Post) -
Re: The "Util.CacheAsync" get hang on specific condition
There is indeed a bug here, whereby the task never completes instead of posting an exception. The exception that should appear is as follows: Cannot load type 'UserQuery+VideoDetails' from cache.Add … (View Post)