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#: Use string literal instead of nameof #86373

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

raulsntos
Copy link
Member

Using nameof expressions with method parameters requires C# 11 and we're currently on C# 10.

Using `nameof` expressions with method parameters requires C# 11 and we're currently on C# 10.
@YuriSizov YuriSizov merged commit 9d1cbab into godotengine:master Dec 21, 2023
15 checks passed
@YuriSizov
Copy link
Contributor

Thanks a lot!

@raulsntos raulsntos deleted the dotnet/fix-nameof branch December 21, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants