no-service-found
(Previously no-routes
) shouldn't emit for non user code
#2679
Labels
Milestone
no-service-found
(Previously no-routes
) shouldn't emit for non user code
#2679
This PR improved the error #2673 but it still will emit in the case where you import a library that might have operations but you don't have some. I think we should also exclude non user code as the goal is really just to catch a missing
@service
on the user namespaceThe text was updated successfully, but these errors were encountered: