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
Service and repository shorthand types (e.g. FooService : IResourceService<Foo>) should also be registered. Currently, they are missing:
FooService : IResourceService<Foo>
JsonApiDotNetCore/src/JsonApiDotNetCore/Graph/ServiceDiscoveryFacade.cs
Lines 110 to 116 in c1bf919
The solution should also take #384 into consideration.
The text was updated successfully, but these errors were encountered:
fix(#394): register shorthand service types during discovery
e93e12e
Merge pull request #399 from json-api-dotnet/fix/#394
b6ce80d
No branches or pull requests
Description
Service and repository shorthand types (e.g.
FooService : IResourceService<Foo>
) should also be registered. Currently, they are missing:JsonApiDotNetCore/src/JsonApiDotNetCore/Graph/ServiceDiscoveryFacade.cs
Lines 110 to 116 in c1bf919
The solution should also take #384 into consideration.
The text was updated successfully, but these errors were encountered: