Read method default implementation for requests only accepts a FilterRequest #149
Labels
severity:medium
Slows progress, but workaround is possible
type:compliance
Non-conforming to code guidelines
Milestone
Broken rules:
The Read default implementation for requests only accepts
FilterRequest
s. This is wrong and should acceptIRequest
instead.This does not allow for correct implementation of IRequest as happens in e.g. Revit: BHoM/Revit_Toolkit#364
This chains with another issue: Pull does nothing if specified request is not a FilterRequest.
Suggestions to restore compliance:
Implement another Read overload with
IRequest
as paramter.The text was updated successfully, but these errors were encountered: