Skip to content

Commit

Permalink
Update developer doc to direct installing VS 17.12 or newer, not 17.10 (
Browse files Browse the repository at this point in the history
dotnet#25678)

You are really supposed to use 17.12 for .NET9 support.
Also, when I used 17.11, though it mostly worked, I saw the error "The 'interceptors' feature is not enabled in this namespace. Add '<InterceptorsNamespaces>...". That error went away when moving to 17.12 P5.

Co-authored-by: Bret Johnson <[email protected]>
  • Loading branch information
BretJohnson and Bret Johnson authored Nov 4, 2024
1 parent 76a76fb commit 421e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page contains steps to build and run the .NET MAUI repository from source.

## Initial setup
### Windows
- Install VS 17.10 or newer
- Install VS 17.12 or newer
- Follow [these steps](https://learn.microsoft.com/dotnet/maui/get-started/installation?tabs=vswin) to include MAUI
- If building iOS with pair to Mac: Install current stable Xcode on your Mac. Install from the [App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12) or [Apple Developer portal](https://developer.apple.com/download/more/?name=Xcode)
- If you're missing any of the Android SDKs, Visual Studio should prompt you to install them. If it doesn't prompt you then use the [Android SDK Manager](https://learn.microsoft.com/xamarin/android/get-started/installation/android-sdk) to install the necessary SDKs.
Expand Down

0 comments on commit 421e8d6

Please sign in to comment.