Skip to content

Retire IQueryLanguage #526

@danielcweber

Description

@danielcweber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions