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
Assemblies affected Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
Describe the bug A clear and concise description of what the bug is.
Reproduce steps As these comments mentioned, https://github.com/OData/AspNetCoreOData/blob/main/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataResourceSerializer.cs#L1338-L1351
When updating to ODL 7.16.0, please fix it.
Data Model Please share your Data model, for example, your C# class.
EDM (CSDL) Model Please share your Edm model, for example, CSDL file. You can send $metadata to get a CSDL XML content.
$metadata
Request/Response Please share your request Uri, head or the request body Please share your response head, body.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Please share your call stack or any error message Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
There is an ODL fix PR here
Sorry, something went wrong.
Once the new ODL version has been released, we should take that version and remove the code that @xuzhg has referenced in this issue.
xuzhg
Successfully merging a pull request may close this issue.
Assemblies affected
Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
Describe the bug
A clear and concise description of what the bug is.
Reproduce steps
As these comments mentioned,
https://github.com/OData/AspNetCoreOData/blob/main/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataResourceSerializer.cs#L1338-L1351
When updating to ODL 7.16.0, please fix it.
Data Model
Please share your Data model, for example, your C# class.
EDM (CSDL) Model
Please share your Edm model, for example, CSDL file.
You can send
$metadata
to get a CSDL XML content.Request/Response
Please share your request Uri, head or the request body
Please share your response head, body.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Please share your call stack or any error message
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: