-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The current structure is:
Linq Linq2 Linq3
The concern is that users will see the `Linq2` and `Linq3` directories in Intellisense and not know that they should not use them.
To make that confusion less likely rename `Linq2` and `Linq3` and move them one level deeper:
Linq Linq\Linq2Implementation Linq\Linq3Implementation