-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add analyzer for Environment.CurrentManagedThreadId #43257
Closed
jkotas opened this issue
Oct 10, 2020
· 4 comments
· Fixed by dotnet/roslyn-analyzers#4909 or #49393
Closed
Add analyzer for Environment.CurrentManagedThreadId #43257
jkotas opened this issue
Oct 10, 2020
· 4 comments
· Fixed by dotnet/roslyn-analyzers#4909 or #49393
Labels
api-approved
API was approved in API review, it can be implemented
area-System.Runtime
code-analyzer
Marks an issue that suggests a Roslyn analyzer
code-fixer
Marks an issue that suggests a Roslyn code fixer
help wanted
[up-for-grabs] Good issue for external contributors
Milestone
Comments
Dotnet-GitSync-Bot
added
area-System.Threading
untriaged
New issue has not been triaged by the area owner
labels
Oct 10, 2020
jkotas
added
code-analyzer
Marks an issue that suggests a Roslyn analyzer
help wanted
[up-for-grabs] Good issue for external contributors
and removed
area-System.Threading
untriaged
New issue has not been triaged by the area owner
labels
Oct 10, 2020
Hi @jkotas, do we need to include this code analyzer in this repo, OR in the Roslyn analyzer repo? |
stephentoub
added
api-ready-for-review
API is ready for review, it is NOT ready for implementation
code-fixer
Marks an issue that suggests a Roslyn code fixer
labels
Oct 11, 2020
The code for the analyzer should be in https://github.com/dotnet/roslyn-analyzers repo. |
Yes @jkotas, as I already guessed! 😇 |
terrajobst
added
api-approved
API was approved in API review, it can be implemented
and removed
api-ready-for-review
API is ready for review, it is NOT ready for implementation
labels
Oct 20, 2020
sharwell
added a commit
to sharwell/roslyn
that referenced
this issue
Mar 1, 2021
…d.ManagedThreadId See dotnet/runtime#43257
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Mar 9, 2021
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Mar 11, 2021
ghost
locked as resolved and limited conversation to collaborators
Apr 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api-approved
API was approved in API review, it can be implemented
area-System.Runtime
code-analyzer
Marks an issue that suggests a Roslyn analyzer
code-fixer
Marks an issue that suggests a Roslyn code fixer
help wanted
[up-for-grabs] Good issue for external contributors
Environment.CurrentManagedThreadId
is more compact and efficient replacement ofThread.CurrentThread.ManagedThreadId
pattern. This pattern is quite common. We should add analyzer and auto-fixer for this.The text was updated successfully, but these errors were encountered: