-
Type:
Bug
-
Resolution: Done
-
Priority:
Unknown
-
Affects Version/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
var variable = "Vehicle"; _ = Builders<Person>.IndexKeys.Wildcard(variable);
For this code, instead of the expected MQL:
{ "variable.$**" : 1 }
This MQL is generated:
{ "s__0.$**" : 1 }
PR Link: https://github.com/mongodb/mongo-csharp-analyzer/pull/15