File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2373,8 +2373,8 @@ public static bool EnsureLoaded() { }
23732373 }
23742374 public static class HostLifecycleService
23752375 {
2376- public static event System . EventHandler < System . Reactive . PlatformServices . HostResumingEventArgs > Resuming ;
2377- public static event System . EventHandler < System . Reactive . PlatformServices . HostSuspendingEventArgs > Suspending ;
2376+ public static event System . EventHandler < System . Reactive . PlatformServices . HostResumingEventArgs > ? Resuming ;
2377+ public static event System . EventHandler < System . Reactive . PlatformServices . HostSuspendingEventArgs > ? Suspending ;
23782378 public static void AddRef ( ) { }
23792379 public static void Release ( ) { }
23802380 }
@@ -2401,7 +2401,7 @@ public interface INotifySystemClockChanged
24012401 }
24022402 public interface IPlatformEnlightenmentProvider
24032403 {
2404- T GetService < T > ( params object [ ] args )
2404+ T ? GetService < T > ( params object [ ] args )
24052405 where T : class ;
24062406 }
24072407 public interface ISystemClock
You can’t perform that action at this time.
0 commit comments