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
Binding this with PublishAoT causes a runtime crash:
{
get
{vargroups=(fromiteminSamples
orderby item.Category
group item by item.Category into gselectnew SampleGroup(g){Key= g.Key ??"Misc"});returngroups;// If you add .ToList() here no crash}}CollectionViewSourcem_CollectionViewSource;publicCollectionViewSourceCollectionViewSource{
get
{if(m_CollectionViewSource==null){m_CollectionViewSource=new CollectionViewSource(){IsSourceGrouped=true,Source=SamplesByCategory,ItemsPath=new PropertyPath("Items")};}returnm_CollectionViewSource;}}}
Description
Binding this with PublishAoT causes a runtime crash:
Steps To Reproduce
Expected Behavior
No crash ;-)
Version Info
Additional Context
No response
The text was updated successfully, but these errors were encountered: