Skip to content

Conversation

zpgit
Copy link

@zpgit zpgit commented Oct 8, 2021

The unsafe specifier in C# binding is unnecessary.

@martinweismann PTAL.

@zpgit zpgit requested a review from martinweismann October 8, 2021 09:29
@martinweismann
Copy link
Member

martinweismann commented Oct 8, 2021

Unfortunately, and against my previous investigation, there is a problem with this PR:

Error CS0214 Pointers and fixed size buffers may only be used in an unsafe context

image

Any idea to work around that @zpgit ?

@zpgit
Copy link
Author

zpgit commented Oct 27, 2021

Unfortunately, and against my previous investigation, there is a problem with this PR:

Error CS0214 Pointers and fixed size buffers may only be used in an unsafe context

image

Any idea to work around that @zpgit ?

Hi @martinweismann ,
As we discussed on slack, I have merged the change from Pavlo to this pull request.
Please take another look. Thanks.

zpgit added 2 commits August 26, 2022 09:27
The unsafe specifier in C# binding is unnecessary.
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