Simple project with a DataGrid on the MainPage.
After updating VS 2022 to 17.3 Preview 2.0, an error occurs when trying to debug the project.
If running the Windows platform, I get an error which prevents the project from running (see image). PRI175 "Duplicate Entry"
If running the Android platform, the project runs, but there's an error (FileNotFoundException: Telerik.Maui.Core.resources) during start up and the DataGrid does not render.
If I comment out the DataGrid in the XAML, the project loads without error.
I am using the latest Telerik for Maui (1.0.1)