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 RuntimeHelpers.IsReferenceOrContainsReferences polyfill #65

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

Sergio0694
Copy link
Member

Closes #32

This PR fixes the internal RuntimeHelpers.IsReferenceOrContainsReferences<T> polyfill for pointer types.

@Sergio0694 Sergio0694 added high-performance 🚂 Issues/PRs for the HighPerformance package bugfix 🔧 PRs fixing a discovered bug labels Dec 17, 2021
@Sergio0694 Sergio0694 force-pushed the dev/fix-runtime-helpers-polyfill branch from d73df92 to 83cd69a Compare December 20, 2021 11:49
@Sergio0694 Sergio0694 force-pushed the dev/fix-runtime-helpers-polyfill branch from 83cd69a to cefd1f7 Compare December 20, 2021 12:00
@Sergio0694 Sergio0694 merged commit ab97136 into main Dec 20, 2021
@delete-merged-branch delete-merged-branch bot deleted the dev/fix-runtime-helpers-polyfill branch December 20, 2021 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔧 PRs fixing a discovered bug high-performance 🚂 Issues/PRs for the HighPerformance package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix portable IsReferenceOrContainsReference<T> for pointer types
3 participants