diff --git a/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.Winforms.DotNet9_0.verified.txt b/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.Winforms.DotNet9_0.verified.txt index 57f172de1d..192d1dc762 100644 --- a/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.Winforms.DotNet9_0.verified.txt +++ b/src/ReactiveUI.Tests/Platforms/winforms/API/WinformsApiApprovalTests.Winforms.DotNet9_0.verified.txt @@ -32,14 +32,14 @@ namespace ReactiveUI.Winforms public PlatformOperations() { } public string? GetOrientation() { } } - [WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControl_TViewModel_WinRTTypeDetails))] + [WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControlNonGenericWinRTTypeDetails))] [WinRT.WinRTRuntimeClassName("Windows.Foundation.IClosable")] public class ReactiveUserControlNonGeneric : System.Windows.Forms.UserControl, ReactiveUI.IActivatableView, ReactiveUI.IViewFor { public ReactiveUserControlNonGeneric() { } protected override void Dispose(bool disposing) { } } - [WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControl_TViewModel_WinRTTypeDetails?))] + [WinRT.WinRTExposedType(typeof(WinRT.ReactiveUI_WinformsVtableClasses.ReactiveUI_Winforms_ReactiveUserControlNonGenericWinRTTypeDetails?))] [WinRT.WinRTRuntimeClassName("Windows.Foundation.IClosable")] public class ReactiveUserControl : System.Windows.Forms.UserControl, ReactiveUI.IActivatableView, ReactiveUI.IViewFor, ReactiveUI.IViewFor where TViewModel : class