I find myself unable to convert even the simplest of fetchXml to c#, pretty sure since installing v 1.2025.3, which I think is the latest version.
I get this error, no matter which options I try:
/*
Failed to generate C# QueryExpression with LateBound code.
Method not found: 'Microsoft.Xrm.Sdk.Query.LinkEntity Microsoft.Xrm.Sdk.Query.FilterExpression.get_AnyAllFilterLinkEntity()'.
*/
I'm not even performing a Link in this query:

I think this must be related to #1108 as that mentions the AnyAllFilterLinkEntity
If I have time later I will try and install the previous version and see if the problem is fixed.