Skip to content

Fix parameter name conflict when compiling for .NET Framework 4.6.2 - #65

Merged
momo-the-monster merged 1 commit into
vrchat-community:mainfrom
sync1211:fix/net462-parameter-name-conflict
Jun 27, 2026
Merged

Fix parameter name conflict when compiling for .NET Framework 4.6.2#65
momo-the-monster merged 1 commit into
vrchat-community:mainfrom
sync1211:fix/net462-parameter-name-conflict

Conversation

@sync1211

Copy link
Copy Markdown
Contributor

Compilation for target .NET Framework 4.6.2 fails due to a parameter name within a lambda already being defined in the surrounding scope.

This PR renames this parameter from "p" to "sp" to avoid this conflict.

@github-actions

github-actions Bot commented Dec 10, 2025

Copy link
Copy Markdown

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@sync1211

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@momo-the-monster momo-the-monster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for this fix! Sorry it took so long to approve, just making my way back to this repo now.

@momo-the-monster

Copy link
Copy Markdown
Contributor

fixes #67

@momo-the-monster
momo-the-monster merged commit 095d0c9 into vrchat-community:main Jun 27, 2026
1 of 2 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants