Review potential code paths that may or may not need to handle record structs #53631
Closed
6 tasks done
Labels
Milestone
The order of this list is from things I'm more confident about to things I'm less confident about.
roslyn/src/Analyzers/CSharp/Analyzers/AddAccessibilityModifiers/CSharpAddAccessibilityModifiersDiagnosticAnalyzer.cs
Line 58 in 4f5f3e8
roslyn/src/Compilers/CSharp/Portable/SymbolDisplay/SymbolDisplayVisitor.Types.cs
Lines 672 to 677 in 4f5f3e8
roslyn/src/Analyzers/CSharp/Analyzers/UseAutoProperty/CSharpUseAutoPropertyAnalyzer.cs
Line 56 in 4f5f3e8
[jcouv:] Fixed by Fix UseAutoProperty for record structs #56474
roslyn/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/Extensions/SyntaxNodeExtensions.cs
Line 260 in bc98ed9
roslyn/src/Compilers/CSharp/Portable/Binder/BinderFactory.cs
Line 163 in 4f5f3e8
roslyn/src/Compilers/CSharp/Portable/Compilation/MethodBodySemanticModel.cs
Line 105 in 4f5f3e8
[jcouv:] I don't think this needs to be updated. The only tests affected by this case relate to record base types (
BaseArguments_15
for example), which are not relevant to record structs.The text was updated successfully, but these errors were encountered: