Skip to content

Commit 015605b

Browse files
shethaaditAdit Sheth
andauthored
Update My services documentation to clarify support in .NET 5+ (#44711)
* Resolved bug 40061. * Resolved build errors. * Fixed typos. * Resolved comments. --------- Co-authored-by: Adit Sheth <[email protected]>
1 parent 6f948f0 commit 015605b

File tree

1 file changed

+18
-0
lines changed
  • docs/visual-basic/developing-apps/development-with-my

1 file changed

+18
-0
lines changed

docs/visual-basic/developing-apps/development-with-my/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Visual Basic provides new features for rapid application development that improv
2121

2222
![Diagram shows the object model for My.](./media/index/my-object-model-relationships.gif)
2323

24+
## Supported My Services in .NET 5+
25+
26+
Starting with .NET 5, not all `My` services are supported. The Visual Basic Application Framework was not supported in .NET 5 but was reintroduced in .NET 6. For more details, see [Update to WinForms VB Application Framework](https://devblogs.microsoft.com/dotnet/update-to-winforms-vb-appframework/).
27+
28+
The following `My` objects and services are available:
29+
30+
- **Supported in .NET 5+:**
31+
- <xref:Microsoft.VisualBasic.ApplicationServices.ApplicationBase>
32+
- <xref:Microsoft.VisualBasic.Devices.Computer>
33+
- <xref:Microsoft.VisualBasic.ApplicationServices.User>
34+
- [My.Settings Object](../../language-reference/objects/my-settings-object.md)
35+
- [My.Resources Object](../../language-reference/objects/my-resources-object.md)
36+
37+
- **Not supported in .NET 5+:**
38+
- [My.WebServices Object](../../language-reference/objects/my-webservices-object.md)
39+
40+
For more details on project type dependencies, see [How My Depends on Project Type](how-my-depends-on-project-type.md).
41+
2442
## In This Section
2543

2644
[Performing Tasks with My.Application, My.Computer, and My.User](performing-tasks-with-my-application-my-computer-and-my-user.md)

0 commit comments

Comments
 (0)