So...
Maui apps can't have unit tests in a test project? Is that right? So, I have to move code I want to test into class libraries?
But Maui class libraries cannot contain Telerik code. Is that right? I can get Resharper to offer this:
but none of those options do anything. I have the Telerik Maui nuget installed in the class library.
FWIW, I am porting over a Xamarin Forms project and trying to figure out how to structure the app and what my limitations are...