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

Fix SilkMarshal.PtrToStringArray ignores the encoding parameter #2376

Merged

Conversation

Exanite
Copy link
Contributor

@Exanite Exanite commented Dec 6, 2024

Summary of the PR

This fixes #2375 by making SilkMarshal.PtrToStringArray respect the encoding parameter that is passed in.

Related issues, Discord discussions, or proposals

#2375

Further Comments

This also adds Silk.NET.Core.Tests, a new test project for Silk.NET.Core.
This part will be used more in my next pull request, #2377, which depends on this one.

@Exanite Exanite changed the title Fix/ptrtostringarray ignores encoding parameter Fix SilkMarshal.PtrToStringArray ignores the encoding parameter Dec 6, 2024
@Exanite
Copy link
Contributor Author

Exanite commented Dec 6, 2024

@dotnet-policy-service agree

@Exanite Exanite marked this pull request as ready for review December 6, 2024 16:21
@Exanite Exanite requested a review from a team as a code owner December 6, 2024 16:21
@Perksey Perksey merged commit 52f00d3 into dotnet:main Dec 6, 2024
5 checks passed
@Exanite Exanite deleted the fix/ptrtostringarray-ignores-encoding-parameter branch December 8, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

SilkMarshal.PtrToStringArray ignores the encoding parameter
2 participants