-
Notifications
You must be signed in to change notification settings - Fork 359
Access Violation #773
New issue
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
Comments
Hello @KC-Cygnia |
Hi @DocSvartz |
Pre release version 7.4.2-pre02 also crashes |
possible linked with #720 |
@KC-Cygnia Based on your class structure (which appears to be recursive) I'm going to go out on a limb and guess that you are encountering circular recursion which leads to a stack overflow, which produces the access violation error. See if any of these options can help you. |
Hi, |
When mapping to an Input application crashes with no info when doing a multilevel mapping on EF Classes
[SupplyParameterFromForm] public InputModel Input { get; set; } = new();
Crashes on:
Input = _myClass.Adapt<InputModel>();
Crash error: The program '[53536] MyApp.exe' has exited with code 3221225477 (0xc0000005) 'Access violation'.
The text was updated successfully, but these errors were encountered: