diff --git a/.gitignore b/.gitignore
index 2359c60d8..1a3053114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ _repo.*/
.openpublishing.buildcore.ps1
.DS_Store
+/.vs
diff --git a/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/CodeChunks.db b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/CodeChunks.db
new file mode 100644
index 000000000..3e98cea34
Binary files /dev/null and b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/CodeChunks.db differ
diff --git a/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db
new file mode 100644
index 000000000..527188cb8
Binary files /dev/null and b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db differ
diff --git a/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-shm b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-shm
new file mode 100644
index 000000000..0abe432a2
Binary files /dev/null and b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-shm differ
diff --git a/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-wal b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-wal
new file mode 100644
index 000000000..5a93b7590
Binary files /dev/null and b/.vs/CommunityToolkit/CopilotIndices/0.2.1653.9816/SemanticSymbols.db-wal differ
diff --git a/.vs/CommunityToolkit/v17/.wsuo b/.vs/CommunityToolkit/v17/.wsuo
new file mode 100644
index 000000000..ebdf3f15a
Binary files /dev/null and b/.vs/CommunityToolkit/v17/.wsuo differ
diff --git a/.vs/CommunityToolkit/v17/DocumentLayout.json b/.vs/CommunityToolkit/v17/DocumentLayout.json
new file mode 100644
index 000000000..8bd993872
--- /dev/null
+++ b/.vs/CommunityToolkit/v17/DocumentLayout.json
@@ -0,0 +1,47 @@
+{
+ "Version": 1,
+ "WorkspaceRootPath": "C:\\Users\\James\\source\\repos\\CommunityToolkit\\",
+ "Documents": [],
+ "DocumentGroupContainers": [
+ {
+ "Orientation": 0,
+ "VerticalTabListWidth": 256,
+ "DocumentGroups": [
+ {
+ "DockedWidth": 200,
+ "SelectedChildIndex": -1,
+ "Children": [
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{5da8d69b-058a-4294-a87a-f4f7ae2983b3}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:128:0:{75188d03-9892-4ae2-abf1-207126247ce5}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{c93a910a-0fa6-4307-93a4-f2bd61ec7828}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
new file mode 100644
index 000000000..6b6114114
--- /dev/null
+++ b/.vs/VSWorkspaceState.json
@@ -0,0 +1,6 @@
+{
+ "ExpandedNodes": [
+ ""
+ ],
+ "PreviewInSolutionExplorer": false
+}
\ No newline at end of file
diff --git a/docs/maui/views/MediaElement.md b/docs/maui/views/MediaElement.md
index 2c1a4ac23..1c5bae35f 100644
--- a/docs/maui/views/MediaElement.md
+++ b/docs/maui/views/MediaElement.md
@@ -135,6 +135,23 @@ For a full example of this method included in an application please refer to the
Edit the `Info.plist` for `MacCatalyst` and add the following keys.
```csharp
+UIApplicationSceneManifest
+
+ UIApplicationSupportsMultipleScenes
+
+ UISceneConfigurations
+
+ UIWindowSceneSessionRoleApplication
+
+
+ UISceneConfigurationName
+ __MAUI_DEFAULT_SCENE_CONFIGURATION__
+ UISceneDelegateClassName
+ SceneDelegate
+
+
+
+
UIBackgroundModes
bluetooth-central