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

Performance improvement for .NET 9.0+ #545

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

MarkCiliaVincenti
Copy link
Contributor

No description provided.

@catcherwong
Copy link
Member

Before .NET 9 release a stable version, we shall not add it in TargetFrameworks.

@MarkCiliaVincenti
Copy link
Contributor Author

Before .NET 9 release a stable version, we shall not add it in TargetFrameworks.

Fair enough, otherwise LGTY?

@MarkCiliaVincenti
Copy link
Contributor Author

Due to the possibility of thread aborts in .NET Standard 2.0 (they were removed in .NET 5.0), unfortunately we need to change the methods here to use the 'factory method' as explained in https://github.com/MarkCiliaVincenti/Backport.System.Threading.Lock. Let me know if you are interested and I will amend this PR.

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