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
I am able to cause a System.Runtime.InteropServices.SEHException that causes the application to crash. When grouping by a Guid identifier. I have created a small application to allow you to reproduce the issue here:
A System.Runtime.InteropServices.SEHException is thrown
The text was updated successfully, but these errors were encountered:
da1rren
changed the title
System.Runtime.InteropServices.SEHException
System.Runtime.InteropServices.SEHException is thrown when grouping on Guids
Sep 3, 2018
Summary
I am able to cause a System.Runtime.InteropServices.SEHException that causes the application to crash. When grouping by a Guid identifier. I have created a small application to allow you to reproduce the issue here:
https://github.com/da1rren/OData-AccessViolationException
Assemblies affected
7.0.1 .Net Core 2.1.0
Reproduce steps
Run https://github.com/da1rren/OData-AccessViolationException
Then query https://localhost:44318/odata/People?$apply=groupby((Id))
Expected result
A list of Ids should be displayed
Actual result
A System.Runtime.InteropServices.SEHException is thrown
The text was updated successfully, but these errors were encountered: