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

Analyzer to warn against thread-local storage #152

Open
yaakov-h opened this issue Jun 21, 2021 · 0 comments
Open

Analyzer to warn against thread-local storage #152

yaakov-h opened this issue Jun 21, 2021 · 0 comments

Comments

@yaakov-h
Copy link
Member

We should flag uses of ThreadStaticAttribute and System.Threading.ThreadLocal<T>.

Developers should be encouraged to find more suitable means of passing data around, and to use AsyncLocal<T> only if strictly necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant