You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove 5002 Experimental state for UI Async area (#13811)
This PR removes the experimental status of the UI Async APIs:
* `Form.ShowAsync`
* `Form.ShowDialogAsync`
* `TaskDialog.ShowDialogAsync`
It also amends the docs with additional information about best practices
for using ShowAsync in MultiForm / ToolWindow-async scenarios.
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/13811)
Copy file name to clipboardExpand all lines: src/test/unit/System.Windows.Forms/System/Windows/Forms/FormTests.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2656,7 +2656,6 @@ public void Form_Show_SetsOwnerToTopLevelForm_WhenShownWithOwner(Action<Form, Co
2656
2656
Assert.False(child.IsHandleCreated);
2657
2657
}
2658
2658
2659
-
#pragma warning disable WFO5002// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore WFO5002// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
0 commit comments