I've tried the following easy LINQ query:
Resulting in the following exception: Member 'Microsoft.VisualBasic.CompilerServices.Operators.CompareString' is not supported. |
Likely, that's one more issue related to VB.NET we should fix - it really uses a different method in this case, but our LINQ translator doesn't handle this. We'll fix the issue in few days. hehe, pretty crucial feature to start using DO with VB.NET Michiel: You must have in mind that DO4 was written primary for C#, C# project templates, PostSharp, etc... 1
That's true; also, VB.NET users historically aren't the group we're focused on, but that's not an excuse :( We'll fix this issue (as well as few other related to VB.NET) on this week. Btw, we were aware there are issues related to VB.NET specific methods in LINQ (most of VB.NET-specific methods aren't supported). But one of our policies is strong focus on customer requirements - i.e. we normally don't resolve non-critical issues until this isn't requested by some of customers of adopters. 1
So currently there are two issues related to VB.NET:
2
Both issues are fixed, so VB.NET got nearly equal support as C#. |