You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Adds IoC container registrations for the various JsonApiDotNetCore resource service interfaces, such as <see cref="IGetAllService{TResource}" />,
60
-
/// <see cref="ICreateService{TResource}" /> and the various others.
58
+
/// Adds IoC container registrations for the various JsonApiDotNetCore resource service interfaces, such as <see cref="IGetAllService{TResource,TId}" />,
59
+
/// <see cref="ICreateService{TResource, TId}" /> and the various others.
Copy file name to clipboardExpand all lines: src/JsonApiDotNetCore/Resources/JsonApiResourceDefinition.cs
-17
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,6 @@
14
14
15
15
namespaceJsonApiDotNetCore.Resources
16
16
{
17
-
/// <summary>
18
-
/// Provides a resource-centric extensibility point for executing custom code when something happens with a resource. The goal here is to reduce the need
19
-
/// for overriding the service and repository layers.
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreTests/IntegrationTests/ReadWrite/Updating/Relationships/RemoveFromToManyRelationshipTests.cs
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ public RemoveFromToManyRelationshipTests(IntegrationTestContext<TestableStartup<
0 commit comments