This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Need to update [DebuggerDisplay] attributes to match renamed field names #231
Open
Description
If CodeFormatter is renaming a field, it should check whether this field is referenced in [DebuggerDisplay] attribute and rename that accordingly. Otherwise we can end up with a problem:
See also:
dotnet/msbuild#610
SergeyTeplyakov/ErrorProne.NET#7