Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Adjust vs getting started #18602

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/articles/create-an-app-vs2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ To create an Uno Platform app:

1. Click the create button

1. Wait for the projects to be created, and their dependencies to be restored
1. Ensure that the lower left IDE icon shows a check mark and says "Ready" ![A checkmark with a text saying ready](getting-started/wizard/assets/vs2022-ready-statusbar.png). This ensures that the projects have been created, and their dependencies have been restored completely.

1. A Windows Firewall window may appear. If you do not intend to do Linux development with WSL, check "Private networks" only. Otherwise, check "Public networks" and "Private networks".

1. A banner at the top of the editor may ask to reload projects, click **Reload projects**:
![Visual Studio - A banner indicating to reload projects](Assets/quick-start/vs2022-project-reload.png)
Expand Down
4 changes: 3 additions & 1 deletion doc/articles/get-started-vs-2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ To create Uno Platform applications you will need [**Visual Studio 2022 17.8 or

![Visual Studio Installer - .NET desktop development workload](Assets/quick-start/vs-install-dotnet.png)

> [!NOTE]
> If you intend to do Linux development with WSL, make sure to select **.NET Debugging with WSL** in the **Individual components** section.
> [!IMPORTANT]
> Uno Platform 5.0 [does not support Xamarin projects anymore](xref:Uno.Development.MigratingToUno5). To build Xamarin-based projects in Visual Studio 2022, in Visual Studio's installer `Individual components` tab, search for Xamarin and select `Xamarin` and `Xamarin Remoted Simulator`. See [this section on migrating Xamarin projects](migrating-from-xamarin-to-net6.md) to .NET 6.
> Uno Platform 5.0 and later [does not support Xamarin projects anymore](xref:Uno.Development.MigratingToUno5). To build Xamarin-based projects in Visual Studio 2022, in Visual Studio's installer `Individual components` tab, search for Xamarin and select `Xamarin` and `Xamarin Remoted Simulator`. See [this section on migrating Xamarin projects](migrating-from-xamarin-to-net6.md) to .NET 6.

## Check your environment

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions doc/import_external_docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Set-PSDebug -Trace 1

$external_docs = @{
# use either commit, or branch name to use its latest commit
"uno.wasm.bootstrap" = "616b29889cb85af0cca8e4291c28fc47b02b13c3" #latest release/stable/9.0 branch commit
"uno.themes" = "1da7240824a1bc5ddaf5efc1ed6e22ea5a41abd9" #latest release/stable/5.2 branch commit
"uno.toolkit.ui" = "a79e83cb260c17f59be6a843ce90038cb2479a61" #latest release/stable/6.2 branch commit
"uno.wasm.bootstrap" = "ad639b3dbeb0234bff2d5c31c041d0438f57ea37" #latest release/stable/9.0 branch commit
"uno.themes" = "be986dc71ace7e2f5075154321dbf0a68f5d00ce" #latest release/stable/5.3 branch commit
"uno.toolkit.ui" = "490176858d99ca05a8615a11bb4da24a7c49a323" #latest release/stable/6.3 branch commit
"uno.check" = "27e686d9205654375fd2c7861c3ebe5f2ad69e93" #latest main commit
"uno.xamlmerge.task" = "74c832124dad9a979f8d6318b6c18be1125467e5" #latest main commit
"figma-docs" = "842a2792282b88586a337381b2b3786e779973b4" #latest main commit
"uno.resizetizer" = "b17e1d54f4375f79da24ae5eaaf3f738851786eb" #latest main commit
"uno.uitest" = "9669fd2783187d06c36dd6a717c1b9f08d1fa29c" #latest master commit
"uno.extensions" = "ee22dd1ac722e4f7ce2a8ab508e63dfc444616b1" #latest release/stable/5.0 branch commit
"uno.extensions" = "f5bf97b18de7621de1a1bf4b0a30b465101fe8b7" #latest release/stable/5.1 branch commit
"workshops" = "e3c2a11a588b184d8cd3a6f88813e5615cca891d" #latest master commit
"uno.samples" = "cf96230ed902e18335411683cb07321eae125df2" #latest master commit
"uno.samples" = "46233a7f3efc750fd1bc87edb07ab269c7c5373c" #latest master commit
}

$uno_git_url = "https://github.com/unoplatform/"
Expand Down
Loading