Skip to content

Commit

Permalink
docs: Update bug templates, get started
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jul 10, 2024
1 parent c16e376 commit ef73db1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ body:
- Visual Studio for Mac
- Rider Windows
- Rider macOS
- Rider Linux
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ body:
multiple: true
options:
- Visual Studio 2022
- Visual Studio 2019
- Visual Studio Code
- Rider Windows
- Rider macOS
- Rider Linux

- type: input
id: ide-version
Expand Down
23 changes: 10 additions & 13 deletions doc/articles/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ To help you choose the appropriate IDE, the following table shows the compatibil
|-----------------------------------|-------------------------------------------------|--------------------------------------------|-------------------------------------------------------|--------------------------------------------------|
| Windows 10/11 (UWP/WinUI) | ✔️ ||| ✔️ |
| Android | ✔️ | ✔️ || ✔️ |
| iOS | ✔️† | ✔️†† || ✔️† |
| Web (WebAssembly) | ✔️ | ✔️ | ✔️ | ††† |
| mac Catalyst || ✔️†† ||††† |
| Skia Desktop | ✔️ | ✔️ | ✔️ | ❌††† |
| iOS | ✔️† | ✔️†† || |
| Web (WebAssembly) | ✔️ | ✔️ | ✔️ | ✔️††† |
| mac Catalyst || ✔️†† || |
| Skia Desktop | ✔️ | ✔️ | ✔️ | ✔️ |

- † You will need to be connected to a Mac to run and debug iOS apps from Windows.
- †† You will need to be connected to a Mac using [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)
- ††† `net8.0-browserwasm` and `net8.0-desktop` is not available in Rider yet (Please [upvote this issue](https://aka.platform.uno/rider-desktop-wasm-support))
- ††† [WebAssembly debugging](https://youtrack.jetbrains.com/issue/RIDER-103346/Uno-Platform-for-WebAssembly-debugger-support) is not yet supported

# [**macOS**](#tab/macos)

Expand All @@ -57,12 +57,10 @@ To help you choose the appropriate IDE, the following table shows the compatibil
| iOS | ✔️ || ✔️ |
| Web (WebAssembly) | ✔️ | ✔️ | ✔️ |
| mac Catalyst | ✔️ || ✔️ |
| Skia Desktop | ✔️ | ✔️ | ❌† |
| Skia Desktop | ✔️ | ✔️ | ✔️ |

The latest macOS release and Xcode version are required to develop with Uno Platform for iOS and Mac Catalyst targets. If you have older Mac hardware that does not support the latest release of macOS, see the section for [Developing on older Mac hardware](xref:Uno.UI.CommonIssues.IosCatalyst#developing-on-older-mac-hardware).

-`net8.0-browserwasm` and `net8.0-desktop` are not available in Rider yet (Please [upvote this issue](https://aka.platform.uno/rider-desktop-wasm-support))

# [**Linux**](#tab/linux)

You can use either **JetBrains Rider** or **Visual Studio Code** to build Uno Platform applications on Linux. See the support matrix below for supported target platforms.
Expand All @@ -77,16 +75,15 @@ To help you choose the appropriate IDE, the following table shows the compatibil
| | [**VS Code**](xref:Uno.GetStarted.vscode) | [**Codespaces / Gitpod**](xref:Uno.GetStarted.vscode) | [**JetBrains Rider**](xref:Uno.GetStarted.Rider) |
|-----------------------------------|------------------------------------------|-------------------------------------------------------|--------------------------------------------------|
| Windows 10/11 (UWP/WinUI) ||||
| Android | ✔️ || ❌† |
| Android | ✔️ || ✔️ |
| iOS ||||
| Web (WebAssembly) | ✔️ | ✔️ | |
| Web (WebAssembly) | ✔️ | ✔️ | ✔️† |
| mac Catalyst ||||
| Skia Desktop | ✔️ | ✔️ | ❌†† |
| Skia Desktop | ✔️ | ✔️ | ✔️ |

**Notes:**

- † Rider [does not support .NET Android](https://rider-support.jetbrains.com/hc/en-us/articles/360000557259--Obsolete-How-to-develop-Xamarin-Android-applications-on-Linux-with-Rider) on Linux at this time.
- †† `net8.0-browserwasm` and `net8.0-desktop` are not available in Rider yet (Please [upvote this issue](https://aka.platform.uno/rider-desktop-wasm-support)).
-[WebAssembly debugging](https://youtrack.jetbrains.com/issue/RIDER-103346/Uno-Platform-for-WebAssembly-debugger-support) is not yet supported

---

Expand Down

0 comments on commit ef73db1

Please sign in to comment.