-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Account for partial properties at existing use sites of partial method symbol APIs #73772
Comments
I just reviewed this list, I think all the comments listed in the issue are still present in source. |
I am working on the IDE part. Most of them need some changes. |
Removed entries which were resolved by #73792 |
Working on EnC support. |
Closing out as speculative. If there is a user facing issue, please state what it is, and we can decide if we need to fix it. This being in the backlog means it will not get done. |
Test plan: #73090
Issue referenced in source
IDE
roslyn/src/Analyzers/CSharp/CodeFixes/Nullable/CSharpDeclareAsNullableCodeFixProvider.cs
Lines 234 to 240 in f242061
roslyn/src/Features/Core/Portable/Completion/Providers/AbstractPartialMethodCompletionProvider.cs
Lines 93 to 96 in f242061
roslyn/src/Workspaces/CSharp/Portable/Rename/CSharpRenameRewriterLanguageService.cs
Lines 827 to 833 in f242061
roslyn/src/Workspaces/Core/Portable/Rename/ConflictEngine/DeclarationConflictHelpers.cs
Lines 58 to 66 in f242061
roslyn/src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/OrdinaryMethodReferenceFinder.cs
Lines 37 to 42 in f242061
roslyn/src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/ParameterSymbolReferenceFinder.cs
Lines 244 to 253 in f242061
The text was updated successfully, but these errors were encountered: