Intellisense only showing methods of System.Object
Hi,
I'm successfully using the RavenDB LinqPad plugin, but the LINQ extension methods like .Where and .OrderBy are not showing up. I only see the System.Object methods, like ToString() and GetHashCode(). I added a using for System.Linq but that didn't help. does anyone have any suggestions?
Thanks, Scott
I'm successfully using the RavenDB LinqPad plugin, but the LINQ extension methods like .Where and .OrderBy are not showing up. I only see the System.Object methods, like ToString() and GetHashCode(). I added a using for System.Linq but that didn't help. does anyone have any suggestions?
Thanks, Scott
Comments