Skip to content

Add NET 8 targets to core libraries #5153

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

Merged
merged 1 commit into from
Apr 21, 2025
Merged

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Apr 21, 2025

This will link code to newer and more performance APIs automatically.Like string.Trim('/') will translate to char taking version on NET 8 and in netstandard/net462 it will create new params char array which is bad for performance.

@lahma lahma merged commit e068c32 into RicoSuter:master Apr 21, 2025
3 checks passed
@lahma lahma deleted the net-8-target branch April 21, 2025 12:23
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.

1 participant