We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/Operations/Processors/GetOpProcessor.cs
Lines 60 to 67 in 23329ab
All IOpProcessors should provide a constructor overload that accepts IResourceService and IResourceCmdService or IResourceQueryService
IOpProcessor
IResourceService
IResourceCmdService
IResourceQueryService
The text was updated successfully, but these errors were encountered:
fix(#383): add operation processor overloads
582085f
Closing in favor of #394 and #384
If we register all forms automatically, there should be no need for these overloads...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/Operations/Processors/GetOpProcessor.cs
Lines 60 to 67 in 23329ab
All
IOpProcessor
s should provide a constructor overload that acceptsIResourceService
andIResourceCmdService
orIResourceQueryService
The text was updated successfully, but these errors were encountered: