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
When the content grid is open and you click on the background a System.ArgumentException is thrown, crashing the application.
To Reproduce
Launch Application
Go to 'Content Grid'
Click anywhere on 'The Background'
Scroll down to the 'SelectItem' method in the 'ListViewItemSelectionBehavior.cs' class
See error
Additional context
Exception Message: 'Parameter "parameter" (object) cannot be of type Project.ViewModels.ContentGridViewModel, as the command type requires an argument of type Project.Core.Models.SampleOrder.(Parameter 'parameter')'
Applies to the following platforms:
WinUI
WPF
UWP
About your setup
Visual Studio Version: 2022 Enterprise 17.7.0
Template Studio Wizard Version: 5.3
Windows Build: 19044.3324
The text was updated successfully, but these errors were encountered:
Elkhunder
added
the
bug
The issue relates to the wizard not working or a problem with the generated code.
label
Aug 17, 2023
Describe the bug
When the content grid is open and you click on the background a System.ArgumentException is thrown, crashing the application.
To Reproduce
Additional context
Exception Message: 'Parameter "parameter" (object) cannot be of type Project.ViewModels.ContentGridViewModel, as the command type requires an argument of type Project.Core.Models.SampleOrder.(Parameter 'parameter')'
Applies to the following platforms:
About your setup
The text was updated successfully, but these errors were encountered: