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
... looks in the Type for that value for any constants matching the value. If it finds any, it will use them. As such, it will replace constants with things like int.MaxValue, double.Infinity, ...
🔗 This is related to #517, but is much more narrowly-scoped and (I believe) much easier to implement as an interim solution covering majority cases.
The text was updated successfully, but these errors were encountered:
Originally reported by @davkean in dotnet/roslyn#25006:
I suggest implementing the feature mentioned by @CyrusNajmabadi in dotnet/roslyn#25006 (comment):
🔗 This is related to #517, but is much more narrowly-scoped and (I believe) much easier to implement as an interim solution covering majority cases.
The text was updated successfully, but these errors were encountered: