-
Notifications
You must be signed in to change notification settings - Fork 4k
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
dotnet-issue-labeler
bot
added
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
May 29, 2024
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. |
RikkiGibson
removed
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: