-
-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
This issue tracks breaking changes we'd like to take for the next major version.
- Change detail message in
RequestMethodNotAllowedExceptionfrom "Resource does not support {method} requests." to "Endpoint does not support {method} requests." - Rename enum
StandardQueryStringParameterstoQueryStringParametersJsonApiQueryStringParameters(changed due to namespace clash) - Remove obsolete methods
- Remove suppression on variance in
IResourceDefinition<,>and makeTIdcontravariant - Correct terminology: rename 'secondaryResourceId' in relationship pipeline to 'rightResourceId'
- Remove
IJsonApiRequest.BasePath - Remove
EntityFrameworkCoreSupport.Version, along with its usages (for working around EF Core breaking changes and bugs). - Consistently set
IJsonApiRequest.OperationKindfromcontroller actionsmiddleware and rename toWriteOperationKind