Hello,
There seems to be a bug in the 17.2 version with intellisense. Lets say you have a line of code like this:
collection.Where(t => t.Property == "a")
Now, when you want to insert another condition and write "&& t." the intellisense automatically changes the "t" to "this" after pressing dot.
Is this issue resolved in the newer versions?
Thank you