@@ -462,6 +462,7 @@ public C(string s)
462462 Option ( CSharpCodeStyleOptions . PreferExpressionBodiedConstructors , CSharpCodeStyleOptions . WhenPossibleWithSuggestionEnforcement ) ) ) ;
463463 }
464464
465+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
465466 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
466467 public async Task TestUpdateLocalFunctionExpressionBody_NonVoid ( )
467468 {
@@ -496,6 +497,7 @@ int F(string s)
496497}" ) ;
497498 }
498499
500+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
499501 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
500502 public async Task TestUpdateLocalFunctionExpressionBody_Void ( )
501503 {
@@ -530,6 +532,7 @@ void F(string s)
530532}" ) ;
531533 }
532534
535+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
533536 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
534537 public async Task TestUpdateLambdaExpressionBody_NonVoid ( )
535538 {
@@ -568,6 +571,7 @@ void M()
568571}" ) ;
569572 }
570573
574+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
571575 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
572576 public async Task TestUpdateLambdaExpressionBody_Void ( )
573577 {
@@ -785,6 +789,7 @@ public C([||]string s)
785789}" ) ;
786790 }
787791
792+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
788793 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
789794 public async Task TestMissingWithExistingNullCheckInLocalFunction ( )
790795 {
@@ -807,6 +812,7 @@ void F([||]string s)
807812}" ) ;
808813 }
809814
815+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
810816 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
811817 public async Task TestMissingWithExistingNullCheckInLambda ( )
812818 {
@@ -894,6 +900,7 @@ class C
894900}" ) ;
895901 }
896902
903+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
897904 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
898905 public async Task TestOnSimpleLambdaParameter ( )
899906 {
@@ -928,6 +935,7 @@ public C()
928935}" ) ;
929936 }
930937
938+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
931939 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
932940 public async Task TestOnSimpleLambdaParameter_EmptyBlock ( )
933941 {
@@ -960,6 +968,7 @@ public C()
960968}" ) ;
961969 }
962970
971+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
963972 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
964973 public async Task TestOnParenthesizedLambdaParameter ( )
965974 {
@@ -994,6 +1003,7 @@ public C()
9941003}" ) ;
9951004 }
9961005
1006+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
9971007 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
9981008 public async Task TestOnAnonymousMethodParameter ( )
9991009 {
@@ -1028,6 +1038,7 @@ public C()
10281038}" ) ;
10291039 }
10301040
1041+ [ WorkItem ( 20983 , "https://github.com/dotnet/roslyn/issues/20983" ) ]
10311042 [ Fact , Trait ( Traits . Feature , Traits . Features . CodeActionsInitializeParameter ) ]
10321043 public async Task TestOnLocalFunctionParameter ( )
10331044 {
0 commit comments