You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a performance-centric analyzer to recommend code be upgraded from using the original reference-based tuple abstractions to the more efficient and generally cleaner value tuples.
Our version of this analyzer simply looks for calls to the various Tuple<>.Create functions and constructors and suggests to the user to upgrade their code.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.
Issue Details
Introduce a performance-centric analyzer to recommend code be upgraded from using the original reference-based tuple abstractions to the more efficient and generally cleaner value tuples.
Our version of this analyzer simply looks for calls to the various Tuple<>.Create functions and constructors and suggests to the user to upgrade their code.
Introduce a performance-centric analyzer to recommend code be upgraded from using the original reference-based tuple abstractions to the more efficient and generally cleaner value tuples.
Our version of this analyzer simply looks for calls to the various Tuple<>.Create functions and constructors and suggests to the user to upgrade their code.
The text was updated successfully, but these errors were encountered: