You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/copilot-instructions.md
+4
Original file line number
Diff line number
Diff line change
@@ -91,3 +91,7 @@ SoundSwitch is a Windows application for switching audio playback and recording
91
91
2. Test changes thoroughly across different Windows versions
92
92
3. Use GitHub flow for contributions (feature branches and PRs)
93
93
4. Update documentation and CHANGELOG.md with significant changes
94
+
95
+
## DeviceFullInfo
96
+
97
+
Never use the Name property. Always use the NameClean property instead. Ensure that any handling of device names is done using NameClean to avoid potential issues with formatting or invalid characters.
0 commit comments