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

C# type safety when passing collections across the api surface #212

Open
1 task done
AddressXception opened this issue Oct 11, 2021 · 0 comments
Open
1 task done
Labels
enhancement New feature or request triage Waiting to be triaged

Comments

@AddressXception
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Suggestion

some objects require a collection in their constructor and take ownership of the collection, such as objects in manifest.cs. this ticket is to fix type safety issues across the dll/pinvoke native interface so that developers do not make transcription mistakes when modifying the library code.

Possible Implementation

No response

Anything else?

No response

@AddressXception AddressXception added enhancement New feature or request triage Waiting to be triaged labels Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Waiting to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant