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

Update single-project.md | using correct extension method ToPlatform() instead of ToNative() #2720

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

bhavanesh2001
Copy link
Contributor

In the example of Platform-specific code section ToNative() extension method is being used on a Color.

But In reality, There is no such extension method of Color exists.

It need's to replaced with ToPlatform() extension method which exists.

…hod.

In the example of Platform-specific code section `ToNative()` extension method is being used on a Color. 

But In reality, There is no such extension method of Color exists.

It need's to replaced with `ToPlatform()` extension method which exists.
@bhavanesh2001
Copy link
Contributor Author

#sign-off

@davidbritch davidbritch merged commit 56297d9 into dotnet:main Jan 10, 2025
4 checks passed
@bhavanesh2001 bhavanesh2001 deleted the patch-1 branch January 10, 2025 12:22
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