Closed
Description
Describe the bug
When reviewing a Toolkit Docs PR, encountered a runtime error, when loading the ListDetailsView in the Store App. This error was encountered when following a hyperlink in a VS Toolkit debug session (i.e., not from within the Store App itself), which spawned the Store App with ListDetailsView as a query string value. The hyperlink in question is in the Documentation section of a sample page (You can see this in action in the Windows Community Toolkit Sample App.
). The Store App was not running - clicking the hyperlink launched the Store App.
- Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Steps to Reproduce
- Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.)
No - as a matter of fact, if another sample page in the Store App has already been loaded, this error is non-reproducible from within the Store App.
Steps to reproduce the behavior:
- Run the Toolkit in Visual Studio (v16.11.3, X64/Debug)
- Go to ListDetailsView
- Click on 'You can see this in action'
- See error in the Store App that has been launched
Expected behavior
Store App launches, no runtime errors occur, and user sees ListDetailsView
Screenshots
Environment
Visual Studio version 16.11.3 (X64/Debug)