Craig100
10/04/2023, 6:52 PMMediaWithCrops? headstoneImage = null;
MediaWithCrops? headstonePickerSingle = Model.HeadStoneStyle;
if (headstonePickerSingle is MediaWithCrops headstoneImageItem) {
headstoneImage = headstoneImageItem;
}
There are no errors showing in Rider or in logs.
Any suggestions would be appreciated.
Thanks.Janae
10/04/2023, 7:28 PM.Value(“headstoneStyle”)
and see what type it’s returning? Sometimes I do that to test when I’m getting unexpected behavior on properties.Craig100
10/04/2023, 7:50 PMCraig100
10/04/2023, 7:55 PMMatt Wise
10/04/2023, 7:56 PMCraig100
10/04/2023, 7:57 PMMatt Wise
10/04/2023, 7:58 PMCraig100
10/04/2023, 7:58 PMMatt Wise
10/04/2023, 7:59 PMCraig100
10/04/2023, 8:02 PMMatt Wise
10/04/2023, 8:09 PMMatt Wise
10/04/2023, 8:10 PMCraig100
10/04/2023, 8:16 PMCraig100
10/04/2023, 8:20 PMCraig100
10/04/2023, 8:25 PMJanae
10/04/2023, 9:21 PM