-
Notifications
You must be signed in to change notification settings - Fork 770
Closed
Description
The IQueryLanguage interface was probably introduced to decouple the Observable-API (the Linq-operators) from the actual implementation. There is only one implementation of IQueryLanguage and I don't think that replacing functionality on different platforms was ever considered a feature (the interface is internal after all). Differences between platforms are handled by compiler directives, so I propose to get rid of the interface and inline the actual implementation.
JohanLarssonakarnokd and f000
Metadata
Metadata
Assignees
Labels
No labels