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

Do not use ThreadStatic on non-static fields #3409

Closed
Evangelink opened this issue Mar 20, 2020 · 1 comment
Closed

Do not use ThreadStatic on non-static fields #3409

Evangelink opened this issue Mar 20, 2020 · 1 comment

Comments

@Evangelink
Copy link
Member

Using the ThreadStatic attribute on a non-static field is a no-op which can result in unexpected result as the code won't behave as you would imagine.

@Evangelink
Copy link
Member Author

Evangelink commented Mar 20, 2020

Moved to microsoft/vs-threading#595

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

No branches or pull requests

1 participant