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
[severity:It's more difficult to complete my work]
The refactoring target is a public sealed record with a default constructor:
public sealed record RenameTarget (string ArgumentToRename);
The ArgumentToRename is used in other classes, as it is publicly available. If a rename (using F2), only the argument name is changed. This immediately causes build errors (of course), because the references are not updated.
Original Comments
Feedback Bot on 7/12/2024, 01:22 AM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered:
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
The refactoring target is a public sealed record with a default constructor:
The ArgumentToRename is used in other classes, as it is publicly available. If a rename (using F2), only the argument name is changed. This immediately causes build errors (of course), because the references are not updated.
Original Comments
Feedback Bot on 7/12/2024, 01:22 AM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: