@@ -43,7 +43,7 @@ void StaticMethodBodyUpdate()
4343 }
4444
4545 [ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
46- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
46+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
4747 void LambdaBodyChange ( )
4848 {
4949 ApplyUpdateUtil . TestCase ( static ( ) =>
@@ -70,7 +70,7 @@ void LambdaBodyChange()
7070 }
7171
7272 [ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
73- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
73+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
7474 void LambdaCapturesThis ( )
7575 {
7676 // Tests that changes to the body of a lambda that captures 'this' is supported.
@@ -98,7 +98,7 @@ void LambdaCapturesThis()
9898 }
9999
100100 [ ConditionalFact ( typeof ( ApplyUpdateUtil ) , nameof ( ApplyUpdateUtil . IsSupported ) ) ]
101- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
101+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/54617" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsBrowser ) , nameof ( PlatformDetection . IsMonoAOT ) ) ]
102102 void FirstCallAfterUpdate ( )
103103 {
104104 /* Tests that updating a method that has not been called before works correctly and that
0 commit comments