Skip to content
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

ISSUE-284: fix CSharp crash when passing struct #409

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

gangatp
Copy link
Collaborator

@gangatp gangatp commented Feb 17, 2025

#284

When passing user-defined struct from CSharp bindings to C++, ref should be used to receive them as pointers in implementation side, if its not used it should be received as Value.

This is a direct patch, in the next release updating of ACT will resolve this issue.

Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.08%. Comparing base (b070cda) to head (959dfe4).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #409   +/-   ##
========================================
  Coverage    59.08%   59.08%           
========================================
  Files           64       64           
  Lines        23589    23589           
========================================
  Hits         13937    13937           
  Misses        9652     9652           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@vijaiaeroastro vijaiaeroastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @gangatp. Let's also introduce a few examples of this too for the next release.

@gangatp gangatp merged commit ccedddf into develop Feb 17, 2025
42 checks passed
@gangatp gangatp deleted the gangatp/fix_csharp_temp branch February 17, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants