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
* Made JsonApiController abstract
* Optimization: only check for existing resource if an ID was specified in the request body
* Rename WorkTags to singular, like the other properties
* Added missing members defined in json:api to serialization models
* Change IResourceGraph dependency in JsonApiRoutingConvention to IResourceContextProvider
* Remove dead code path for _serializer == null (constructor asserts that it can never be null)
* Removed unused type TestServerExtensions
* Renamed private method
* Rename IQueryLayerComposer.ComposeForHasManyThrough to ComposeForHasMany
* Search/replace remaining usages of Context.RemoveRange with ClearTableAsync in tests
* Rename IControllerResourceMapping.GetAssociatedResource to GetResourceTypeForController
* Remove IRequestQueryStringAccessor.QueryString (no usages)
0 commit comments