@@ -46,7 +46,7 @@ public override async Task InitializeAsync()
4646 await TestServices . SolutionExplorer . AddProjectAsync ( ProjectName , _projectTemplate , LanguageNames . VisualBasic , HangMitigatingCancellationToken ) ;
4747 }
4848
49- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
49+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
5050 public async Task UpdateActiveStatementLeafNode ( )
5151 {
5252 await TestServices . Editor . SetTextAsync ( @"
@@ -78,7 +78,7 @@ End Module
7878 await TestServices . Debugger . CheckExpressionAsync ( "names(1)" , "String" , "\" bar\" " , HangMitigatingCancellationToken ) ;
7979 }
8080
81- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
81+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
8282 public async Task AddTryCatchAroundActiveStatement ( )
8383 {
8484 await TestServices . Editor . SetTextAsync ( @"
@@ -107,7 +107,7 @@ Catch ex As Exception
107107 await TestServices . EditorVerifier . CurrentLineTextAsync ( " End Try" , cancellationToken : HangMitigatingCancellationToken ) ;
108108 }
109109
110- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
110+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
111111 public async Task EditLambdaExpression ( )
112112 {
113113 await TestServices . Editor . SetTextAsync ( @"
@@ -164,7 +164,7 @@ await TestServices.Workspace.WaitForAllAsyncOperationsAsync(
164164 Assert . Empty ( await TestServices . ErrorList . GetBuildErrorsAsync ( HangMitigatingCancellationToken ) ) ;
165165 }
166166
167- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
167+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
168168 public async Task EnCWhileDebuggingFromImmediateWindow ( )
169169 {
170170 await TestServices . Editor . SetTextAsync ( @"
@@ -227,7 +227,7 @@ End Module
227227 await TestServices . Workspace . WaitForAsyncOperationsAsync ( FeatureAttribute . Workspace , cancellationToken ) ;
228228 }
229229
230- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458 " ) ]
230+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456 " ) ]
231231 public async Task MultiProjectDebuggingWhereNotAllModulesAreLoaded ( )
232232 {
233233 await SetupMultiProjectSolutionAsync ( HangMitigatingCancellationToken ) ;
@@ -251,7 +251,7 @@ await TestServices.Workspace.WaitForAllAsyncOperationsAsync(
251251 AssertEx . Empty ( await TestServices . ErrorList . GetErrorsAsync ( HangMitigatingCancellationToken ) ) ;
252252 }
253253
254- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
254+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
255255 public async Task LocalsWindowUpdatesAfterLocalGetsItsTypeUpdatedDuringEnC ( )
256256 {
257257 await TestServices . Editor . SetTextAsync ( @"
@@ -275,7 +275,7 @@ End Module
275275 Assert . Equal ( ( "Single" , "10" ) , await TestServices . LocalsWindow . GetEntryAsync ( [ "goo" ] , HangMitigatingCancellationToken ) ) ;
276276 }
277277
278- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
278+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
279279 public async Task LocalsWindowUpdatesCorrectlyDuringEnC ( )
280280 {
281281 await TestServices . Editor . SetTextAsync ( @"
@@ -309,7 +309,7 @@ End Module
309309 Assert . Equal ( ( "Long" , "444" ) , await TestServices . LocalsWindow . GetEntryAsync ( [ "lLng" ] , HangMitigatingCancellationToken ) ) ;
310310 }
311311
312- [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75458, https://github.com/dotnet/roslyn/issues/ 75456" ) ]
312+ [ IdeFact ( Skip = "https://github.com/dotnet/roslyn/issues/75456" ) ]
313313 public async Task WatchWindowUpdatesCorrectlyDuringEnC ( )
314314 {
315315 await TestServices . Editor . SetTextAsync ( @"
0 commit comments